From 3e342c93ad097f687120320def5f16bb4c66d058 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 30 Jun 2022 10:14:03 +0800 Subject: python3-colorama: upgrade 0.4.4 -> 0.4.5 Changelog: ============ Catch a racy ValueError that could occur on exit. Create README-hacking.md, for Colorama contributors. Tweak some README unicode characters that don't render correctly on PyPI. Fix some tests that were failing on some operating systems. Add support for Python 3.9. Add support for PyPy3. Add support for pickling with the dill module. Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb | 11 ----------- meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb deleted file mode 100644 index 54640de04e..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Cross-platform colored terminal text." -HOMEPAGE = "https://github.com/tartley/colorama" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc" -SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb new file mode 100644 index 0000000000..122ae53991 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb @@ -0,0 +1,10 @@ +SUMMARY = "Cross-platform colored terminal text." +HOMEPAGE = "https://github.com/tartley/colorama" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg