diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-21 16:59:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:39:41 -0700 |
commit | f5fc6f4dfce0f2ec587c38ac60ab9071cd64779e (patch) | |
tree | 0e6910a9e99f2f6f41dc64d56cc7e8be4a75232d /meta-python/recipes-devtools/python | |
parent | 93728eaeef8989694351baaba311cc6e8bb119bc (diff) | |
download | meta-openembedded-f5fc6f4dfce0f2ec587c38ac60ab9071cd64779e.tar.gz |
python3-termcolor: upgrade 3.0.1 -> 3.1.0
Changelog:
============
- Add true colour RGB option as input arguments
- Cache system lookups to save invocation time
- Advertise typing via classifier
- Migrate coverage configuration to pyproject.toml
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb index a88482f5d4..81e96507dd 100644 --- a/meta-python/recipes-devtools/python/python3-termcolor_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" | |||
6 | 6 | ||
7 | inherit pypi python_setuptools_build_meta | 7 | inherit pypi python_setuptools_build_meta |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "a6abd5c6e1284cea2934443ba806e70e5ec8fd2449021be55c280f8a3731b611" | 9 | SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" |
10 | 10 | ||
11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
12 | python3-toml-native \ | 12 | python3-toml-native \ |