pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-wrapt py-wrapt: updated to 1.14.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48424a5b6a6b
branches:  trunk
changeset: 378314:48424a5b6a6b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 02 07:49:32 2022 +0000

description:
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.

diffstat:

 devel/py-wrapt/Makefile |  4 ++--
 devel/py-wrapt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 44369e7485f3 -r 48424a5b6a6b devel/py-wrapt/Makefile
--- a/devel/py-wrapt/Makefile   Mon May 02 00:09:05 2022 +0000
+++ b/devel/py-wrapt/Makefile   Mon May 02 07:49:32 2022 +0000
@@ -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/}
diff -r 44369e7485f3 -r 48424a5b6a6b devel/py-wrapt/distinfo
--- a/devel/py-wrapt/distinfo   Mon May 02 00:09:05 2022 +0000
+++ b/devel/py-wrapt/distinfo   Mon May 02 07:49:32 2022 +0000
@@ -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