From d7a012468490f7168713ea158699b9269378ebd0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 20 Oct 2020 18:26:00 +0300 Subject: [PATCH] python3-colorama: Upgrade 0.4.3 -> 0.4.4 Upgrade to release 0.4.4: - Re-org of README, to put the most insteresting parts near the top. - Added Linux makefile targets and Windows powershell scripts to automate bootstrapping a development environment, and automate the process of testing wheels before they are uploaded to PyPI. - Use stdlib unittest.mock where available - Travis CI now also builds on arm64 - Demo06 demonstrates existing cursor positioning feature - Fix OSC regex & handling to prevent hang or crash - Document enterprise support by Tidelift Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-colorama_0.4.3.bb => python3-colorama_0.4.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-colorama_0.4.3.bb => python3-colorama_0.4.4.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb rename to meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb index 31a523b0c1..54640de04e 100644 --- a/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" inherit pypi setuptools3 -SRC_URI[md5sum] = "02daee502863d24112a8c05a5d69a612" -SRC_URI[sha256sum] = "e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1" +SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc" +SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" BBCLASSEXTEND = "native nativesdk"