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:           Mon Feb  2 09:54:08 UTC 2026

Modified Files:
        pkgsrc/devel/py-wrapt: Makefile distinfo

Log Message:
py-wrapt: updated to 2.1.0

2.1.0

Features Changed

Drop support for Python 3.8. Python version 3.9 or later is now required.

Bugs Fixed

Improved type hints so that mypy and ty work better for methods of classes when using wrapt.decorator and wrapt.function_wrapper. Note that applying these to static methods still does not work 
correctly due to possibly limitations in those type checkers. The pyrefly tool still does not work correctly with wrapt.decorator and wrapt.function_wrapper applied to any methods of classes. Overall 
pyright provides the best experience when using wrapt with type checking.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-wrapt/Makefile
cvs rdiff -u -r1.21 -r1.22 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.27 pkgsrc/devel/py-wrapt/Makefile:1.28
--- pkgsrc/devel/py-wrapt/Makefile:1.27 Tue Nov 11 08:39:47 2025
+++ pkgsrc/devel/py-wrapt/Makefile      Mon Feb  2 09:54:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/11/11 08:39:47 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/02/02 09:54:08 adam Exp $
 
-DISTNAME=      wrapt-2.0.1
+DISTNAME=      wrapt-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wrapt/}

Index: pkgsrc/devel/py-wrapt/distinfo
diff -u pkgsrc/devel/py-wrapt/distinfo:1.21 pkgsrc/devel/py-wrapt/distinfo:1.22
--- pkgsrc/devel/py-wrapt/distinfo:1.21 Tue Nov 11 08:39:47 2025
+++ pkgsrc/devel/py-wrapt/distinfo      Mon Feb  2 09:54:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/11/11 08:39:47 adam Exp $
+$NetBSD: distinfo,v 1.22 2026/02/02 09:54:08 adam Exp $
 
-BLAKE2s (wrapt-2.0.1.tar.gz) = c3143dbbbac6324991ab6fcabf7d0dd9b0cbd9d325dddf86ab96a2d4d023b156
-SHA512 (wrapt-2.0.1.tar.gz) = e134ac2ef8db889fb14596d543faa2be076bc383cb0f16734ca08e8c80f5570b6bd65cc9475d99a707290fc9ead07debbe9714120b404f9b244b700e79b19f88
-Size (wrapt-2.0.1.tar.gz) = 82040 bytes
+BLAKE2s (wrapt-2.1.0.tar.gz) = ae5096fc5e7cc93b857369e5d7ba5b7b04d32b1fa3ad0fbfa4e40419f761488b
+SHA512 (wrapt-2.1.0.tar.gz) = 4e20da9d29284f3391c983772482ac8f1b371bc3f6020765f77c54df9842287ba90242069dadf819fb680ddc9378515ffc27f99f28a5f3ce18d70cab3ff7d017
+Size (wrapt-2.1.0.tar.gz) = 80924 bytes



Home | Main Index | Thread Index | Old Index