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 (expand / 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,16 +1,16 @@ @@ -1,16 +1,16 @@
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

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/PLIST (expand / 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,14 +1,14 @@ @@ -1,14 +1,14 @@
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
@@ -70,14 +70,13 @@ ${PYSITELIB}/importlib_resources/tests/u @@ -70,14 +70,13 @@ ${PYSITELIB}/importlib_resources/tests/u
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 (expand / 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