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:           Sun Sep 17 09:00:20 UTC 2023

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

Log Message:
py-pdm: updated to 2.9.2

Release v2.9.2 (2023-09-12)
---------------------------

Features & Improvements

- Fix an issue that `--no-lock` option doesn't work as expected. Also support `--no-lock` option for `add`, `remove` and `update` commands.

Bug Fixes

- Use `findpython` to find pythons with the spec given by the user.
- Use UTF-8 to read pyvenv.cfg.
- On Windows, try looking for the `virtualenv` `python.exe` binary under `bin/`
  as well as `Scripts/` and the `virtualenv`/`conda` root.
- Write relocatable dependency URLs with `${PROJECT_ROOT}` variable in the lockfile.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/devel/py-pdm/Makefile:1.11
--- pkgsrc/devel/py-pdm/Makefile:1.10   Fri Sep  8 12:01:53 2023
+++ pkgsrc/devel/py-pdm/Makefile        Sun Sep 17 09:00:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/09/08 12:01:53 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/09/17 09:00:20 adam Exp $
 
-DISTNAME=      pdm-2.9.1
+DISTNAME=      pdm-2.9.2
 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.10 pkgsrc/devel/py-pdm/distinfo:1.11
--- pkgsrc/devel/py-pdm/distinfo:1.10   Fri Sep  8 12:01:53 2023
+++ pkgsrc/devel/py-pdm/distinfo        Sun Sep 17 09:00:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/09/08 12:01:53 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/09/17 09:00:20 adam Exp $
 
-BLAKE2s (pdm-2.9.1.tar.gz) = d5157b1dcc938a8477c6f37641083ca95728f904fe802e698c4f03188d8b0518
-SHA512 (pdm-2.9.1.tar.gz) = 979bf9d078747c7b8dd56555d499053b978ddf289af4bf889b2f2805255049c24bf48607b3704509d914eec59904cbdb9983af396c68ff7211cc216fd4b40118
-Size (pdm-2.9.1.tar.gz) = 3017895 bytes
+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



Home | Main Index | Thread Index | Old Index