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:           Fri Nov 17 21:24:21 UTC 2023

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pdm/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/devel/py-pdm/Makefile:1.17
--- pkgsrc/devel/py-pdm/Makefile:1.16   Thu Nov  9 08:52:43 2023
+++ pkgsrc/devel/py-pdm/Makefile        Fri Nov 17 21:24:21 2023
@@ -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/}

Index: pkgsrc/devel/py-pdm/distinfo
diff -u pkgsrc/devel/py-pdm/distinfo:1.14 pkgsrc/devel/py-pdm/distinfo:1.15
--- pkgsrc/devel/py-pdm/distinfo:1.14   Thu Nov  9 08:52:43 2023
+++ pkgsrc/devel/py-pdm/distinfo        Fri Nov 17 21:24:21 2023
@@ -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
-SHA512 (pdm-2.10.1.tar.gz) = 9f4f47586c1452feeb79f45b127ee799206564795ca238f0e69abff5d14e096af5583eb3749cc2635dfc15e883353c885e796f614195efdf58e08f77637b42f2
-Size (pdm-2.10.1.tar.gz) = 2588192 bytes
+BLAKE2s (pdm-2.10.3.tar.gz) = 6d80aefe4cda6e3e547bff006836e80b9e39a37eb3be68853740f6d226b01fca
+SHA512 (pdm-2.10.3.tar.gz) = 09a08a6f225a346d841ebadd394ac4d86313369de6482f4caf15cc401b7deb5b928bf5894178d1334596c430f3f14b87f8e29d15ec5d73e1f7d40be717211ddc
+Size (pdm-2.10.3.tar.gz) = 2588935 bytes



Home | Main Index | Thread Index | Old Index