Wed Oct 4 21:44:03 2023 UTC ()
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.


(adam)
diff -r1.19 -r1.20 pkgsrc/devel/py-importlib-resources/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/py-importlib-resources/PLIST
diff -r1.15 -r1.16 pkgsrc/devel/py-importlib-resources/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/py-importlib-resources/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-importlib-resources/Makefile 2023/08/07 05:21:12 1.19
+++ pkgsrc/devel/py-importlib-resources/Makefile 2023/10/04 21:44:03 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2023/08/07 05:21:12 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2023/10/04 21:44:03 adam Exp $
2 2
3DISTNAME= importlib_resources-6.0.1 3DISTNAME= importlib_resources-6.1.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib_resources/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib_resources/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://importlib-resources.readthedocs.io/ 9HOMEPAGE= https://importlib-resources.readthedocs.io/
10COMMENT= Read resources from Python packages 10COMMENT= Read resources from Python packages
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-importlib-resources/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-importlib-resources/PLIST 2023/07/08 04:42:02 1.10
+++ pkgsrc/devel/py-importlib-resources/PLIST 2023/10/04 21:44:03 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2023/07/08 04:42:02 adam Exp $ 1@comment $NetBSD: PLIST,v 1.11 2023/10/04 21:44:03 adam Exp $
2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER 2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${WHEEL_INFODIR}/METADATA 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${WHEEL_INFODIR}/RECORD 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED 6${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json 8${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
10${PYSITELIB}/importlib_resources/__init__.py 10${PYSITELIB}/importlib_resources/__init__.py
11${PYSITELIB}/importlib_resources/__init__.pyc 11${PYSITELIB}/importlib_resources/__init__.pyc
12${PYSITELIB}/importlib_resources/_adapters.py 12${PYSITELIB}/importlib_resources/_adapters.py
13${PYSITELIB}/importlib_resources/_adapters.pyc 13${PYSITELIB}/importlib_resources/_adapters.pyc
14${PYSITELIB}/importlib_resources/_common.py 14${PYSITELIB}/importlib_resources/_common.py
@@ -58,23 +58,17 @@ ${PYSITELIB}/importlib_resources/tests/t @@ -58,23 +58,17 @@ ${PYSITELIB}/importlib_resources/tests/t
58${PYSITELIB}/importlib_resources/tests/test_custom.pyc 58${PYSITELIB}/importlib_resources/tests/test_custom.pyc
59${PYSITELIB}/importlib_resources/tests/test_files.py 59${PYSITELIB}/importlib_resources/tests/test_files.py
60${PYSITELIB}/importlib_resources/tests/test_files.pyc 60${PYSITELIB}/importlib_resources/tests/test_files.pyc
61${PYSITELIB}/importlib_resources/tests/test_open.py 61${PYSITELIB}/importlib_resources/tests/test_open.py
62${PYSITELIB}/importlib_resources/tests/test_open.pyc 62${PYSITELIB}/importlib_resources/tests/test_open.pyc
63${PYSITELIB}/importlib_resources/tests/test_path.py 63${PYSITELIB}/importlib_resources/tests/test_path.py
64${PYSITELIB}/importlib_resources/tests/test_path.pyc 64${PYSITELIB}/importlib_resources/tests/test_path.pyc
65${PYSITELIB}/importlib_resources/tests/test_read.py 65${PYSITELIB}/importlib_resources/tests/test_read.py
66${PYSITELIB}/importlib_resources/tests/test_read.pyc 66${PYSITELIB}/importlib_resources/tests/test_read.pyc
67${PYSITELIB}/importlib_resources/tests/test_reader.py 67${PYSITELIB}/importlib_resources/tests/test_reader.py
68${PYSITELIB}/importlib_resources/tests/test_reader.pyc 68${PYSITELIB}/importlib_resources/tests/test_reader.pyc
69${PYSITELIB}/importlib_resources/tests/test_resource.py 69${PYSITELIB}/importlib_resources/tests/test_resource.py
70${PYSITELIB}/importlib_resources/tests/test_resource.pyc 70${PYSITELIB}/importlib_resources/tests/test_resource.pyc
71${PYSITELIB}/importlib_resources/tests/update-zips.py 
72${PYSITELIB}/importlib_resources/tests/update-zips.pyc 
73${PYSITELIB}/importlib_resources/tests/util.py 71${PYSITELIB}/importlib_resources/tests/util.py
74${PYSITELIB}/importlib_resources/tests/util.pyc 72${PYSITELIB}/importlib_resources/tests/util.pyc
75${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.py 73${PYSITELIB}/importlib_resources/tests/zip.py
76${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.pyc 74${PYSITELIB}/importlib_resources/tests/zip.pyc
77${PYSITELIB}/importlib_resources/tests/zipdata01/ziptestdata.zip 
78${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.py 
79${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.pyc 
80${PYSITELIB}/importlib_resources/tests/zipdata02/ziptestdata.zip 

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-importlib-resources/distinfo (expand / switch to unified diff)

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