From b6ddf00e8c97e12e1d121fe3f192c297678712c0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Jan 2026 11:52:51 +0200 Subject: python3-termcolor: Upgrade 3.2.0 -> 3.3.0 Upgrade to release 3.3.0: - Add support for italic - can_colorize: Expect fileno() to raise OSError, as documented Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-termcolor_3.2.0.bb | 16 ---------------- .../recipes-devtools/python/python3-termcolor_3.3.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-termcolor_3.3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb deleted file mode 100644 index 100292858f..0000000000 --- a/meta-python/recipes-devtools/python/python3-termcolor_3.2.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_hatchling - -SRC_URI[sha256sum] = "610e6456feec42c4bcd28934a8c87a06c3fa28b01561d46aa09a9881b8622c58" - -DEPENDS += " \ - python3-toml-native \ - python3-hatch-vcs-native \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.3.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.3.0.bb new file mode 100644 index 0000000000..2d0f4bf630 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-termcolor_3.3.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_hatchling + +SRC_URI[sha256sum] = "348871ca648ec6a9a983a13ab626c0acce02f515b9e1983332b17af7979521c5" + +DEPENDS += " \ + python3-toml-native \ + python3-hatch-vcs-native \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf