From f5fc6f4dfce0f2ec587c38ac60ab9071cd64779e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 May 2025 16:59:25 +0800 Subject: python3-termcolor: upgrade 3.0.1 -> 3.1.0 Changelog: ============ - Add true colour RGB option as input arguments - Cache system lookups to save invocation time - Advertise typing via classifier - Migrate coverage configuration to pyproject.toml Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-termcolor_3.0.1.bb | 16 ---------------- .../recipes-devtools/python/python3-termcolor_3.1.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb deleted file mode 100644 index a88482f5d4..0000000000 --- a/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "ANSII Color formatting for output in terminal" -HOMEPAGE = "https://pypi.python.org/pypi/termcolor" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "a6abd5c6e1284cea2934443ba806e70e5ec8fd2449021be55c280f8a3731b611" - -DEPENDS += " \ - python3-toml-native \ - python3-hatch-vcs-native \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb new file mode 100644 index 0000000000..81e96507dd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "ANSII Color formatting for output in terminal" +HOMEPAGE = "https://pypi.python.org/pypi/termcolor" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" + +DEPENDS += " \ + python3-toml-native \ + python3-hatch-vcs-native \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf