summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-01-05 12:27:08 +0200
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commit0e92846816286d6600eed3762a7e6b73e216e957 (patch)
tree690bab7a9f7871cfe808c5a637145ef513c8969f /meta-python
parentcff659d47e9288da8f564efc565d042c9c29349e (diff)
downloadmeta-openembedded-0e92846816286d6600eed3762a7e6b73e216e957.tar.gz
python3-termcolor: Upgrade 2.1.1 -> 2.2.0
Upgrade to release 2.2.0: - Add light shades, dark grey and black Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
6 6
7inherit pypi python_setuptools_build_meta 7inherit pypi python_setuptools_build_meta
8 8
9SRC_URI[sha256sum] = "67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b" 9SRC_URI[sha256sum] = "dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 ${PYTHON_PN}-toml-native \ 12 ${PYTHON_PN}-toml-native \