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


(adam)
diff -r1.13 -r1.14 pkgsrc/devel/py-wrapt/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-wrapt/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-wrapt/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-wrapt/Makefile 2022/03/31 08:43:02 1.13
+++ pkgsrc/devel/py-wrapt/Makefile 2022/05/02 07:49:32 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2022/03/31 08:43:02 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2022/05/02 07:49:32 adam Exp $
2 2
3DISTNAME= wrapt-1.14.0 3DISTNAME= wrapt-1.14.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/GrahamDumpleton/wrapt 9HOMEPAGE= https://github.com/GrahamDumpleton/wrapt
10COMMENT= Python module for decorators, wrappers and monkey patching 10COMMENT= Python module for decorators, wrappers and monkey patching
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13PYTHON_VERSIONED_DEPENDENCIES= test:test 13PYTHON_VERSIONED_DEPENDENCIES= test:test
14 14
15do-test: 15do-test:
16 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 16 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-wrapt/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-wrapt/distinfo 2022/03/31 08:43:02 1.12
+++ pkgsrc/devel/py-wrapt/distinfo 2022/05/02 07:49:32 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/03/31 08:43:02 adam Exp $ 1$NetBSD: distinfo,v 1.13 2022/05/02 07:49:32 adam Exp $
2 2
3BLAKE2s (wrapt-1.14.0.tar.gz) = 7abed5c23fd911b74fd63acb8008c77283501ae7f09835a860c91609dbde5d4f 3BLAKE2s (wrapt-1.14.1.tar.gz) = 92d424db754475ebd9cdcd895de44fa98ab92024a1190af8c4e21a34c559669c
4SHA512 (wrapt-1.14.0.tar.gz) = 9c56807f419908427a4690eef9cce317153f11fb2a70cc8fd753f409a83818bf17d671856e04ca7efdcd801af7bacef72441d67d3faf110fb31de5734e58d4ae 4SHA512 (wrapt-1.14.1.tar.gz) = 69986796303ad78f532b4f671829226c7bb43d97a494a111dcf397b68b447f64cee16d14d3f8c9eb84bbb9c1ac8709b6f33f7d78389b2968493e95ced63779ac
5Size (wrapt-1.14.0.tar.gz) = 50796 bytes 5Size (wrapt-1.14.1.tar.gz) = 50890 bytes