Received: by mail.netbsd.org (Postfix, from userid 605) id C3A7684F45; Wed, 1 Mar 2023 10:37:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F300F84F40 for ; Wed, 1 Mar 2023 10:37:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wM1Tf8ZKJRNc for ; Wed, 1 Mar 2023 10:37:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7020984D0C for ; Wed, 1 Mar 2023 10:37:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 610DDFA90; Wed, 1 Mar 2023 10:37:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167766706141910" MIME-Version: 1.0 Date: Wed, 1 Mar 2023 10:37:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/py-zipp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230301103741.610DDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167766706141910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 1 10:37:41 UTC 2023 Modified Files: pkgsrc/archivers/py-zipp: Makefile distinfo Log Message: py-zipp: updated to 3.15.0 v3.15.0 * gh-102209: ``test_implied_dirs_performance`` now tests measures the time complexity experimentally. v3.14.0 * Minor cleanup in tests To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/py-zipp/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/py-zipp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167766706141910 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.23 pkgsrc/archivers/py-zipp/Makefile:1.24 --- pkgsrc/archivers/py-zipp/Makefile:1.23 Tue Feb 14 16:26:02 2023 +++ pkgsrc/archivers/py-zipp/Makefile Wed Mar 1 10:37:41 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2023/02/14 16:26:02 adam Exp $ +# $NetBSD: Makefile,v 1.24 2023/03/01 10:37:41 adam Exp $ -DISTNAME= zipp-3.13.0 +DISTNAME= zipp-3.15.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.20 pkgsrc/archivers/py-zipp/distinfo:1.21 --- pkgsrc/archivers/py-zipp/distinfo:1.20 Tue Feb 14 16:26:02 2023 +++ pkgsrc/archivers/py-zipp/distinfo Wed Mar 1 10:37:41 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/02/14 16:26:02 adam Exp $ +$NetBSD: distinfo,v 1.21 2023/03/01 10:37:41 adam Exp $ -BLAKE2s (zipp-3.13.0.tar.gz) = d000cfe4ebfd640a3664ed60f869db91fad09aa6087b9bc77f266c1cb2ab1409 -SHA512 (zipp-3.13.0.tar.gz) = 7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec -Size (zipp-3.13.0.tar.gz) = 18725 bytes +BLAKE2s (zipp-3.15.0.tar.gz) = 9cbaa74b7c9ce43fdc57cfa3d792894a1a42475f13caa99c0c5a08b058ea1656 +SHA512 (zipp-3.15.0.tar.gz) = 74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d +Size (zipp-3.15.0.tar.gz) = 18454 bytes --_----------=_167766706141910--