summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-02 10:48:12 -0400
committerKhem Raj <raj.khem@gmail.com>2024-05-02 07:32:50 -0700
commitdf9b9db334ca94a5a3c9559a0ae7f34c325deaf5 (patch)
treee175f6c79804fdb3f88ab1757bf05a5dceae2866 /meta-python
parent592b8a186679f1efc59535bbb1d669f46eea0b2b (diff)
downloadmeta-openembedded-df9b9db334ca94a5a3c9559a0ae7f34c325deaf5.tar.gz
python3-pdm: upgrade 2.14.0 -> 2.15.1
Changelog: =========== - Disable check update in zsh completion script. - Fixes cached packages metadata files (.referrers) collisions on sync when using a venv with symlink cache method. - Don't create project and virtualenv when running pdm python install. - Clean up the python installation directory if a previous download was unsuccessful. - Don't cache editable installations. - Fix a bug that installing in-project plugins with editable local paths doesn't work. - Don't create log directory until it's needed, to fix a PermissionError in docker environment. - Fix recursive script detection on multiple invocations. - Build docs with object inventory to support cross references from Sphinx documentation projects. - Packages format preferences can now be defined in the project pyproject.toml using the no-binary, only-binary and prefer-binary keys of the tool.pdm.resolution section. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb (renamed from meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb
index 011ba5b3d..270850061 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
6 6
7SRC_URI[sha256sum] = "7ae6c4b5518085a703e0824ab10cbc3b7246b599ef07b8c4dcb2af1e42859190" 7SRC_URI[sha256sum] = "1c9cd049c1016633a23ef92ec1fc782da8ae0743142ef33faf7d48872f874b39"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10