diff mbox series

[4/5] python3-pdm: upgrade 2.29.0 -> 2.29.1

Message ID 20260915095229.2292237-4-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 48352f69aad16b203e1fc57843bb828f2eb0a3a4
Headers show
Series [1/5] gcr: upgrade 4.4.0.1 -> 4.4.1 | expand

Commit Message

Richard Purdie Sept. 15, 2026, 9:52 a.m. UTC
- Explain missing lockfile groups and provide group-selection recovery guidance when installing, syncing, or updating groups.
- Allow package-specific overrides for `exclude-newer` resolution limits.

- Keep the separating comma out of the operator and accept a `v` prefix when converting Poetry version constraints.
- Escape glob characters in the virtualenv lookup prefix, so a project whose directory name contains `[` or `]` can find its own virtualenv.
- Write `pyproject.toml` and lockfiles atomically to prevent interrupted writes from truncating them.
- Resolve the workspace root before making member paths relative, so a root given as a relative path or reached through a symlink no longer raises `ValueError`.
- Replace the destination of an atomic write instead of unlinking it first, so an interrupted write can no longer destroy `pyproject.toml` or the lockfile.
- Report the version part that could not be read, instead of blaming a postrelease for every parse failure.
- Keep quoted local paths that contain `` - `` when parsing requirements files.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/{python3-pdm_2.29.0.bb => python3-pdm_2.29.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pdm_2.29.0.bb => python3-pdm_2.29.1.bb} (80%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pdm_2.29.0.bb b/meta/recipes-devtools/python/python3-pdm_2.29.1.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pdm_2.29.0.bb
rename to meta/recipes-devtools/python/python3-pdm_2.29.1.bb
index faf9b63a3d8..4520e677ee5 100644
--- a/meta/recipes-devtools/python/python3-pdm_2.29.0.bb
+++ b/meta/recipes-devtools/python/python3-pdm_2.29.1.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "28c520267a15d7a3921b934ec4bfc2d1dc18379fbb653bb20d8e840b2788be6b"
+SRC_URI[sha256sum] = "6bb5d893d301edb2b83d46042039634bf36c96c57cc7edad22a59521a41df9f8"
 
 inherit pypi python_pdm