From f782665cfb163b132a590a1ec926bb185b90a203 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:57:52 +0800 Subject: python3-pdm: upgrade 2.15.3 -> 2.15.4 Changelog: ========== - Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with pypa/build. - Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. - Fix an issue of max recursion depth error when parsing a poetry project with circular dependencies on local packages. - Fix a bug that VCS dependencies and --self don't work in the exported requirements.txt with hashes. - Fix a cache miss when there exist built wheels for a given link. - Don't try to store caches when --no-cache is given. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb deleted file mode 100644 index 7551de866a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm_2.15.3.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] = "c227d81f6bf109626a5643a7bb531c5f5b777a850c4eac8d08b472c1146beee5" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-pdm-backend-native \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf