From df9b9db334ca94a5a3c9559a0ae7f34c325deaf5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 May 2024 10:48:12 -0400 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../python/{python3-pdm_2.14.0.bb => python3-pdm_2.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm_2.14.0.bb => python3-pdm_2.15.1.bb} (81%) 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 similarity index 81% rename from meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb rename to meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb index 011ba5b3dd..270850061b 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" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "7ae6c4b5518085a703e0824ab10cbc3b7246b599ef07b8c4dcb2af1e42859190" +SRC_URI[sha256sum] = "1c9cd049c1016633a23ef92ec1fc782da8ae0743142ef33faf7d48872f874b39" inherit pypi python_setuptools_build_meta