aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-10-20 18:26:00 +0300
committerKhem Raj <raj.khem@gmail.com>2020-10-22 22:16:35 -0700
commitd7a012468490f7168713ea158699b9269378ebd0 (patch)
tree7694a953a867a90ebcaa91c357361aff255fec00 /meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb
parentea278ac349e37cfd246ac547862ef93b8ee34364 (diff)
downloadmeta-openembedded-d7a012468490f7168713ea158699b9269378ebd0.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb11
1 files changed, 11 insertions, 0 deletions
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"