Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB4FB84D38 for ; Wed, 27 Sep 2023 15:20:43 +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 n_QYS5o_xK5H for ; Wed, 27 Sep 2023 15:20:25 +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 1BC8F84CF9 for ; Wed, 27 Sep 2023 15:20:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0FF32FBDB; Wed, 27 Sep 2023 15:20:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169582802550970" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 15:20:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pdm To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230927152025.0FF32FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169582802550970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 15:20:24 UTC 2023 Modified Files: pkgsrc/devel/py-pdm: Makefile distinfo Log Message: py-pdm: updated to 2.9.3 Release v2.9.3 (2023-09-25) --------------------------- Bug Fixes - Revert the changes to the behavior of installing self. Self package won't be installed when `--no-default` is requested. - Reject the candidate if it contains invalid metadata, to avoid a crash in the process of resolution. Documentation - Clarify what `--no-isolated` does. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pdm/Makefile \ pkgsrc/devel/py-pdm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169582802550970 Content-Disposition: inline Content-Length: 2093 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pdm/Makefile diff -u pkgsrc/devel/py-pdm/Makefile:1.11 pkgsrc/devel/py-pdm/Makefile:1.12 --- pkgsrc/devel/py-pdm/Makefile:1.11 Sun Sep 17 09:00:20 2023 +++ pkgsrc/devel/py-pdm/Makefile Wed Sep 27 15:20:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/09/17 09:00:20 adam Exp $ +# $NetBSD: Makefile,v 1.12 2023/09/27 15:20:24 adam Exp $ -DISTNAME= pdm-2.9.2 +DISTNAME= pdm-2.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdm/} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-blinker-[0-9]*: DEPENDS+= ${PYPKGPREFIX}-cachecontrol>=0.13.0:../../devel/py-cachecontrol DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-dotenv>=0.15:../../devel/py-dotenv -DEPENDS+= ${PYPKGPREFIX}-findpython>=0.3.0:../../lang/py-findpython +DEPENDS+= ${PYPKGPREFIX}-findpython>=0.4.0:../../lang/py-findpython DEPENDS+= ${PYPKGPREFIX}-installer>=0.7:../../misc/py-installer DEPENDS+= ${PYPKGPREFIX}-packaging>=22.1:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-platformdirs-[0-9]*:../../misc/py-platformdirs Index: pkgsrc/devel/py-pdm/distinfo diff -u pkgsrc/devel/py-pdm/distinfo:1.11 pkgsrc/devel/py-pdm/distinfo:1.12 --- pkgsrc/devel/py-pdm/distinfo:1.11 Sun Sep 17 09:00:20 2023 +++ pkgsrc/devel/py-pdm/distinfo Wed Sep 27 15:20:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/09/17 09:00:20 adam Exp $ +$NetBSD: distinfo,v 1.12 2023/09/27 15:20:24 adam Exp $ -BLAKE2s (pdm-2.9.2.tar.gz) = da852acf26dc452b5686ad70b322933a38d0cb47c0ab504ed525d327afa53b59 -SHA512 (pdm-2.9.2.tar.gz) = 1d3193dc31065a05989e9dc36518fac0d45f86945d68ff2b5e03473b97c70b0f9586849a1e2208e740921927857733c76c44b512213cb17fc6608f9d0d7bcbd9 -Size (pdm-2.9.2.tar.gz) = 3018730 bytes +BLAKE2s (pdm-2.9.3.tar.gz) = 0478d751ee265a3406f135ab4a0102e6f9f78c7e324559ba5e64b8a4826ef59a +SHA512 (pdm-2.9.3.tar.gz) = 110e6488f8b161f7d77b9f0b1f34964f1c93ae7e8e9b2109057cfe1f507c914c9c72b3d787c768c9d371a80d8d79bbf6cad006eca2fe88e33b22f4415f2d276e +Size (pdm-2.9.3.tar.gz) = 2578245 bytes --_----------=_169582802550970--