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:           Mon May 15 20:46:12 UTC 2023

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

Log Message:
py-pdm: updated to 2.6.1

2.6.1

Bug Fixes

Fix the error when publishing using trusted publisher.
Fix a bug that PATH env var isn't set correctly when running under non-isolation mode.

2.6.0

Features & Improvements

Install project-level plugins from project config, with tool.pdm.plugins setting.
Added a --json flag to both run and info command allowing to dump scripts and infos as JSON.
Consider tasks with a name starting by an underscore (_) as internal tasks and hide them from the listing.
When running pdm init -n(non-interactive mode), a venv will be created by default. Previously, the selected Python will be used under PEP 582 mode.
Support Trusted Publisher.
Add an ephemeral wheel cache in process for wheels built from non-static revision sources.
Allow self-referencing groups in dev-dependencies.
Add an option --no-cross-platform to pdm lock to create a non-cross-platform lockfile.

Bug Fixes

Fix brackets in --venv option descriptions in zsh completion script.
The resolver doesn't take into account of the requirements for both bare package and package[extra].
Default pypi source does not use configured pypi.password, but "" instead.
Detect Python interpreters under the root of virtual environments.
Fix a race condition when the builder is creating a new build directory.
Raise FileNotFoundError if the requirement path is not found.
Fix a bug that the self package isn't uninstallable.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pdm/Makefile \
    pkgsrc/devel/py-pdm/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pdm/PLIST

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.4 pkgsrc/devel/py-pdm/Makefile:1.5
--- pkgsrc/devel/py-pdm/Makefile:1.4    Sun May  7 18:38:20 2023
+++ pkgsrc/devel/py-pdm/Makefile        Mon May 15 20:46:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/05/07 18:38:20 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/15 20:46:12 adam Exp $
 
-DISTNAME=      pdm-2.5.6
+DISTNAME=      pdm-2.6.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.4 pkgsrc/devel/py-pdm/distinfo:1.5
--- pkgsrc/devel/py-pdm/distinfo:1.4    Sun May  7 18:38:20 2023
+++ pkgsrc/devel/py-pdm/distinfo        Mon May 15 20:46:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/05/07 18:38:20 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/05/15 20:46:12 adam Exp $
 
-BLAKE2s (pdm-2.5.6.tar.gz) = d1c6f8aade33488731a7bb21dd043fbac5073a4157f0127c8de95999ef2e0f29
-SHA512 (pdm-2.5.6.tar.gz) = 49fcc45df7554aa3c53ed6f9edd8cd43799f438ed2a4cd12f5b247b701f2b31e0dd2540e954f4386d21674f831d990d31a4bfc812c89151ce55b3f9b1484f013
-Size (pdm-2.5.6.tar.gz) = 3051413 bytes
+BLAKE2s (pdm-2.6.1.tar.gz) = 5a2eefe036aef4c354e2720260b9509dc05b3cbffa20d80f26129bd5d8492ad0
+SHA512 (pdm-2.6.1.tar.gz) = 91d0967f407f1f1e2d23e9b43e268d105ed14ec7772eaa433bf20912fa710478ee7a33d01691d795b875cf6385d61bb3d431d176d53c16d3018670e28794b9c5
+Size (pdm-2.6.1.tar.gz) = 3056889 bytes

Index: pkgsrc/devel/py-pdm/PLIST
diff -u pkgsrc/devel/py-pdm/PLIST:1.1 pkgsrc/devel/py-pdm/PLIST:1.2
--- pkgsrc/devel/py-pdm/PLIST:1.1       Thu May  4 07:28:49 2023
+++ pkgsrc/devel/py-pdm/PLIST   Mon May 15 20:46:12 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/04 07:28:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/05/15 20:46:12 adam Exp $
 bin/pdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -122,8 +122,6 @@ ${PYSITELIB}/pdm/environments/base.py
 ${PYSITELIB}/pdm/environments/base.pyc
 ${PYSITELIB}/pdm/environments/local.py
 ${PYSITELIB}/pdm/environments/local.pyc
-${PYSITELIB}/pdm/environments/prefix.py
-${PYSITELIB}/pdm/environments/prefix.pyc
 ${PYSITELIB}/pdm/environments/python.py
 ${PYSITELIB}/pdm/environments/python.pyc
 ${PYSITELIB}/pdm/exceptions.py
@@ -197,6 +195,8 @@ ${PYSITELIB}/pdm/models/setup.py
 ${PYSITELIB}/pdm/models/setup.pyc
 ${PYSITELIB}/pdm/models/specifiers.py
 ${PYSITELIB}/pdm/models/specifiers.pyc
+${PYSITELIB}/pdm/models/venv.py
+${PYSITELIB}/pdm/models/venv.pyc
 ${PYSITELIB}/pdm/models/versions.py
 ${PYSITELIB}/pdm/models/versions.pyc
 ${PYSITELIB}/pdm/models/working_set.py



Home | Main Index | Thread Index | Old Index