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:           Fri May 22 10:37:07 UTC 2026

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

Log Message:
py-wrapt: updated to 2.2.0

2.2.0
https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-0


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-wrapt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-wrapt/PLIST
cvs rdiff -u -r1.24 -r1.25 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.30 pkgsrc/devel/py-wrapt/Makefile:1.31
--- pkgsrc/devel/py-wrapt/Makefile:1.30 Fri Mar  6 06:09:52 2026
+++ pkgsrc/devel/py-wrapt/Makefile      Fri May 22 10:37:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/03/06 06:09:52 adam Exp $
+# $NetBSD: Makefile,v 1.31 2026/05/22 10:37:07 adam Exp $
 
-DISTNAME=      wrapt-2.1.2
+DISTNAME=      wrapt-2.2.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.8 pkgsrc/devel/py-wrapt/PLIST:1.9
--- pkgsrc/devel/py-wrapt/PLIST:1.8     Thu Oct 23 09:13:08 2025
+++ pkgsrc/devel/py-wrapt/PLIST Fri May 22 10:37:07 2026
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.8 2025/10/23 09:13:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/05/22 10:37:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/wrapt-stubs/__init__.pyi
 ${PYSITELIB}/wrapt/__init__.py
 ${PYSITELIB}/wrapt/__init__.pyc
-${PYSITELIB}/wrapt/__init__.pyi
 ${PYSITELIB}/wrapt/__init__.pyo
 ${PYSITELIB}/wrapt/__wrapt__.py
 ${PYSITELIB}/wrapt/__wrapt__.pyc
@@ -16,6 +16,9 @@ ${PYSITELIB}/wrapt/_wrappers.so
 ${PYSITELIB}/wrapt/arguments.py
 ${PYSITELIB}/wrapt/arguments.pyc
 ${PYSITELIB}/wrapt/arguments.pyo
+${PYSITELIB}/wrapt/caching.py
+${PYSITELIB}/wrapt/caching.pyc
+${PYSITELIB}/wrapt/caching.pyo
 ${PYSITELIB}/wrapt/decorators.py
 ${PYSITELIB}/wrapt/decorators.pyc
 ${PYSITELIB}/wrapt/decorators.pyo
@@ -28,7 +31,12 @@ ${PYSITELIB}/wrapt/patches.pyo
 ${PYSITELIB}/wrapt/proxies.py
 ${PYSITELIB}/wrapt/proxies.pyc
 ${PYSITELIB}/wrapt/proxies.pyo
-${PYSITELIB}/wrapt/py.typed
+${PYSITELIB}/wrapt/signature.py
+${PYSITELIB}/wrapt/signature.pyc
+${PYSITELIB}/wrapt/signature.pyo
+${PYSITELIB}/wrapt/synchronization.py
+${PYSITELIB}/wrapt/synchronization.pyc
+${PYSITELIB}/wrapt/synchronization.pyo
 ${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.24 pkgsrc/devel/py-wrapt/distinfo:1.25
--- pkgsrc/devel/py-wrapt/distinfo:1.24 Fri Mar  6 06:09:52 2026
+++ pkgsrc/devel/py-wrapt/distinfo      Fri May 22 10:37:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2026/03/06 06:09:52 adam Exp $
+$NetBSD: distinfo,v 1.25 2026/05/22 10:37:07 adam Exp $
 
-BLAKE2s (wrapt-2.1.2.tar.gz) = 95f9925ce242bf06dca4070a5585a60cc826a28f37433f86d875f74f57f0c66c
-SHA512 (wrapt-2.1.2.tar.gz) = 97f1af4cabfd7a4cfabfaf36d26d1afc577747f18946226fbb80256e13c55302b746005e01720e874d46d536826c83e9234544c98f8dd1ecd3c9a091113da808
-Size (wrapt-2.1.2.tar.gz) = 81678 bytes
+BLAKE2s (wrapt-2.2.0.tar.gz) = d3b53d2166400edaa35ef4aaad8aa87f836383f7667f1cfeaf5471a9d51ef6d0
+SHA512 (wrapt-2.2.0.tar.gz) = e2591faaac0d3ec605554d2ae9b6b60a8b894369aaddbad42ecd8bd7c218d6de254b9f17cdc19f6f367aad4cf9f396d30d7cd435997d3e64d2522cfd00ae250a
+Size (wrapt-2.2.0.tar.gz) = 125173 bytes



Home | Main Index | Thread Index | Old Index