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:           Tue Mar  3 06:01:00 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-importlib-resources/Makefile \
    pkgsrc/devel/py-importlib-resources/PLIST \
    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.2 pkgsrc/devel/py-importlib-resources/Makefile:1.3
--- pkgsrc/devel/py-importlib-resources/Makefile:1.2    Mon Mar  2 10:41:22 2020
+++ pkgsrc/devel/py-importlib-resources/Makefile        Tue Mar  3 06:01:00 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/02 10:41:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/03 06:01:00 adam Exp $
 
-DISTNAME=      importlib_resources-1.1.0
+DISTNAME=      importlib_resources-1.2.0
 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.2 pkgsrc/devel/py-importlib-resources/PLIST:1.3
--- pkgsrc/devel/py-importlib-resources/PLIST:1.2       Mon Mar  2 10:41:22 2020
+++ pkgsrc/devel/py-importlib-resources/PLIST   Tue Mar  3 06:01:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/02 10:41:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/03/03 06:01:00 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -80,4 +80,3 @@ ${PYSITELIB}/importlib_resources/tests/z
 ${PYSITELIB}/importlib_resources/trees.py
 ${PYSITELIB}/importlib_resources/trees.pyc
 ${PYSITELIB}/importlib_resources/trees.pyo
-${PYSITELIB}/importlib_resources/version.txt
Index: pkgsrc/devel/py-importlib-resources/distinfo
diff -u pkgsrc/devel/py-importlib-resources/distinfo:1.2 pkgsrc/devel/py-importlib-resources/distinfo:1.3
--- pkgsrc/devel/py-importlib-resources/distinfo:1.2    Mon Mar  2 10:41:22 2020
+++ pkgsrc/devel/py-importlib-resources/distinfo        Tue Mar  3 06:01:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/02 10:41:22 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/03/03 06:01:00 adam Exp $
 
-SHA1 (importlib_resources-1.1.0.tar.gz) = 47be2ce535205720aebae1be67129b9dbfc45eea
-RMD160 (importlib_resources-1.1.0.tar.gz) = 289d2ed661922a17f28107399506c1c83c08cd32
-SHA512 (importlib_resources-1.1.0.tar.gz) = c602086c8ab19ebb65fcf713ea5e9e07f651332a76218a059c03089524656ba77ab02e70ed83ce0f8c3ab4ad38307e2b35c22f1689cff5426065424aede5af97
-Size (importlib_resources-1.1.0.tar.gz) = 21823 bytes
+SHA1 (importlib_resources-1.2.0.tar.gz) = d6912270015a1266cf8537afaaff9946245bf3ff
+RMD160 (importlib_resources-1.2.0.tar.gz) = 189c3be54509fa0a8c04bc0577abe2c7fa9e38d6
+SHA512 (importlib_resources-1.2.0.tar.gz) = e9b406ed849fe00721becf50cee5b30df40c618b3fa62aa2499fba98f91c13ae250a0c45ca7093765b644aff888e448ca3842192867dc2c5e2801736dab3f3a0
+Size (importlib_resources-1.2.0.tar.gz) = 23250 bytes



Home | Main Index | Thread Index | Old Index