pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-wrapt
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 23 09:13:09 UTC 2025
Modified Files:
pkgsrc/devel/py-wrapt: Makefile PLIST distinfo
Log Message:
py-wrapt: updated to 2.0.0
2.0.0
There have been subtle changes in various corner cases of the behaviour of the ObjectProxy class, which although not expected to cause problems, still has the potential for causing issues if code was
for some reason dependent on prior behaviour. All existing code related to Python 2.X has also been removed. Finally it has also been a while since the last significant release. For all these reasons
a major version bump is being made.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-wrapt/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-wrapt/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-wrapt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-wrapt/Makefile
diff -u pkgsrc/devel/py-wrapt/Makefile:1.25 pkgsrc/devel/py-wrapt/Makefile:1.26
--- pkgsrc/devel/py-wrapt/Makefile:1.25 Wed Aug 13 04:51:08 2025
+++ pkgsrc/devel/py-wrapt/Makefile Thu Oct 23 09:13:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/08/13 04:51:08 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/10/23 09:13:08 adam Exp $
-DISTNAME= wrapt-1.17.3
+DISTNAME= wrapt-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/}
Index: pkgsrc/devel/py-wrapt/PLIST
diff -u pkgsrc/devel/py-wrapt/PLIST:1.7 pkgsrc/devel/py-wrapt/PLIST:1.8
--- pkgsrc/devel/py-wrapt/PLIST:1.7 Sun Apr 13 06:51:58 2025
+++ pkgsrc/devel/py-wrapt/PLIST Thu Oct 23 09:13:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/13 06:51:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/10/23 09:13:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,10 +6,12 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/wrapt/__init__.py
${PYSITELIB}/wrapt/__init__.pyc
+${PYSITELIB}/wrapt/__init__.pyi
${PYSITELIB}/wrapt/__init__.pyo
${PYSITELIB}/wrapt/__wrapt__.py
${PYSITELIB}/wrapt/__wrapt__.pyc
${PYSITELIB}/wrapt/__wrapt__.pyo
+${PYSITELIB}/wrapt/_wrappers.c
${PYSITELIB}/wrapt/_wrappers.so
${PYSITELIB}/wrapt/arguments.py
${PYSITELIB}/wrapt/arguments.pyc
@@ -23,6 +25,10 @@ ${PYSITELIB}/wrapt/importer.pyo
${PYSITELIB}/wrapt/patches.py
${PYSITELIB}/wrapt/patches.pyc
${PYSITELIB}/wrapt/patches.pyo
+${PYSITELIB}/wrapt/proxies.py
+${PYSITELIB}/wrapt/proxies.pyc
+${PYSITELIB}/wrapt/proxies.pyo
+${PYSITELIB}/wrapt/py.typed
${PYSITELIB}/wrapt/weakrefs.py
${PYSITELIB}/wrapt/weakrefs.pyc
${PYSITELIB}/wrapt/weakrefs.pyo
Index: pkgsrc/devel/py-wrapt/distinfo
diff -u pkgsrc/devel/py-wrapt/distinfo:1.19 pkgsrc/devel/py-wrapt/distinfo:1.20
--- pkgsrc/devel/py-wrapt/distinfo:1.19 Wed Aug 13 04:51:08 2025
+++ pkgsrc/devel/py-wrapt/distinfo Thu Oct 23 09:13:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/08/13 04:51:08 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/10/23 09:13:08 adam Exp $
-BLAKE2s (wrapt-1.17.3.tar.gz) = 16680ad6777ba9762fa8c5e6f7fed3305717a8575c28045971509fe8daac45d0
-SHA512 (wrapt-1.17.3.tar.gz) = e559393b1f18de0ae337b99cb0b50a808f42194d126491dd4ffa312a4a748427d2aa6abc9b7f3be3d838871c55ea243c0f1380b3d8e4afa2970926eb62e48e86
-Size (wrapt-1.17.3.tar.gz) = 55547 bytes
+BLAKE2s (wrapt-2.0.0.tar.gz) = 8dd8893d2eae5d65b0afa4966af0e8c254cc606324a1372a4c3baea2faaade43
+SHA512 (wrapt-2.0.0.tar.gz) = 61f3aae61b9a1fd6cc2227dc08b6738a21413f5b56baf8e0c77942975165704f538a94e10bb85a656c7519d0c9e25d6371026b1541ab134579ff7bb50e5f16bf
+Size (wrapt-2.0.0.tar.gz) = 81722 bytes
Home |
Main Index |
Thread Index |
Old Index