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:           Wed Jul 26 15:31:46 UTC 2023

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

Log Message:
py-pdm: updated to 2.8.1

Release v2.8.1 (2023-07-26)
---------------------------

Features & Improvements

- Add `keyring`, `copier`, `cookiecutter`, `template`, `truststore` dependency groups.
- Ignore wheels for python versions not in range.
- Read default value from env var `PDM_PROJECT` for `-p/--project` option.

Bug Fixes

- Fix the comparison of the candidate keys in the lockfile.
- Don't update `pyproject.toml` if both `--unconstrained` and `--dry-run` are passed to `pdm update`.
- Overwrite the `build-system` table when importing from other package manager.
- Skip sources with empty URL when merging sources.
- Fix the invalid requirement converted from poetry metadata.

Dependencies

- Update `unearth` to 0.10.0


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/py-pdm/Makefile:1.8
--- pkgsrc/devel/py-pdm/Makefile:1.7    Wed Jul 19 08:32:08 2023
+++ pkgsrc/devel/py-pdm/Makefile        Wed Jul 26 15:31:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/07/19 08:32:08 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/26 15:31:46 adam Exp $
 
-DISTNAME=      pdm-2.8.0
+DISTNAME=      pdm-2.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pdm/}
@@ -25,7 +25,7 @@ DEPENDS+=     ${PYPKGPREFIX}-resolvelib>=1.0
 DEPENDS+=      ${PYPKGPREFIX}-shellingham>=1.3.2:../../misc/py-shellingham
 DEPENDS+=      ${PYPKGPREFIX}-rich>=12.3.0:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.11.1:../../textproc/py-tomlkit
-DEPENDS+=      ${PYPKGPREFIX}-unearth>=0.9.0:../../net/py-unearth
+DEPENDS+=      ${PYPKGPREFIX}-unearth>=0.10.0:../../net/py-unearth
 DEPENDS+=      ${PYPKGPREFIX}-virtualenv>=20:../../devel/py-virtualenv
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=1.0.6:../../devel/py-test-httpserver
Index: pkgsrc/devel/py-pdm/distinfo
diff -u pkgsrc/devel/py-pdm/distinfo:1.7 pkgsrc/devel/py-pdm/distinfo:1.8
--- pkgsrc/devel/py-pdm/distinfo:1.7    Wed Jul 19 08:32:08 2023
+++ pkgsrc/devel/py-pdm/distinfo        Wed Jul 26 15:31:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/07/19 08:32:08 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/07/26 15:31:46 adam Exp $
 
-BLAKE2s (pdm-2.8.0.tar.gz) = 6689b9fa1f48c03c2a0965b561f266044d655f6f622ccbea566afadb62cd5df4
-SHA512 (pdm-2.8.0.tar.gz) = 95cc0a4cb032fa39281aea5ab2f31da7f503c6444a9c41d88ac9bf9ab650654a3f154506f2ed822e70266046c4b6a111518ed68aa7ab75aa31c096e071859bcd
-Size (pdm-2.8.0.tar.gz) = 3069029 bytes
+BLAKE2s (pdm-2.8.1.tar.gz) = 8e378a0e21b3a7a18bf108e50106e0440621f11a812201ac560fb916a166014f
+SHA512 (pdm-2.8.1.tar.gz) = f18fddd533cf0b72f9ff376c865bc5df6a58c248f4c9737404eb1d62f5d9a233f22b7a76db3b2f9b7a321c8d1e3aa2ea395d2dd3ffe29834ccc09c8272410b82
+Size (pdm-2.8.1.tar.gz) = 3014347 bytes



Home | Main Index | Thread Index | Old Index