pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pdm
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.
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
Home |
Main Index |
Thread Index |
Old Index