diff mbox series

[meta-python,1/2] python3-termcolor: Upgrade 3.1.0 -> 3.2.0

Message ID 20251027120127.1536673-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-termcolor: Upgrade 3.1.0 -> 3.2.0 | expand

Commit Message

Leon Anavi Oct. 27, 2025, 12:01 p.m. UTC
Upgrade to release 3.2.0:

- Expose can_colorize as public API
- Add support for Python 3.15
- Drop support for Python 3.9
- Replace action-pre-commit-uv with prek-action

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-termcolor_3.1.0.bb => python3-termcolor_3.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-termcolor_3.1.0.bb => python3-termcolor_3.2.0.bb} (80%)
diff mbox series

Patch

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