From ae46f5bd5a014f3d798c600cbd7b530f3c183d0e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 18 Sep 2026 05:30:14 +0000 Subject: [PATCH] python3-pdm: upgrade 2.29.1 -> 2.29.2 Source: CHANGELOG.md ## Release v2.29.2 (2026-09-17) ### Bug Fixes - Fix writing lock files specified as bare relative filenames with `pdm lock --lockfile`. ([#3891](https://github.com/pdm-project/pdm/issues/3891)) - Preserve local paths containing spaces and their extras and environment markers when importing requirements files. ([#3894](https://github.com/pdm-project/pdm/issues/3894)) ### Documentation - List the install-pdm.py options the script actually accepts. ([#3889](https://github.com/pdm-project/pdm/issues/3889)) --- .../python/{python3-pdm_2.29.1.bb => python3-pdm_2.29.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.29.1.bb => python3-pdm_2.29.2.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pdm_2.29.1.bb b/meta/recipes-devtools/python/python3-pdm_2.29.2.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pdm_2.29.1.bb rename to meta/recipes-devtools/python/python3-pdm_2.29.2.bb index 4520e677ee..83e9508612 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.29.1.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.29.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "6bb5d893d301edb2b83d46042039634bf36c96c57cc7edad22a59521a41df9f8" +SRC_URI[sha256sum] = "bad9705e9482e7d877a53380ff25273b01e9c1d313ee6ce7b215a6562a9d8bdd" inherit pypi python_pdm -- 2.47.1