From d7a012468490f7168713ea158699b9269378ebd0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 20 Oct 2020 18:26:00 +0300 Subject: 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 --- meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb (limited to 'meta-python/recipes-devtools/python/python3-colorama_0.4.4.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 new file mode 100644 index 0000000000..54640de04e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb @@ -0,0 +1,11 @@ +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" -- cgit 1.2.3-korg