[python-xtermcolor] Updated to version 1.3

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Nov 14 11:39:14 UTC 2014


commit 46f794da4fa3fa9779c648ff75b556b0db52f59b
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri Nov 14 12:39:07 2014 +0100

    Updated to version 1.3

 .gitignore             |    1 +
 python-xtermcolor.spec |   11 +++++++----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 293262e..6fcf8bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /xtermcolor-1.0.3.tar.gz
 /xtermcolor-1.2.1.tar.gz
+/xtermcolor-1.3.tar.gz
diff --git a/python-xtermcolor.spec b/python-xtermcolor.spec
index 2d6ff70..57eff6e 100644
--- a/python-xtermcolor.spec
+++ b/python-xtermcolor.spec
@@ -2,12 +2,12 @@
 %global pypi_name xtermcolor
 
 Name:           python-%{pypi_name}
-Version:        1.2.1
-Release:        2%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Python module for colorizing output with xterm 256 color support
 
 License:        MIT
-URL:            http://pypi.python.org/pypi/xtermcolor/1.0.3
+URL:            http://pypi.python.org/pypi/xtermcolor/%{version}
 Source0:        http://pypi.python.org/packages/source/x/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 # I already asked upstream to put LICENSE in the source archive:
 # https://github.com/broadinstitute/xtermcolor/issues/1
@@ -40,7 +40,7 @@ sed -i '/distribute_setup/d' setup.py
 
 
 %files
-%doc LICENSE README
+%doc LICENSE
 %{_bindir}/xtermcolor
 %{python_sitelib}/%{pypi_name}
 # exclude file used for generation of setup.py
@@ -49,6 +49,9 @@ sed -i '/distribute_setup/d' setup.py
 
 
 %changelog
+* Fri Nov 14 2014 Slavek Kabrda <bkabrda at redhat.com> - 1.3-1
+- Updated to version 1.3
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 90a0bd0..e04ff90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ff2cd6303ae48343a73b61602d58bac  xtermcolor-1.2.1.tar.gz
+9f674649d431536a35b1cf911c44ce2c  xtermcolor-1.3.tar.gz


More information about the scm-commits mailing list