aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengrq.fnst@fujitsu.com <zhengrq.fnst@fujitsu.com>2022-11-08 11:11:28 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-09 10:17:15 -0800
commitfac0727efdcb8c6335ec7cc323b64d910d9540ec (patch)
tree2abe40d8db276d67df36cff5ef4525c88f1bd42c
parentf04689a7cd2266e2de14debd0c6c2834cb921795 (diff)
downloadmeta-openembedded-contrib-fac0727efdcb8c6335ec7cc323b64d910d9540ec.tar.gz
python3-termcolor: upgrade 2.0.1 -> 2.1.0
Changelog: ========== Added ---------- Support FORCE_COLOR and detect tty (#25) Deprecated ---------- Deprecate __ALL__, use __all__ instead (#23) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
index 47f7938f16..4794fc084b 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"
+SRC_URI[sha256sum] = "b80df54667ce4f48c03fe35df194f052dc27a541ebbf2544e4d6b47b5d6949c4"
DEPENDS += " \
${PYTHON_PN}-toml-native \