From 0e92846816286d6600eed3762a7e6b73e216e957 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 5 Jan 2023 12:27:08 +0200 Subject: python3-termcolor: Upgrade 2.1.1 -> 2.2.0 Upgrade to release 2.2.0: - Add light shades, dark grey and black Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-termcolor_2.1.1.bb | 16 ---------------- .../recipes-devtools/python/python3-termcolor_2.2.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb deleted file mode 100644 index 4f48f5e5c3..0000000000 --- a/meta-python/recipes-devtools/python/python3-termcolor_2.1.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] = "67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b" - -DEPENDS += " \ - ${PYTHON_PN}-toml-native \ - ${PYTHON_PN}-hatch-vcs-native \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb new file mode 100644 index 0000000000..05c39c2c53 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-termcolor_2.2.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] = "dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a" + +DEPENDS += " \ + ${PYTHON_PN}-toml-native \ + ${PYTHON_PN}-hatch-vcs-native \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf