diff mbox series

[meta-python] python3-termcolor: upgrade 2.2.0 -> 2.3.0

Message ID 1683541475-25799-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-termcolor: upgrade 2.2.0 -> 2.3.0 | expand

Commit Message

Mingyu Wang (Fujitsu) May 8, 2023, 10:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Add no_color and force_color parameters to override env vars
Add support for Python 3.12

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb
index 05c39c2c53..bbaefc7ec2 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a"
+SRC_URI[sha256sum] = "b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a"
 
 DEPENDS += " \
 	${PYTHON_PN}-toml-native \