From 64a54478642b518a414241dbc78f1eb0ec9f21d8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:37 +0800 Subject: [PATCH] python3-pdm: upgrade 2.22.0 -> 2.22.1 Changelog: =========== - Fix zsh hanging issue by removing PyPI package completion. - Write dev dependencies to dependency-groups section when importing project from other package managers. - Show a warning when resolving against cross-platform targets under uv mode. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-pdm_2.22.0.bb => python3-pdm_2.22.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm_2.22.0.bb => python3-pdm_2.22.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb rename to meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb index e65e0e459b..b089307aac 100644 --- a/meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "61b4f0f8238bf99ba59ffae3db524604417379df917e081d61b1e257bfc20e43" +SRC_URI[sha256sum] = "6d3276ed8efc7d118a1667a871570b50d84025b2ad461598b7a2558610999330" inherit pypi python_setuptools_build_meta