summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-13 22:25:16 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-13 15:43:07 -0800
commit2840fcf18dd6a416c2924040adf664a87da9ee66 (patch)
treeb387bbf514af8267f329fd5807d713f9f94116d8 /meta-python
parent666908092fd2f0dc28999efdd3289b1882951b6b (diff)
downloadmeta-openembedded-2840fcf18dd6a416c2924040adf664a87da9ee66.tar.gz
python3-termcolor: update to version 2.4.0
Changelog: Added - Document terminal colour detection overrides (#60) @hugovk - Add support for Python 3.13 (#55) @hugovk Changed - Improve isatty check (#56) @XiaoliChan - Improve typing (#44) @marcin-serwin - Drop support for EOL Python 3.7 (#47) @hugovk Signed-off-by: Derek Straka <derek@asterius.io> 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.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb
index bbaefc7ec2..212a293510 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.4.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] = "b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a" 9SRC_URI[sha256sum] = "aab9e56047c8ac41ed798fa36d892a37aca6b3e9159f3e0c24bc64a9b3ac7b7a"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 ${PYTHON_PN}-toml-native \ 12 ${PYTHON_PN}-toml-native \