update to 0.3.2 (rhbz#1090014)

This commit is contained in:
Matthias Runge 2014-09-05 09:20:01 +02:00
parent 51b6d172a0
commit 606e11f319
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/colorama-0.2.4.tar.gz
/colorama-0.2.5.tar.gz
/colorama-0.2.7.tar.gz
/colorama-0.3.2.tar.gz

View File

@ -5,8 +5,8 @@
%global pypi_name colorama
Name: python-%{pypi_name}
Version: 0.2.7
Release: 5%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Cross-platform colored terminal text
License: BSD
@ -56,9 +56,8 @@ Termcolor.
%prep
%setup -q -n %{pypi_name}-%{version}
# fix wrong-file-end-of-line-encoding
sed -i 's/\r//' LICENSE.txt
sed -i 's/\r//' README.txt
# remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%if 0%{?with_python3}
cp -a . %{py3dir}
@ -87,18 +86,23 @@ popd
%files
%doc README.txt LICENSE.txt
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/%{pypi_name}
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%if 0%{?with_python3}
%files -n python3-%{pypi_name}
%doc README.txt LICENSE.txt
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%endif
%changelog
* Fri Sep 05 2014 Matthias Runge <mrunge@redhat.com> - 0.3.2-1
- update to 0.3.2 (rhbz#1090014)
* Fri Jul 25 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.2.7-5
- Skip the python3 %%files section if we don't build the python3 package

View File

@ -1 +1 @@
2c30fa1472c7dfa7ff5cf931fd9e4988 colorama-0.2.7.tar.gz
2949d760dfe510a74f5bf4287d474f33 colorama-0.3.2.tar.gz