Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63EEB84F0D for ; Sat, 15 Jul 2023 16:25:21 +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 MPiJyC9z2ko3 for ; Sat, 15 Jul 2023 16:25:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C2A8384E5B for ; Sat, 15 Jul 2023 16:25:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BFD31FBDB; Sat, 15 Jul 2023 16:25:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689438320129350" MIME-Version: 1.0 Date: Sat, 15 Jul 2023 16:25:20 +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: <20230715162520.BFD31FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689438320129350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jul 15 16:25:20 UTC 2023 Modified Files: pkgsrc/archivers/py-zipp: Makefile distinfo Log Message: py-zipp: updated to 3.16.2 v3.16.2 Bugfixes In Path.match, Windows path separators are no longer honored. The fact that they were was incidental and never supported. Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile. Reworked glob utilizing the namelist directly. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/py-zipp/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/py-zipp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689438320129350 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.26 pkgsrc/archivers/py-zipp/Makefile:1.27 --- pkgsrc/archivers/py-zipp/Makefile:1.26 Thu Jul 13 14:51:54 2023 +++ pkgsrc/archivers/py-zipp/Makefile Sat Jul 15 16:25:20 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2023/07/13 14:51:54 adam Exp $ +# $NetBSD: Makefile,v 1.27 2023/07/15 16:25:20 adam Exp $ -DISTNAME= zipp-3.16.1 +DISTNAME= zipp-3.16.2 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.23 pkgsrc/archivers/py-zipp/distinfo:1.24 --- pkgsrc/archivers/py-zipp/distinfo:1.23 Thu Jul 13 14:51:54 2023 +++ pkgsrc/archivers/py-zipp/distinfo Sat Jul 15 16:25:20 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2023/07/13 14:51:54 adam Exp $ +$NetBSD: distinfo,v 1.24 2023/07/15 16:25:20 adam Exp $ -BLAKE2s (zipp-3.16.1.tar.gz) = 1066687f7dcb491dff8a4254b41e38a80a4839ba90f4b728d8efb681c82cc3a4 -SHA512 (zipp-3.16.1.tar.gz) = e1f8d03c8b8c49e4745e03b65e32c9b76bb4e7c87e24304af630e8875843ad4cfc12f46f5dce3f210698a9e9a5f58be251eafed83893128657d8cb23c11066d0 -Size (zipp-3.16.1.tar.gz) = 19194 bytes +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 --_----------=_1689438320129350--