From f75f508661359cf64c473d62c201e7b692556248 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:04 +0800 Subject: python3-termcolor: upgrade 2.4.0 -> 2.5.0 Changelog: ========= - Add strike attribute - Generate and upload attestations to PyPI - Drop support for Python 3.8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-termcolor_2.4.0.bb | 16 ---------------- .../recipes-devtools/python/python3-termcolor_2.5.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-termcolor_2.5.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb deleted file mode 100644 index ea6b683991..0000000000 --- a/meta-python/recipes-devtools/python/python3-termcolor_2.4.0.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] = "aab9e56047c8ac41ed798fa36d892a37aca6b3e9159f3e0c24bc64a9b3ac7b7a" - -DEPENDS += " \ - python3-toml-native \ - python3-hatch-vcs-native \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.5.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.5.0.bb new file mode 100644 index 0000000000..6df8341c8b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-termcolor_2.5.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] = "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + +DEPENDS += " \ + python3-toml-native \ + python3-hatch-vcs-native \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf