From b0b7b83a85a609de82dd406858ce0b79001b857e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 4 Mar 2025 17:09:09 +0800 Subject: python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 (From OE-Core rev: 6b9a43fba44f6764601a376d02f30b2065e2df42) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2025.1.15.22.bb | 15 --------------- .../python/python3-trove-classifiers_2025.2.18.16.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb deleted file mode 100644 index eb7eb30554..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)." -HOMEPAGE = "https://github.com/pypa/trove-classifiers" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -SRC_URI[sha256sum] = "90af74358d3a01b3532bc7b3c88d8c6a094c2fd50a563d13d9576179326d7ed9" - -PYPI_PACKAGE = "trove_classifiers" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -DEPENDS += " python3-calver-native" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb new file mode 100644 index 0000000000..6bdce9dc79 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb @@ -0,0 +1,15 @@ +SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)." +HOMEPAGE = "https://github.com/pypa/trove-classifiers" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +SRC_URI[sha256sum] = "b1ee2e1668589217d4edf506743e28b1834da128f8a122bad522c02d837006e1" + +PYPI_PACKAGE = "trove_classifiers" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +DEPENDS += " python3-calver-native" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf