Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bNkzK+X8; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=f3x6M5No Received: by mail.netbsd.org (Postfix, from userid 605) id 932DB84E5E; Thu, 16 May 2024 14:14:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715868881; bh=Da92YP3rf59ilRQwcHarqsr+4fgGPp8++UdKz4YIC7k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bNkzK+X8ds9Di7QYJF35QyxrFo6DdsxsqPQrW5f454tWXVPdRoJHR6Hwyo+8zPcyY rmMFoT/U8D+Z3zPqbBU9XcymBVcPu9IARDs8zg1loXrvIZUQ8Jjl/Guc4aR0pReVtk VHz6abfKrDE9qASOw0UnGghoOIhKvfXGkxPe9Vkc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8645284D8B for ; Thu, 16 May 2024 14:14:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RNMR8ACjFPjl for ; Thu, 16 May 2024 14:14:40 +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 E8E3984D7A for ; Thu, 16 May 2024 14:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715868880; bh=Da92YP3rf59ilRQwcHarqsr+4fgGPp8++UdKz4YIC7k=; h=Date:From:Subject:To:Reply-To; b=f3x6M5NoIUsAXt4urJfV8kdZhnAmTQcQVKaOeO2p+GaJXEGn/TQuPkE2pihPA0XeM 3bWL6Z4IkQys3OzJggem6H598uCDuFcHJ270zp6OnPfj8U1LWob+xtcSsd7sPO/BtE sTjSZF/plYirecG6bKH6mBKcUZzmeyqrIK0DhQwY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9A5CFA2C; Thu, 16 May 2024 14:14:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715868879101960" MIME-Version: 1.0 Date: Thu, 16 May 2024 14:14:39 +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: <20240516141439.D9A5CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715868879101960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 16 14:14:39 UTC 2024 Modified Files: pkgsrc/archivers/py-zipp: Makefile distinfo Log Message: py-zipp: updated to 3.18.2 v3.18.2 No significant changes. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/archivers/py-zipp/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/py-zipp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715868879101960 Content-Disposition: inline Content-Length: 2604 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.30 pkgsrc/archivers/py-zipp/Makefile:1.31 --- pkgsrc/archivers/py-zipp/Makefile:1.30 Sun Mar 17 14:14:21 2024 +++ pkgsrc/archivers/py-zipp/Makefile Thu May 16 14:14:39 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2024/03/17 14:14:21 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2024/05/16 14:14:39 adam Exp $ -DISTNAME= zipp-3.18.1 +DISTNAME= zipp-3.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipp/} @@ -10,20 +10,18 @@ HOMEPAGE= https://github.com/jaraco/zipp COMMENT= Backport of pathlib-compatible object wrapper for zip files LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools +TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.test-[0-9]*:../../devel/py-jaraco.test TEST_DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/archivers/py-zipp/distinfo diff -u pkgsrc/archivers/py-zipp/distinfo:1.26 pkgsrc/archivers/py-zipp/distinfo:1.27 --- pkgsrc/archivers/py-zipp/distinfo:1.26 Sun Mar 17 14:14:21 2024 +++ pkgsrc/archivers/py-zipp/distinfo Thu May 16 14:14:39 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2024/03/17 14:14:21 wiz Exp $ +$NetBSD: distinfo,v 1.27 2024/05/16 14:14:39 adam Exp $ -BLAKE2s (zipp-3.18.1.tar.gz) = 9856a6a2baf8ce7c7e456c0cee485617c8e6470aee08fe5dc677633ef8291bb5 -SHA512 (zipp-3.18.1.tar.gz) = 27f2a5a098c773ea878b751e5c1d4e6bb89a367cd676f0b4508f3c372e78e1522de6eb46a17c8ac22a09cc6b041e393db40d14d918c7abe44cc2158f886a8045 -Size (zipp-3.18.1.tar.gz) = 21220 bytes +BLAKE2s (zipp-3.18.2.tar.gz) = 6c0dc280e4706e2dca08f382aba1820be4b59d0fbb508243f2fc6022ef281001 +SHA512 (zipp-3.18.2.tar.gz) = c8ba020fe210a3c9b54da2f868c324b41d281dc50342f9ce68e493a695d8c8620ab19303fb81bd64cc458667113ef31a890e8e71180a0155a83ed9ead6049bcd +Size (zipp-3.18.2.tar.gz) = 21783 bytes --_----------=_1715868879101960--