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 May  2 07:49:33 UTC 2022

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

Log Message:
py-wrapt: updated to 1.14.1

Version 1.14.1

Bugs Fixed

When the post import hooks mechanism was being used, and a Python package with its own custom module importer was used, importing modules could fail if the custom module importer didn't use the 
latest Python import hook finder/loader APIs and instead used the deprecated API. This was actually occurring with the zipimporter in Python itself, which was not updated to use the newer Python APIs 
until Python 3.10.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-wrapt/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/devel/py-wrapt/Makefile:1.14
--- pkgsrc/devel/py-wrapt/Makefile:1.13 Thu Mar 31 08:43:02 2022
+++ pkgsrc/devel/py-wrapt/Makefile      Mon May  2 07:49:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/03/31 08:43:02 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/02 07:49:32 adam Exp $
 
-DISTNAME=      wrapt-1.14.0
+DISTNAME=      wrapt-1.14.1
 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.12 pkgsrc/devel/py-wrapt/distinfo:1.13
--- pkgsrc/devel/py-wrapt/distinfo:1.12 Thu Mar 31 08:43:02 2022
+++ pkgsrc/devel/py-wrapt/distinfo      Mon May  2 07:49:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/03/31 08:43:02 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/05/02 07:49:32 adam Exp $
 
-BLAKE2s (wrapt-1.14.0.tar.gz) = 7abed5c23fd911b74fd63acb8008c77283501ae7f09835a860c91609dbde5d4f
-SHA512 (wrapt-1.14.0.tar.gz) = 9c56807f419908427a4690eef9cce317153f11fb2a70cc8fd753f409a83818bf17d671856e04ca7efdcd801af7bacef72441d67d3faf110fb31de5734e58d4ae
-Size (wrapt-1.14.0.tar.gz) = 50796 bytes
+BLAKE2s (wrapt-1.14.1.tar.gz) = 92d424db754475ebd9cdcd895de44fa98ab92024a1190af8c4e21a34c559669c
+SHA512 (wrapt-1.14.1.tar.gz) = 69986796303ad78f532b4f671829226c7bb43d97a494a111dcf397b68b447f64cee16d14d3f8c9eb84bbb9c1ac8709b6f33f7d78389b2968493e95ced63779ac
+Size (wrapt-1.14.1.tar.gz) = 50890 bytes



Home | Main Index | Thread Index | Old Index