From 81514291483a2073f73be72e23f5e9c5fe6079e9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:28 +0800 Subject: [PATCH] python3-pdm: upgrade 2.20.1 -> 2.21.0 Features & Improvements ======================= Pass original working directory as env variable to pdm scripts (#3179) Output similar commands or script command when the input command is not correct (#3270) improve readability of Python interpreter validation message (#3276) Print task name by default when using pdm run (#3277) Make OrderedSet.__contains__ run in O(1) (#3280) Emit post_lock after writing pyproject.toml and pdm.lock in add/update (#3285) Drop support of Python 3.8 (#3298) Bug Fixes ============= Fix the name normalization issue for optional dependency groups. (#3271) Don't use uv when installing plugins in project. (#3283) Fix the bug that pdm plugins are invalid after installation on ubuntu system python. (#3289) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-pdm_2.20.1.bb => python3-pdm_2.21.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm_2.20.1.bb => python3-pdm_2.21.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.20.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-pdm_2.20.1.bb rename to meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb index a043b4b352..d323ae3c69 100644 --- a/meta-python/recipes-devtools/python/python3-pdm_2.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "5348e9d33de381f998904a63ab18efdd6d1cf6377d45572e8b996d58dfc5b996" +SRC_URI[sha256sum] = "9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f" inherit pypi python_setuptools_build_meta