From df9b9db334ca94a5a3c9559a0ae7f34c325deaf5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 May 2024 10:48:12 -0400 Subject: 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 --- meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb | 15 --------------- meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb deleted file mode 100644 index 011ba5b3dd..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" -HOMEPAGE = "https://pdm-project.org/latest/" -LICENSE = "MIT" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" - -SRC_URI[sha256sum] = "7ae6c4b5518085a703e0824ab10cbc3b7246b599ef07b8c4dcb2af1e42859190" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-pdm-backend-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb new file mode 100644 index 0000000000..270850061b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" +HOMEPAGE = "https://pdm-project.org/latest/" +LICENSE = "MIT" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" + +SRC_URI[sha256sum] = "1c9cd049c1016633a23ef92ec1fc782da8ae0743142ef33faf7d48872f874b39" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-pdm-backend-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf