From f31114ee2e812e7a0b198aba56b34729d2ce7d0a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 2 Sep 2025 20:03:22 -0700 Subject: python3-pdm: Update 2.25.4 -> 2.25.9 - Add site-packages path to pdm info and print interpreter URL in pdm python install -v. - Support explicit free-threaded Python selection via version suffix t. - Multiple lockfile/pylock improvements and hash handling fixes. - Windows path resolution fixes for uv; CLI help formatting preserved. - Dependencies: require packaging>22.0; bump truststore to 0.10.4. - Misc: fix AI coding fast apply error (From OE-Core rev: 5d693522c3aedef8fcbe8ba7ca3b112262427a51) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pdm_2.25.4.bb | 15 --------------- meta/recipes-devtools/python/python3-pdm_2.25.9.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pdm_2.25.4.bb create mode 100644 meta/recipes-devtools/python/python3-pdm_2.25.9.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb deleted file mode 100644 index da77ed8f6c..0000000000 --- a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" -HOMEPAGE = "https://pdm-project.org/latest/" -LICENSE = "MIT" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" - -SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c" - -inherit pypi python_pdm - -DEPENDS += " \ - python3-pdm-build-locked-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.9.bb b/meta/recipes-devtools/python/python3-pdm_2.25.9.bb new file mode 100644 index 0000000000..6938edb82f --- /dev/null +++ b/meta/recipes-devtools/python/python3-pdm_2.25.9.bb @@ -0,0 +1,15 @@ +SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" +HOMEPAGE = "https://pdm-project.org/latest/" +LICENSE = "MIT" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" + +SRC_URI[sha256sum] = "fb5fcd561986db1d83255d01e97e2e16f80debf743934d891a62ff2933ccc80c" + +inherit pypi python_pdm + +DEPENDS += " \ + python3-pdm-build-locked-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf