pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-importlib-resources



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  4 21:44:03 UTC 2023

Modified Files:
        pkgsrc/devel/py-importlib-resources: Makefile PLIST distinfo

Log Message:
py-importlib-resources: updated to 6.1.0

v6.1.0

Features
- MultiplexedPath now expects Traversable paths. String arguments to MultiplexedPath are now deprecated.

Bugfixes
- Enabled support for resources in namespace packages in zip files.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-importlib-resources/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-importlib-resources/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-importlib-resources/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-importlib-resources/Makefile
diff -u pkgsrc/devel/py-importlib-resources/Makefile:1.19 pkgsrc/devel/py-importlib-resources/Makefile:1.20
--- pkgsrc/devel/py-importlib-resources/Makefile:1.19   Mon Aug  7 05:21:12 2023
+++ pkgsrc/devel/py-importlib-resources/Makefile        Wed Oct  4 21:44:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/08/07 05:21:12 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/10/04 21:44:03 adam Exp $
 
-DISTNAME=      importlib_resources-6.0.1
+DISTNAME=      importlib_resources-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/importlib_resources/}

Index: pkgsrc/devel/py-importlib-resources/PLIST
diff -u pkgsrc/devel/py-importlib-resources/PLIST:1.10 pkgsrc/devel/py-importlib-resources/PLIST:1.11
--- pkgsrc/devel/py-importlib-resources/PLIST:1.10      Sat Jul  8 04:42:02 2023
+++ pkgsrc/devel/py-importlib-resources/PLIST   Wed Oct  4 21:44:03 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/07/08 04:42:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/10/04 21:44:03 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -68,13 +68,7 @@ ${PYSITELIB}/importlib_resources/tests/t
 ${PYSITELIB}/importlib_resources/tests/test_reader.pyc
 ${PYSITELIB}/importlib_resources/tests/test_resource.py
 ${PYSITELIB}/importlib_resources/tests/test_resource.pyc
-${PYSITELIB}/importlib_resources/tests/update-zips.py
-${PYSITELIB}/importlib_resources/tests/update-zips.pyc
 ${PYSITELIB}/importlib_resources/tests/util.py
 ${PYSITELIB}/importlib_resources/tests/util.pyc
-${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.py
-${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/zipdata01/ziptestdata.zip
-${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.py
-${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/zipdata02/ziptestdata.zip
+${PYSITELIB}/importlib_resources/tests/zip.py
+${PYSITELIB}/importlib_resources/tests/zip.pyc

Index: pkgsrc/devel/py-importlib-resources/distinfo
diff -u pkgsrc/devel/py-importlib-resources/distinfo:1.15 pkgsrc/devel/py-importlib-resources/distinfo:1.16
--- pkgsrc/devel/py-importlib-resources/distinfo:1.15   Mon Aug  7 05:21:12 2023
+++ pkgsrc/devel/py-importlib-resources/distinfo        Wed Oct  4 21:44:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/08/07 05:21:12 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/10/04 21:44:03 adam Exp $
 
-BLAKE2s (importlib_resources-6.0.1.tar.gz) = 3bec9d42933c7665349edeb0a7e3352b5e0d34ea9490c93168f3363d0c3f88bc
-SHA512 (importlib_resources-6.0.1.tar.gz) = 496a21a630af83fab5b08cac5ef6067bfad05d99918b736e5963b633b760a97cf753615e91b58e2cff8674f013fbf4459cf48c0142b041719b90b3c2349c9578
-Size (importlib_resources-6.0.1.tar.gz) = 38745 bytes
+BLAKE2s (importlib_resources-6.1.0.tar.gz) = d240f6edb8afc9052690309f7d3408e11690f7684adad0fcac7126a3cf141b97
+SHA512 (importlib_resources-6.1.0.tar.gz) = 6a0c572d20930def49fb2f2cf5684b2bf82abd2c2857a4f3b734c9b782a7f1aa960289f08d75fc35fb2f59be9967a53521b50b1f85b618e92836de1a41563e0a
+Size (importlib_resources-6.1.0.tar.gz) = 38504 bytes



Home | Main Index | Thread Index | Old Index