Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 144D284E76 for ; Wed, 27 Sep 2023 10:00:23 +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 kDqryv-lNhL2 for ; Wed, 27 Sep 2023 10:00:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D15F84E69 for ; Wed, 27 Sep 2023 10:00:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B006FBDB; Wed, 27 Sep 2023 09:58:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169580869758610" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 09:58:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/py-zipp To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230927095817.3B006FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169580869758610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 09:58:17 UTC 2023 Modified Files: pkgsrc/archivers/py-zipp: Makefile distinfo Log Message: py-zipp: updated to 3.17.0 v3.17.0 Features - Added ``CompleteDirs.inject`` classmethod to make available for use elsewhere. Bugfixes - Avoid matching path separators for '?' in glob. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/py-zipp/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/py-zipp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169580869758610 Content-Disposition: inline Content-Length: 1556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/py-zipp/Makefile diff -u pkgsrc/archivers/py-zipp/Makefile:1.27 pkgsrc/archivers/py-zipp/Makefile:1.28 --- pkgsrc/archivers/py-zipp/Makefile:1.27 Sat Jul 15 16:25:20 2023 +++ pkgsrc/archivers/py-zipp/Makefile Wed Sep 27 09:58:17 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2023/07/15 16:25:20 adam Exp $ +# $NetBSD: Makefile,v 1.28 2023/09/27 09:58:17 adam Exp $ -DISTNAME= zipp-3.16.2 +DISTNAME= zipp-3.17.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipp/} Index: pkgsrc/archivers/py-zipp/distinfo diff -u pkgsrc/archivers/py-zipp/distinfo:1.24 pkgsrc/archivers/py-zipp/distinfo:1.25 --- pkgsrc/archivers/py-zipp/distinfo:1.24 Sat Jul 15 16:25:20 2023 +++ pkgsrc/archivers/py-zipp/distinfo Wed Sep 27 09:58:17 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2023/07/15 16:25:20 adam Exp $ +$NetBSD: distinfo,v 1.25 2023/09/27 09:58:17 adam Exp $ -BLAKE2s (zipp-3.16.2.tar.gz) = 3a73492964d8a22967b6f859a995af81ef9ddea58cdb9256865637e9bdbb3a53 -SHA512 (zipp-3.16.2.tar.gz) = cb7f19638b2bc2bb1c38241078836c4e484b8f1fae8232073da25967f01e449eb8a6c870d2afde285ea9ae319785a9e4b7cb0e5edc2d0f4690f3ce27c359be93 -Size (zipp-3.16.2.tar.gz) = 20002 bytes +BLAKE2s (zipp-3.17.0.tar.gz) = 2c57580f780672cbf2b3990ee7c5d9aededbd51fd8efe9f11ec156a610fb2a71 +SHA512 (zipp-3.17.0.tar.gz) = efd100add7e8face19a6163d07b5efbef6f896d1f3ed2dbdd443ed7e523428bd779d1f05dfe806d4d2bbe10c17c21136f2a0b6f0cbe6000dd8a6abb86dede725 +Size (zipp-3.17.0.tar.gz) = 20367 bytes --_----------=_169580869758610--