From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114166): https://lists.openembedded.org/g/openembedded-devel/message/114166 Mute This Topic: https://lists.openembedded.org/mt/109892029/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
