diff mbox series

[meta-python,20/24] python3-termcolor: upgrade 3.2.0 -> 3.3.0

Message ID 20260107102855.228-20-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/24] ctags: upgrade 6.2.20251130.0 -> 6.2.20260104.0 | expand

Commit Message

Wang Mingyu Jan. 7, 2026, 10:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- Add support for italic
- can_colorize: Expect fileno() to raise OSError, as documented

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-termcolor_3.2.0.bb => python3-termcolor_3.3.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-termcolor_3.2.0.bb => python3-termcolor_3.3.0.bb} (80%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.3.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_3.3.0.bb
index 100292858f..2d0f4bf630 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_3.3.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "610e6456feec42c4bcd28934a8c87a06c3fa28b01561d46aa09a9881b8622c58"
+SRC_URI[sha256sum] = "348871ca648ec6a9a983a13ab626c0acce02f515b9e1983332b17af7979521c5"
 
 DEPENDS += " \
 	python3-toml-native \