Received: by mail.netbsd.org (Postfix, from userid 605) id 0242684DCB; Tue, 3 Mar 2020 06:01:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DEF084DA9 for ; Tue, 3 Mar 2020 06:01:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id l3ytqTib_Uw9 for ; Tue, 3 Mar 2020 06:01:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F10A384D72 for ; Tue, 3 Mar 2020 06:01:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EECAFFBF4; Tue, 3 Mar 2020 06:01:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583215260154940" MIME-Version: 1.0 Date: Tue, 3 Mar 2020 06:01:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-importlib-resources To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200303060100.EECAFFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583215260154940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1583215260154940 Content-Disposition: inline Content-Length: 2703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1583215260154940--