diff mbox series

[meta-python,1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0

Message ID 20230105102710.166099-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0 | expand

Commit Message

Leon Anavi Jan. 5, 2023, 10:27 a.m. UTC
Upgrade to release 2.2.0:

- Add light shades, dark grey and black

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

Patch

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