From 48b08569a3ece0961bcca35d9282f245692f422d Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 19 Sep 2025 12:48:00 -0400 Subject: python3-trove-classifiers: upgrade 2025.9.8.13 -> 2025.9.11.17 Release notes (https://github.com/pypa/trove-classifiers/releases): 2025.9.11.17: - Add support for Odoo 19.0 in classifiers (#225) 2025.9.9.12: - Add classifier: Framework InvenTree (#223) * Add classifier: Framework InvenTree * fix style issue (From OE-Core rev: 6db42ac0427548e1a5ed5a47a4d1931bb36cce2f) Signed-off-by: Trevor Gamblin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2025.9.11.17.bb | 15 +++++++++++++++ .../python/python3-trove-classifiers_2025.9.8.13.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2025.9.11.17.bb delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2025.9.8.13.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.9.11.17.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.9.11.17.bb new file mode 100644 index 0000000000..4bbdd243ef --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.9.11.17.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] = "931ca9841a5e9c9408bc2ae67b50d28acf85bef56219b56860876dd1f2d024dd" + +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.9.8.13.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.9.8.13.bb deleted file mode 100644 index 8586eddc70..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2025.9.8.13.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] = "2de91c8f286b7fea55072061924f69e7f3bdf7a9cb63719c90090e41c6657d3a" - -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