update to 0.13.0 (rhbz#1256153)

This commit is contained in:
Matthias Runge 2015-08-28 10:25:52 +02:00
parent 12f3e5af3a
commit bed0229462
3 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/fasteners-0.9.0.tar.gz
/fasteners-0.12.0.tar.gz
/fasteners-0.13.0.tar.gz

View File

@ -5,7 +5,7 @@
%global pypi_name fasteners
Name: python-%{pypi_name}
Version: 0.12.0
Version: 0.13.0
Release: 1%{?dist}
Summary: A python package that provides useful locks
@ -23,6 +23,10 @@ Requires: python-six
BuildRequires: python-testtools
BuildRequires: python-nose
%description
A python package that provides useful locks.
%if 0%{?with_python3}
%package -n python3-%{pypi_name}
Summary: A python package that provides useful locks
@ -39,13 +43,9 @@ Requires: python3-six
%description -n python3-%{pypi_name}
A python package that provides useful locks.
%endif
%description
A python package that provides useful locks.
%prep
%setup -qc
@ -56,9 +56,6 @@ pushd python2
cp -a LICENSE ..
cp -a README.rst ..
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
popd
%if 0%{?with_python3}
@ -111,6 +108,9 @@ nosetests-3.4
%changelog
* Fri Aug 28 2015 Matthias Runge <mrunge@redhat.com> - 0.13.0-1
- update to 0.13.0 (rhbz#1256153)
* Mon Jun 22 2015 Matthias Runge <mrunge@redhat.com> - 0.12.0-1
- update to 0.12.0 (rhbz#1234253)

View File

@ -1 +1 @@
ead995dca61bbbe6297e0f8b68be74ea fasteners-0.12.0.tar.gz
7543473b888957bd8a9a383962d61b6e fasteners-0.13.0.tar.gz