Message ID | 20250708063810.1921024-3-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/3] re2c: upgrade to 4.3 | expand |
diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.3.bb b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb similarity index 82% rename from meta/recipes-devtools/python/python3-pdm_2.25.3.bb rename to meta/recipes-devtools/python/python3-pdm_2.25.4.bb index f3ec4e60d39..1e25e189742 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.25.3.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84" +SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c" inherit pypi python_setuptools_build_meta
* 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) Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../python/{python3-pdm_2.25.3.bb => python3-pdm_2.25.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.25.3.bb => python3-pdm_2.25.4.bb} (82%)