From edf60556a223ee75efc3ff887f5b53a76557e96f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:10:05 +0800 Subject: [PATCH] python3-pdm: upgrade 2.15.1 -> 2.15.2 Changelog: =========== - Use get_runner() method to build the task runner in run command. runner_cls attribute is deprecated. - Expand ${PROJECT_ROOT} in source URLs. - Fix env and other options being inherited in nested composite scripts. - Keep the ${PROJECT_ROOT} variable in dependencies after running pdm lock --update-reuse. - Make direct_minimal_versions work on newly added dependencies. - Fix a syntax error in the zsh completion script. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-pdm_2.15.1.bb => python3-pdm_2.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm_2.15.1.bb => python3-pdm_2.15.2.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb rename to meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb index 270850061b..fee39fd9de 100644 --- a/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "1c9cd049c1016633a23ef92ec1fc782da8ae0743142ef33faf7d48872f874b39" +SRC_URI[sha256sum] = "c08e87078c29c00e7ad9681dc6a23419dc5617dcbe6cc205024ef4b4e7e28475" inherit pypi python_setuptools_build_meta