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:           Thu Nov  9 08:52:43 UTC 2023

Modified Files:
        pkgsrc/devel/py-pdm: Makefile distinfo

Log Message:
py-pdm: updated to 2.10.1

v2.10.1 (2023-11-07)

Bug Fixes

- Fix a bug preventing ctrl-c from interrupting program execution on 2nd invocation when using "pdm run" (Windows only).
- Fix list index out of range when build error message is empty.
- Fix find_link sources being exported as `--extra--index-url`
- Fix an installation failure when install.cache = true.
- Fix a resolution issue that extra dependencies are not resolved when the bare dependency has more specific version constraint.

Documentation

- Set up a chatbot powered by LLM on the doc page.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pdm/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/devel/py-pdm/Makefile:1.16
--- pkgsrc/devel/py-pdm/Makefile:1.15   Tue Nov  7 22:38:00 2023
+++ pkgsrc/devel/py-pdm/Makefile        Thu Nov  9 08:52:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/11/07 22:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/11/09 08:52:43 adam Exp $
 
-DISTNAME=      pdm-2.10.0
+DISTNAME=      pdm-2.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pdm/}

Index: pkgsrc/devel/py-pdm/distinfo
diff -u pkgsrc/devel/py-pdm/distinfo:1.13 pkgsrc/devel/py-pdm/distinfo:1.14
--- pkgsrc/devel/py-pdm/distinfo:1.13   Sun Oct 29 16:51:23 2023
+++ pkgsrc/devel/py-pdm/distinfo        Thu Nov  9 08:52:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/10/29 16:51:23 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/11/09 08:52:43 adam Exp $
 
-BLAKE2s (pdm-2.10.0.tar.gz) = b19e40a169253e38f4ef180603b51a639012d403618e05c8d4c2cc520644ac58
-SHA512 (pdm-2.10.0.tar.gz) = 734d9c120de9390c0929ff9664acdcd681773a264a4aba1da294429574b8ae67ced74265227b1db0403e4acb9c4134555fd6fb780df47abc5935c1a24b9f816f
-Size (pdm-2.10.0.tar.gz) = 2587521 bytes
+BLAKE2s (pdm-2.10.1.tar.gz) = cb382fee1585f95044a9a91304aed3267cba98f1f3f69f65ee01c3c5f10886fa
+SHA512 (pdm-2.10.1.tar.gz) = 9f4f47586c1452feeb79f45b127ee799206564795ca238f0e69abff5d14e096af5583eb3749cc2635dfc15e883353c885e796f614195efdf58e08f77637b42f2
+Size (pdm-2.10.1.tar.gz) = 2588192 bytes



Home | Main Index | Thread Index | Old Index