From af41580a7bc52040e148283aff9de01b96fb64ff Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:27 +0800 Subject: python3-pdm-build-locked: upgrade 0.3.3 -> 0.3.4 Changelog: =========== - compatibility with dependency-groups in pdm 2.20 - dropped support for Python 3.8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pdm-build-locked_0.3.3.bb | 13 ------------- .../python/python3-pdm-build-locked_0.3.4.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.3.bb b/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.3.bb deleted file mode 100644 index f20f11ff44..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a" - -SRC_URI[sha256sum] = "b784135abf62b93ce0a11332ee24723a2699b7f266fddb7950a5b70c93df6214" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " python3-pdm-backend-native" - -PYPI_PACKAGE = "pdm_build_locked" - -BBCLASSEXTEND += "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb b/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb new file mode 100644 index 0000000000..72ffe61256 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb @@ -0,0 +1,13 @@ +SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a" + +SRC_URI[sha256sum] = "46dd94f6134e351a8885754ffef95a395e774f1f338348b763f9a208fd19efd7" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " python3-pdm-backend-native" + +PYPI_PACKAGE = "pdm_build_locked" + +BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf