diff options
author | adam <adam@pkgsrc.org> | 2020-05-12 18:42:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-12 18:42:30 +0000 |
commit | c2f2bf2e767fbf13df92da2152d8364c19699c1e (patch) | |
tree | f95e17c073330c6132cb6c7e62a976cabc8743d8 | |
parent | 6923e299a980f3d19c8fecb4de04bb0aa7451001 (diff) | |
download | pkgsrc-c2f2bf2e767fbf13df92da2152d8364c19699c1e.tar.gz |
py-importlib-resources: updated to 1.5.0
v1.5.0
* Traversable is now a Protocol instead of an Abstract Base
Class (Python 2.7 and Python 3.8+).
* Traversable objects now require a ``.name`` property.
-rw-r--r-- | devel/py-importlib-resources/Makefile | 4 | ||||
-rw-r--r-- | devel/py-importlib-resources/PLIST | 5 | ||||
-rw-r--r-- | devel/py-importlib-resources/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-importlib-resources/Makefile b/devel/py-importlib-resources/Makefile index 1c487130d30..6717226fdc0 100644 --- a/devel/py-importlib-resources/Makefile +++ b/devel/py-importlib-resources/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/04/07 09:17:51 adam Exp $ +# $NetBSD: Makefile,v 1.7 2020/05/12 18:42:30 adam Exp $ -DISTNAME= importlib_resources-1.4.0 +DISTNAME= importlib_resources-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib_resources/} diff --git a/devel/py-importlib-resources/PLIST b/devel/py-importlib-resources/PLIST index 98023858b9b..5436fb89f47 100644 --- a/devel/py-importlib-resources/PLIST +++ b/devel/py-importlib-resources/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/04/07 09:17:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/05/12 18:42:30 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -50,6 +50,9 @@ ${PYSITELIB}/importlib_resources/tests/data03/__init__.py ${PYSITELIB}/importlib_resources/tests/data03/__init__.pyc ${PYSITELIB}/importlib_resources/tests/data03/__init__.pyo ${PYSITELIB}/importlib_resources/tests/data03/namespace/resource1.txt +${PYSITELIB}/importlib_resources/tests/test_files.py +${PYSITELIB}/importlib_resources/tests/test_files.pyc +${PYSITELIB}/importlib_resources/tests/test_files.pyo ${PYSITELIB}/importlib_resources/tests/test_open.py ${PYSITELIB}/importlib_resources/tests/test_open.pyc ${PYSITELIB}/importlib_resources/tests/test_open.pyo diff --git a/devel/py-importlib-resources/distinfo b/devel/py-importlib-resources/distinfo index f573dc715cb..bd140c16894 100644 --- a/devel/py-importlib-resources/distinfo +++ b/devel/py-importlib-resources/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/04/07 09:17:52 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/05/12 18:42:30 adam Exp $ -SHA1 (importlib_resources-1.4.0.tar.gz) = c093b701548a05dc7dc0e280242d9092d96864e3 -RMD160 (importlib_resources-1.4.0.tar.gz) = 751df6e4184cfafcfbd6f0cb5a113e88965edbc9 -SHA512 (importlib_resources-1.4.0.tar.gz) = e482f109f387de79d66e69084fab70750ce472f7d665c3a617819ab604e376860c2832a0cab27867165b7ac60947db554ec686d73f182dcaa6935dc14ca3d935 -Size (importlib_resources-1.4.0.tar.gz) = 23220 bytes +SHA1 (importlib_resources-1.5.0.tar.gz) = 7fe714bd58d153a8861f2f586d26dbcc48cc24a7 +RMD160 (importlib_resources-1.5.0.tar.gz) = a46cdc176023f7f037123eadf075c9438e02f976 +SHA512 (importlib_resources-1.5.0.tar.gz) = 34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed +Size (importlib_resources-1.5.0.tar.gz) = 23660 bytes |