From: Wang Mingyu Date: Mon, 30 Jun 2025 09:13:10 +0000 (+0800) Subject: python3-pdm: upgrade 2.25.1 -> 2.25.3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81bdaa7dca8715d94f230b3698f519743765210e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pdm: upgrade 2.25.1 -> 2.25.3 Changelog: ============= - Fix a bug that local file package metadata was missing when reading the lockfile. - Extract dependency-groups and extras markers from marker value when parsing pylock.toml. Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.1.bb b/meta/recipes-devtools/python/python3-pdm_2.25.3.bb similarity index 82% rename from meta/recipes-devtools/python/python3-pdm_2.25.1.bb rename to meta/recipes-devtools/python/python3-pdm_2.25.3.bb index d9331ba72c6..f3ec4e60d39 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.25.1.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.25.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "3145251f37a3f94fa211ade992e7db7792da4c3e8e3eeeb1993d952adebe0b96" +SRC_URI[sha256sum] = "6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84" inherit pypi python_setuptools_build_meta