diff mbox series

[meta-python,36/43] python3-termcolor: upgrade 3.0.1 -> 3.1.0

Message ID 1747817972-28874-36-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python,01/43] python3-aiodns: upgrade 3.2.0 -> 3.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) May 21, 2025, 8:59 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Add true colour RGB option as input arguments
- Cache system lookups to save invocation time
- Advertise typing via classifier
- Migrate coverage configuration to pyproject.toml

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb
index a88482f5d4..81e96507dd 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "a6abd5c6e1284cea2934443ba806e70e5ec8fd2449021be55c280f8a3731b611"
+SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970"
 
 DEPENDS += " \
 	python3-toml-native \