[meta-python] python3-colorama: upgrade 0.4.4 -> 0.4.5

Message ID 1656555244-20637-4-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-colorama: upgrade 0.4.4 -> 0.4.5 | expand

Commit Message

XU Huan June 30, 2022, 2:14 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

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 <xuhuan.fnst@fujitsu.com>
---
 .../{python3-colorama_0.4.4.bb => python3-colorama_0.4.5.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-colorama_0.4.4.bb => python3-colorama_0.4.5.bb} (65%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb
rename to meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb
index 54640de04..122ae5399 100644
--- a/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb
@@ -5,7 +5,6 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc"
-SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"
+SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"
 
 BBCLASSEXTEND = "native nativesdk"