From b92f52ef2737e7cc9a0f56b5d7de6f413e134823 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 7 Jul 2025 23:38:10 -0700 Subject: python3-pdm: Upgrade to 2.25.4 * Add credentials when passing source urls to uv resolver. (#3553) * Redact credentials in source urls in the log output, and inject credentials into the source url for uv sync command as well. (#3555) * Fix a bug that extra dependencies of transitive dependencies are not properly installed when USE_UV=true (#3558) * Improve the terminal output when setting up a script environment. (#3560) * Skip non-existent library paths in post-install steps when trying to fix the pth files. (#3561) (From OE-Core rev: 5f203da704bb76d0521e274bea9499db15f62d8d) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pdm_2.25.3.bb | 16 ---------------- meta/recipes-devtools/python/python3-pdm_2.25.4.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pdm_2.25.3.bb create mode 100644 meta/recipes-devtools/python/python3-pdm_2.25.4.bb diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.3.bb b/meta/recipes-devtools/python/python3-pdm_2.25.3.bb deleted file mode 100644 index f3ec4e60d3..0000000000 --- a/meta/recipes-devtools/python/python3-pdm_2.25.3.bb +++ /dev/null @@ -1,16 +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] = "6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-pdm-backend-native \ - python3-pdm-build-locked-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb new file mode 100644 index 0000000000..1e25e18974 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb @@ -0,0 +1,16 @@ +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_setuptools_build_meta + +DEPENDS += " \ + python3-pdm-backend-native \ + python3-pdm-build-locked-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf