update to 0.13.0 (rhbz#1256153)
This commit is contained in:
parent
12f3e5af3a
commit
bed0229462
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/fasteners-0.9.0.tar.gz
|
||||
/fasteners-0.12.0.tar.gz
|
||||
/fasteners-0.13.0.tar.gz
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user