Tue Mar 3 06:01:00 2020 UTC ()
py-importlib-resources: updated to 1.2.0

v1.2.0
Traversable now requires an open method.
Fixed error on Python 3.5.{0,3}.
Updated packaging to resolve version from package metadata.


(adam)
diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/PLIST
diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/Makefile (switch to unified diff)

--- pkgsrc/devel/py-importlib-resources/Makefile 2020/03/02 10:41:22 1.2
+++ pkgsrc/devel/py-importlib-resources/Makefile 2020/03/03 06:01:00 1.3
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.2 2020/03/02 10:41:22 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2020/03/03 06:01:00 adam Exp $
2 2
3DISTNAME= importlib_resources-1.1.0 3DISTNAME= importlib_resources-1.2.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
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15.include "../../lang/python/pyversion.mk" 15.include "../../lang/python/pyversion.mk"
16.if ${_PYTHON_VERSION} == 27 16.if ${_PYTHON_VERSION} == 27
17DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2 17DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
18DEPENDS+= ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch 18DEPENDS+= ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch
19DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing 19DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
20.endif 20.endif
21.if ${_PYTHON_VERSION} < 38 21.if ${_PYTHON_VERSION} < 38
22DEPENDS+= ${PYPKGPREFIX}-zipp>=0.4:../../archivers/py-zipp 22DEPENDS+= ${PYPKGPREFIX}-zipp>=0.4:../../archivers/py-zipp
23.endif 23.endif
24 24
25USE_LANGUAGES= # none 25USE_LANGUAGES= # none
26 26
27.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"
28.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/PLIST (switch to unified diff)

--- pkgsrc/devel/py-importlib-resources/PLIST 2020/03/02 10:41:22 1.2
+++ pkgsrc/devel/py-importlib-resources/PLIST 2020/03/03 06:01:00 1.3
@@ -1,83 +1,82 @@ @@ -1,83 +1,82 @@
1@comment $NetBSD: PLIST,v 1.2 2020/03/02 10:41:22 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2020/03/03 06:01:00 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/importlib_resources/__init__.py 7${PYSITELIB}/importlib_resources/__init__.py
8${PYSITELIB}/importlib_resources/__init__.pyc 8${PYSITELIB}/importlib_resources/__init__.pyc
9${PYSITELIB}/importlib_resources/__init__.pyo 9${PYSITELIB}/importlib_resources/__init__.pyo
10${PYSITELIB}/importlib_resources/_compat.py 10${PYSITELIB}/importlib_resources/_compat.py
11${PYSITELIB}/importlib_resources/_compat.pyc 11${PYSITELIB}/importlib_resources/_compat.pyc
12${PYSITELIB}/importlib_resources/_compat.pyo 12${PYSITELIB}/importlib_resources/_compat.pyo
13${PYSITELIB}/importlib_resources/_py2.py 13${PYSITELIB}/importlib_resources/_py2.py
14${PYSITELIB}/importlib_resources/_py2.pyc 14${PYSITELIB}/importlib_resources/_py2.pyc
15${PYSITELIB}/importlib_resources/_py2.pyo 15${PYSITELIB}/importlib_resources/_py2.pyo
16${PYSITELIB}/importlib_resources/_py3.py 16${PYSITELIB}/importlib_resources/_py3.py
17${PLIST.py3x}${PYSITELIB}/importlib_resources/_py3.pyc 17${PLIST.py3x}${PYSITELIB}/importlib_resources/_py3.pyc
18${PLIST.py3x}${PYSITELIB}/importlib_resources/_py3.pyo 18${PLIST.py3x}${PYSITELIB}/importlib_resources/_py3.pyo
19${PYSITELIB}/importlib_resources/abc.py 19${PYSITELIB}/importlib_resources/abc.py
20${PYSITELIB}/importlib_resources/abc.pyc 20${PYSITELIB}/importlib_resources/abc.pyc
21${PYSITELIB}/importlib_resources/abc.pyo 21${PYSITELIB}/importlib_resources/abc.pyo
22${PYSITELIB}/importlib_resources/docs/changelog.rst 22${PYSITELIB}/importlib_resources/docs/changelog.rst
23${PYSITELIB}/importlib_resources/docs/conf.py 23${PYSITELIB}/importlib_resources/docs/conf.py
24${PYSITELIB}/importlib_resources/docs/conf.pyc 24${PYSITELIB}/importlib_resources/docs/conf.pyc
25${PYSITELIB}/importlib_resources/docs/conf.pyo 25${PYSITELIB}/importlib_resources/docs/conf.pyo
26${PYSITELIB}/importlib_resources/docs/index.rst 26${PYSITELIB}/importlib_resources/docs/index.rst
27${PYSITELIB}/importlib_resources/docs/migration.rst 27${PYSITELIB}/importlib_resources/docs/migration.rst
28${PYSITELIB}/importlib_resources/docs/using.rst 28${PYSITELIB}/importlib_resources/docs/using.rst
29${PYSITELIB}/importlib_resources/tests/__init__.py 29${PYSITELIB}/importlib_resources/tests/__init__.py
30${PYSITELIB}/importlib_resources/tests/__init__.pyc 30${PYSITELIB}/importlib_resources/tests/__init__.pyc
31${PYSITELIB}/importlib_resources/tests/__init__.pyo 31${PYSITELIB}/importlib_resources/tests/__init__.pyo
32${PYSITELIB}/importlib_resources/tests/data01/__init__.py 32${PYSITELIB}/importlib_resources/tests/data01/__init__.py
33${PYSITELIB}/importlib_resources/tests/data01/__init__.pyc 33${PYSITELIB}/importlib_resources/tests/data01/__init__.pyc
34${PYSITELIB}/importlib_resources/tests/data01/__init__.pyo 34${PYSITELIB}/importlib_resources/tests/data01/__init__.pyo
35${PYSITELIB}/importlib_resources/tests/data01/binary.file 35${PYSITELIB}/importlib_resources/tests/data01/binary.file
36${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.py 36${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.py
37${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.pyc 37${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.pyc
38${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.pyo 38${PYSITELIB}/importlib_resources/tests/data01/subdirectory/__init__.pyo
39${PYSITELIB}/importlib_resources/tests/data01/subdirectory/binary.file 39${PYSITELIB}/importlib_resources/tests/data01/subdirectory/binary.file
40${PYSITELIB}/importlib_resources/tests/data01/utf-16.file 40${PYSITELIB}/importlib_resources/tests/data01/utf-16.file
41${PYSITELIB}/importlib_resources/tests/data01/utf-8.file 41${PYSITELIB}/importlib_resources/tests/data01/utf-8.file
42${PYSITELIB}/importlib_resources/tests/data02/__init__.py 42${PYSITELIB}/importlib_resources/tests/data02/__init__.py
43${PYSITELIB}/importlib_resources/tests/data02/__init__.pyc 43${PYSITELIB}/importlib_resources/tests/data02/__init__.pyc
44${PYSITELIB}/importlib_resources/tests/data02/__init__.pyo 44${PYSITELIB}/importlib_resources/tests/data02/__init__.pyo
45${PYSITELIB}/importlib_resources/tests/data02/one/__init__.py 45${PYSITELIB}/importlib_resources/tests/data02/one/__init__.py
46${PYSITELIB}/importlib_resources/tests/data02/one/__init__.pyc 46${PYSITELIB}/importlib_resources/tests/data02/one/__init__.pyc
47${PYSITELIB}/importlib_resources/tests/data02/one/__init__.pyo 47${PYSITELIB}/importlib_resources/tests/data02/one/__init__.pyo
48${PYSITELIB}/importlib_resources/tests/data02/one/resource1.txt 48${PYSITELIB}/importlib_resources/tests/data02/one/resource1.txt
49${PYSITELIB}/importlib_resources/tests/data02/two/__init__.py 49${PYSITELIB}/importlib_resources/tests/data02/two/__init__.py
50${PYSITELIB}/importlib_resources/tests/data02/two/__init__.pyc 50${PYSITELIB}/importlib_resources/tests/data02/two/__init__.pyc
51${PYSITELIB}/importlib_resources/tests/data02/two/__init__.pyo 51${PYSITELIB}/importlib_resources/tests/data02/two/__init__.pyo
52${PYSITELIB}/importlib_resources/tests/data02/two/resource2.txt 52${PYSITELIB}/importlib_resources/tests/data02/two/resource2.txt
53${PYSITELIB}/importlib_resources/tests/data03/__init__.py 53${PYSITELIB}/importlib_resources/tests/data03/__init__.py
54${PYSITELIB}/importlib_resources/tests/data03/__init__.pyc 54${PYSITELIB}/importlib_resources/tests/data03/__init__.pyc
55${PYSITELIB}/importlib_resources/tests/data03/__init__.pyo 55${PYSITELIB}/importlib_resources/tests/data03/__init__.pyo
56${PYSITELIB}/importlib_resources/tests/data03/namespace/resource1.txt 56${PYSITELIB}/importlib_resources/tests/data03/namespace/resource1.txt
57${PYSITELIB}/importlib_resources/tests/test_open.py 57${PYSITELIB}/importlib_resources/tests/test_open.py
58${PYSITELIB}/importlib_resources/tests/test_open.pyc 58${PYSITELIB}/importlib_resources/tests/test_open.pyc
59${PYSITELIB}/importlib_resources/tests/test_open.pyo 59${PYSITELIB}/importlib_resources/tests/test_open.pyo
60${PYSITELIB}/importlib_resources/tests/test_path.py 60${PYSITELIB}/importlib_resources/tests/test_path.py
61${PYSITELIB}/importlib_resources/tests/test_path.pyc 61${PYSITELIB}/importlib_resources/tests/test_path.pyc
62${PYSITELIB}/importlib_resources/tests/test_path.pyo 62${PYSITELIB}/importlib_resources/tests/test_path.pyo
63${PYSITELIB}/importlib_resources/tests/test_read.py 63${PYSITELIB}/importlib_resources/tests/test_read.py
64${PYSITELIB}/importlib_resources/tests/test_read.pyc 64${PYSITELIB}/importlib_resources/tests/test_read.pyc
65${PYSITELIB}/importlib_resources/tests/test_read.pyo 65${PYSITELIB}/importlib_resources/tests/test_read.pyo
66${PYSITELIB}/importlib_resources/tests/test_resource.py 66${PYSITELIB}/importlib_resources/tests/test_resource.py
67${PYSITELIB}/importlib_resources/tests/test_resource.pyc 67${PYSITELIB}/importlib_resources/tests/test_resource.pyc
68${PYSITELIB}/importlib_resources/tests/test_resource.pyo 68${PYSITELIB}/importlib_resources/tests/test_resource.pyo
69${PYSITELIB}/importlib_resources/tests/util.py 69${PYSITELIB}/importlib_resources/tests/util.py
70${PYSITELIB}/importlib_resources/tests/util.pyc 70${PYSITELIB}/importlib_resources/tests/util.pyc
71${PYSITELIB}/importlib_resources/tests/util.pyo 71${PYSITELIB}/importlib_resources/tests/util.pyo
72${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.py 72${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.py
73${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.pyc 73${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.pyc
74${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.pyo 74${PYSITELIB}/importlib_resources/tests/zipdata01/__init__.pyo
75${PYSITELIB}/importlib_resources/tests/zipdata01/ziptestdata.zip 75${PYSITELIB}/importlib_resources/tests/zipdata01/ziptestdata.zip
76${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.py 76${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.py
77${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.pyc 77${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.pyc
78${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.pyo 78${PYSITELIB}/importlib_resources/tests/zipdata02/__init__.pyo
79${PYSITELIB}/importlib_resources/tests/zipdata02/ziptestdata.zip 79${PYSITELIB}/importlib_resources/tests/zipdata02/ziptestdata.zip
80${PYSITELIB}/importlib_resources/trees.py 80${PYSITELIB}/importlib_resources/trees.py
81${PYSITELIB}/importlib_resources/trees.pyc 81${PYSITELIB}/importlib_resources/trees.pyc
82${PYSITELIB}/importlib_resources/trees.pyo 82${PYSITELIB}/importlib_resources/trees.pyo
83${PYSITELIB}/importlib_resources/version.txt 

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/distinfo (switch to unified diff)

--- pkgsrc/devel/py-importlib-resources/distinfo 2020/03/02 10:41:22 1.2
+++ pkgsrc/devel/py-importlib-resources/distinfo 2020/03/03 06:01:00 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/03/02 10:41:22 adam Exp $ 1$NetBSD: distinfo,v 1.3 2020/03/03 06:01:00 adam Exp $
2 2
3SHA1 (importlib_resources-1.1.0.tar.gz) = 47be2ce535205720aebae1be67129b9dbfc45eea 3SHA1 (importlib_resources-1.2.0.tar.gz) = d6912270015a1266cf8537afaaff9946245bf3ff
4RMD160 (importlib_resources-1.1.0.tar.gz) = 289d2ed661922a17f28107399506c1c83c08cd32 4RMD160 (importlib_resources-1.2.0.tar.gz) = 189c3be54509fa0a8c04bc0577abe2c7fa9e38d6
5SHA512 (importlib_resources-1.1.0.tar.gz) = c602086c8ab19ebb65fcf713ea5e9e07f651332a76218a059c03089524656ba77ab02e70ed83ce0f8c3ab4ad38307e2b35c22f1689cff5426065424aede5af97 5SHA512 (importlib_resources-1.2.0.tar.gz) = e9b406ed849fe00721becf50cee5b30df40c618b3fa62aa2499fba98f91c13ae250a0c45ca7093765b644aff888e448ca3842192867dc2c5e2801736dab3f3a0
6Size (importlib_resources-1.1.0.tar.gz) = 21823 bytes 6Size (importlib_resources-1.2.0.tar.gz) = 23250 bytes