Fri Nov 17 21:24:21 2023 UTC ()
py-pdm: updated to 2.10.3

Release v2.10.3 (2023-11-16)
----------------------------

Bug Fixes

- Create virtualenv for conda base Python.

Release v2.10.2 (2023-11-16)
----------------------------

Features & Improvements

- Log the response text when `pdm publish` fails with HTTP error.

Bug Fixes

- Improve the error message when a specific package can't be found in the lockfile.
- prevent wrong project name (including space and illegal characters)
- Fix a bug that PDM cannot detect namespace packages correctly when creating symlinks. The package's `__init__.py` contains an unusual line.
- Fix template files created by `pdm init` being read-only when copied from a read-only PDM installation.
- Don't reset the build backend when asking for import.
- Never wrap the output of the `export` command.
- Forbid global project in conda base environment, since it may remove conda-managed packages.


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-pdm/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/py-pdm/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-pdm/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-pdm/Makefile 2023/11/09 08:52:43 1.16
+++ pkgsrc/devel/py-pdm/Makefile 2023/11/17 21:24:21 1.17
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/11/09 08:52:43 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/11/17 21:24:21 adam Exp $
 
-DISTNAME=	pdm-2.10.1
+DISTNAME=	pdm-2.10.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pdm/}

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-pdm/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-pdm/distinfo 2023/11/09 08:52:43 1.14
+++ pkgsrc/devel/py-pdm/distinfo 2023/11/17 21:24:21 1.15
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/11/09 08:52:43 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/11/17 21:24:21 adam Exp $
 
-BLAKE2s (pdm-2.10.1.tar.gz) = cb382fee1585f95044a9a91304aed3267cba98f1f3f69f65ee01c3c5f10886fa
+BLAKE2s (pdm-2.10.3.tar.gz) = 6d80aefe4cda6e3e547bff006836e80b9e39a37eb3be68853740f6d226b01fca
-SHA512 (pdm-2.10.1.tar.gz) = 9f4f47586c1452feeb79f45b127ee799206564795ca238f0e69abff5d14e096af5583eb3749cc2635dfc15e883353c885e796f614195efdf58e08f77637b42f2
+SHA512 (pdm-2.10.3.tar.gz) = 09a08a6f225a346d841ebadd394ac4d86313369de6482f4caf15cc401b7deb5b928bf5894178d1334596c430f3f14b87f8e29d15ec5d73e1f7d40be717211ddc
-Size (pdm-2.10.1.tar.gz) = 2588192 bytes
+Size (pdm-2.10.3.tar.gz) = 2588935 bytes