- 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 <[email protected]>
---
 .../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 --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
 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#245834): 
https://lists.openembedded.org/g/openembedded-core/message/245834
Mute This Topic: https://lists.openembedded.org/mt/121258270/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to