#3 Update to 0.4.4
Merged 3 years ago by mrunge. Opened 3 years ago by jcapitao.
rpms/ jcapitao/python-colorama master  into  master

file modified
+1
@@ -7,3 +7,4 @@ 

  /colorama-0.4.0.zip

  /colorama-0.4.1.tar.gz

  /colorama-0.4.3.tar.gz

+ /colorama-0.4.4.tar.gz

file modified
+6 -3
@@ -18,15 +18,15 @@ 

  %endif

  

  Name:           python-%{pypi_name}

- Version:        0.4.3

- Release:        3%{?dist}

+ Version:        0.4.4

+ Release:        1%{?dist}

  Summary:        Cross-platform colored terminal text

  

  License:        BSD

  URL:            http://pypi.python.org/pypi/colorama

  Source0:        https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

  BuildArch:      noarch

-  

+ 

  %description

  Makes ANSI escape character sequences, for producing colored

  terminal text and cursor positioning, work under MS Windows.
@@ -119,6 +119,9 @@ 

  %endif

  

  %changelog

+ * Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 0.4.4-1

+ - Update to 0.4.4 (rhbz#1887630)

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (colorama-0.4.3.tar.gz) = 4a8028d35e12f740bf37be10a5663f91d4b15b81d7dd8460304f98153a2fb1520858b2a807e9225277fe08628d7a74281bafe764d00cd7fcb9a2ad68ab9e8d8d

+ SHA512 (colorama-0.4.4.tar.gz) = 84db73bed5a6d4ab1624bdbeea65aef2061126e730f9d4a853f3b2504b9ebf5eb7c0649024ec687b538a89c20c83a5f3365d4fb1aba9fdba3db0b375942c48f4

no initial comment

Pull-Request has been merged by mrunge

3 years ago