diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 21:50:12 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 21:50:12 -0500 |
commit | 4713c3867d1c44e4db598fe9e4d87d68beba96a1 (patch) | |
tree | a4d0a33067813c1dfe60d90678bdb3675c79eff0 /recipes-devtools/python | |
parent | 62e8c1e96aeea262a6b8cd89fcbea4aaba619799 (diff) | |
download | meta-virtualization-4713c3867d1c44e4db598fe9e4d87d68beba96a1.tar.gz |
python3-colorama: update to 0.4.4
Updating to the latest colorama. We also tweak the license
text to match the latest upstream content.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/python3-colorama_0.3.9.bb | 9 | ||||
-rw-r--r-- | recipes-devtools/python/python3-colorama_0.4.4.bb | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/recipes-devtools/python/python3-colorama_0.3.9.bb b/recipes-devtools/python/python3-colorama_0.3.9.bb deleted file mode 100644 index 458b0dbd..00000000 --- a/recipes-devtools/python/python3-colorama_0.3.9.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | SUMMARY = "Cross-platform colored terminal text." | ||
2 | HOMEPAGE = "https://github.com/tartley/colorama" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14d0b64047ed8f510b51ce0495995358" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "3a0e415259690f4dd7455c2683ee5850" | ||
9 | SRC_URI[sha256sum] = "48eb22f4f8461b1df5734a074b57042430fb06e1d61bd1e11b078c0fe6d7a1f1" | ||
diff --git a/recipes-devtools/python/python3-colorama_0.4.4.bb b/recipes-devtools/python/python3-colorama_0.4.4.bb new file mode 100644 index 00000000..94468eee --- /dev/null +++ b/recipes-devtools/python/python3-colorama_0.4.4.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Cross-platform colored terminal text." | ||
2 | HOMEPAGE = "https://github.com/tartley/colorama" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc" | ||
9 | SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" | ||