diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-09-09 14:10:28 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-09 13:34:54 -0400 |
| commit | 00fc422421727543ff41f76c54fb5a396145a0cb (patch) | |
| tree | 5311384f3dcc776433abbf7a3411a230f24c945b | |
| parent | 86b5a15ddcf24aab9e810073189100b9e50d8b05 (diff) | |
| download | meta-cloud-services-00fc422421727543ff41f76c54fb5a396145a0cb.tar.gz | |
python-colorama: upgrade 0.3.3 -> 0.4.1
1) Upgrade python-colorama from 0.3.3 to 0.4.1.
2) License File LICENSE.txt content changed:
Remove the line break in last line.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb (renamed from meta-openstack/recipes-devtools/python/python-colorama_0.3.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-colorama_0.3.3.bb b/meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb index 81b7e09..7df4e97 100644 --- a/meta-openstack/recipes-devtools/python/python-colorama_0.3.3.bb +++ b/meta-openstack/recipes-devtools/python/python-colorama_0.4.1.bb | |||
| @@ -5,10 +5,10 @@ DESCRIPTION = "Simple cross-platform colored terminal text in Python" | |||
| 5 | HOMEPAGE = "http://pypi.python.org/pypi/colorama" | 5 | HOMEPAGE = "http://pypi.python.org/pypi/colorama" |
| 6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
| 7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14d0b64047ed8f510b51ce0495995358" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "a56b8dc55158a41ab3c89c4c8feb8824" | 10 | SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f" |
| 11 | SRC_URI[sha256sum] = "eb21f2ba718fbf357afdfdf6f641ab393901c7ca8d9f37edd0bee4806ffa269c" | 11 | SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d" |
| 12 | 12 | ||
| 13 | inherit setuptools pypi | 13 | inherit setuptools pypi |
| 14 | 14 | ||
