From bed0229462f211dabf6a038e4817936e3c5b3acb Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 28 Aug 2015 10:25:52 +0200 Subject: [PATCH] update to 0.13.0 (rhbz#1256153) --- .gitignore | 1 + python-fasteners.spec | 16 ++++++++-------- sources | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 7f706fc..b8d81ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /fasteners-0.9.0.tar.gz /fasteners-0.12.0.tar.gz +/fasteners-0.13.0.tar.gz diff --git a/python-fasteners.spec b/python-fasteners.spec index c9b51b6..8882e32 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -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 - 0.13.0-1 +- update to 0.13.0 (rhbz#1256153) + * Mon Jun 22 2015 Matthias Runge - 0.12.0-1 - update to 0.12.0 (rhbz#1234253) diff --git a/sources b/sources index 382c501..1b995c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ead995dca61bbbe6297e0f8b68be74ea fasteners-0.12.0.tar.gz +7543473b888957bd8a9a383962d61b6e fasteners-0.13.0.tar.gz