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:           Thu Aug 15 07:25:04 UTC 2024

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

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

v6.4.2

Bugfixes

- Merged fix for UTF-16 BOM handling in functional tests.

v6.4.1

Bugfixes

- When constructing ZipReader, only append the name if the indicated module is a package.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-importlib-resources/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-importlib-resources/PLIST
cvs rdiff -u -r1.20 -r1.21 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.25 pkgsrc/devel/py-importlib-resources/Makefile:1.26
--- pkgsrc/devel/py-importlib-resources/Makefile:1.25   Sun Mar 24 19:24:42 2024
+++ pkgsrc/devel/py-importlib-resources/Makefile        Thu Aug 15 07:25:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/03/24 19:24:42 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/08/15 07:25:04 adam Exp $
 
-DISTNAME=      importlib_resources-6.4.0
+DISTNAME=      importlib_resources-6.4.2
 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.15 pkgsrc/devel/py-importlib-resources/PLIST:1.16
--- pkgsrc/devel/py-importlib-resources/PLIST:1.15      Sun Mar 24 19:24:42 2024
+++ pkgsrc/devel/py-importlib-resources/PLIST   Thu Aug 15 07:25:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2024/03/24 19:24:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2024/08/15 07:25:04 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -13,6 +13,9 @@ ${PYSITELIB}/importlib_resources/_adapte
 ${PYSITELIB}/importlib_resources/_common.py
 ${PYSITELIB}/importlib_resources/_common.pyc
 ${PYSITELIB}/importlib_resources/_common.pyo
+${PYSITELIB}/importlib_resources/_functional.py
+${PYSITELIB}/importlib_resources/_functional.pyc
+${PYSITELIB}/importlib_resources/_functional.pyo
 ${PYSITELIB}/importlib_resources/_itertools.py
 ${PYSITELIB}/importlib_resources/_itertools.pyc
 ${PYSITELIB}/importlib_resources/_itertools.pyo
@@ -28,9 +31,6 @@ ${PYSITELIB}/importlib_resources/compat/
 ${PYSITELIB}/importlib_resources/compat/py39.py
 ${PYSITELIB}/importlib_resources/compat/py39.pyc
 ${PYSITELIB}/importlib_resources/compat/py39.pyo
-${PYSITELIB}/importlib_resources/functional.py
-${PYSITELIB}/importlib_resources/functional.pyc
-${PYSITELIB}/importlib_resources/functional.pyo
 ${PYSITELIB}/importlib_resources/future/__init__.py
 ${PYSITELIB}/importlib_resources/future/__init__.pyc
 ${PYSITELIB}/importlib_resources/future/__init__.pyo
@@ -59,32 +59,6 @@ ${PYSITELIB}/importlib_resources/tests/c
 ${PYSITELIB}/importlib_resources/tests/compat/py39.py
 ${PYSITELIB}/importlib_resources/tests/compat/py39.pyc
 ${PYSITELIB}/importlib_resources/tests/compat/py39.pyo
-${PYSITELIB}/importlib_resources/tests/data01/__init__.py
-${PYSITELIB}/importlib_resources/tests/data01/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/data01/__init__.pyo
-${PYSITELIB}/importlib_resources/tests/data01/binary.file
-${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.py
-${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.pyo
-${PYSITELIB}/importlib_resources/tests/data01/subdirectory/binary.file
-${PYSITELIB}/importlib_resources/tests/data01/utf-16.file
-${PYSITELIB}/importlib_resources/tests/data01/utf-8.file
-${PYSITELIB}/importlib_resources/tests/data02/__init__.py
-${PYSITELIB}/importlib_resources/tests/data02/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/data02/__init__.pyo
-${PYSITELIB}/importlib_resources/tests/data02/one/__init__.py
-${PYSITELIB}/importlib_resources/tests/data02/one/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/data02/one/__init__.pyo
-${PYSITELIB}/importlib_resources/tests/data02/one/resource1.txt
-${PYSITELIB}/importlib_resources/tests/data02/subdirectory/subsubdir/resource.txt
-${PYSITELIB}/importlib_resources/tests/data02/two/__init__.py
-${PYSITELIB}/importlib_resources/tests/data02/two/__init__.pyc
-${PYSITELIB}/importlib_resources/tests/data02/two/__init__.pyo
-${PYSITELIB}/importlib_resources/tests/data02/two/resource2.txt
-${PYSITELIB}/importlib_resources/tests/namespacedata01/binary.file
-${PYSITELIB}/importlib_resources/tests/namespacedata01/subdirectory/binary.file
-${PYSITELIB}/importlib_resources/tests/namespacedata01/utf-16.file
-${PYSITELIB}/importlib_resources/tests/namespacedata01/utf-8.file
 ${PYSITELIB}/importlib_resources/tests/test_compatibilty_files.py
 ${PYSITELIB}/importlib_resources/tests/test_compatibilty_files.pyc
 ${PYSITELIB}/importlib_resources/tests/test_compatibilty_files.pyo

Index: pkgsrc/devel/py-importlib-resources/distinfo
diff -u pkgsrc/devel/py-importlib-resources/distinfo:1.20 pkgsrc/devel/py-importlib-resources/distinfo:1.21
--- pkgsrc/devel/py-importlib-resources/distinfo:1.20   Sun Mar 24 19:24:42 2024
+++ pkgsrc/devel/py-importlib-resources/distinfo        Thu Aug 15 07:25:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/03/24 19:24:42 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/08/15 07:25:04 adam Exp $
 
-BLAKE2s (importlib_resources-6.4.0.tar.gz) = 87c5c6654f2aa2381efa48a6ff0665f74bb7348af754279d0b7c587ca44f873b
-SHA512 (importlib_resources-6.4.0.tar.gz) = c600e7ba96431f15a929e5acda89a262ceef33a3f44ae361fad4201dde8033dd8f0f2bcb856619fd5e21209a5d17cf9ae3610e65c3e6ecd0e36545437d0064b9
-Size (importlib_resources-6.4.0.tar.gz) = 42040 bytes
+BLAKE2s (importlib_resources-6.4.2.tar.gz) = a8f0027c1e74bd51382dbadedc79d95bbf3e235b5f09f33570ed35ef64c1887e
+SHA512 (importlib_resources-6.4.2.tar.gz) = e3bb0e1ccf35fe36f805a97ff71cd82d9e55547baf1c6083bec07c2528cb1f11497926f76917cfba3924c04d6fd5753ccfbb912fdf08174c5b63f5f1a198acf5
+Size (importlib_resources-6.4.2.tar.gz) = 41629 bytes



Home | Main Index | Thread Index | Old Index