diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-03 08:16:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-03 09:44:34 -0800 |
| commit | 81514291483a2073f73be72e23f5e9c5fe6079e9 (patch) | |
| tree | e3f37187c6b900508b939b3015f7b75ea7ab5841 /meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb | |
| parent | af41580a7bc52040e148283aff9de01b96fb64ff (diff) | |
| download | meta-openembedded-81514291483a2073f73be72e23f5e9c5fe6079e9.tar.gz | |
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 <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb new file mode 100644 index 0000000000..d323ae3c69 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" | ||
| 2 | HOMEPAGE = "https://pdm-project.org/latest/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pdm-backend-native \ | ||
| 13 | python3-pdm-build-locked-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
