diff mbox series

[meta-python] python3-termcolor: upgrade 2.1.0 -> 2.1.1

Message ID 1669782748-12060-1-git-send-email-zhengrq.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-termcolor: upgrade 2.1.0 -> 2.1.1 | expand

Commit Message

zhengrq.fnst@fujitsu.com Nov. 30, 2022, 4:32 a.m. UTC
Changelog:
Add __main__ to re-enable demo via python -m termcolor (#27)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../{python3-termcolor_2.1.0.bb => python3-termcolor_2.1.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-termcolor_2.1.0.bb => python3-termcolor_2.1.1.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
index 4794fc084..4f48f5e5c 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "b80df54667ce4f48c03fe35df194f052dc27a541ebbf2544e4d6b47b5d6949c4"
+SRC_URI[sha256sum] = "67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b"
 
 DEPENDS += " \
 	${PYTHON_PN}-toml-native \