diff --git a/.gitignore b/.gitignore index 35e4db8..caaba43 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /pbr-0.5.19.tar.gz /pbr-0.5.21.tar.gz /pbr-0.5.23.tar.gz +/pbr-0.6.tar.gz diff --git a/python-pbr.spec b/python-pbr.spec index 6cdcb13..d88386b 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,7 +1,7 @@ %global pypi_name pbr Name: python-%{pypi_name} -Version: 0.5.23 +Version: 0.6 Release: 1%{?dist} Summary: Python Build Reasonableness @@ -14,22 +14,22 @@ Requires: python-pip BuildRequires: python2-devel # very new required, when also using tests -#BuildRequires: python-d2to1 >= 0.2.10 -BuildRequires: python-d2to1 +BuildRequires: python-d2to1 >= 0.2.10 +#BuildRequires: python-d2to1 # not necessary, but listed in requirements.txt # Requires: python-setuptools_git # BuildRequires: python-setuptools_git -BuildRequires: python-testtools +#BuildRequires: python-testtools #BuildRequires: python-testscenarios -# not in the repos, yet -# BuildRequires: python-discover -# BuildRequires: python-coverage >= 3.6 -# BuildRequires: python-flake8 -# BuildRequires: python-mox -# not in the repos, yet -# BuildRequires: python-testrepository -# BuildRequires: python-subunit -# BuildRequires: python-testresources +# not packaged yet: +#BuildRequires: python-discover + +#BuildRequires: python-coverage >= 3.6 +#BuildRequires: python-flake8 +#BuildRequires: python-mox +#BuildRequires: python-testrepository +#BuildRequires: python-subunit +#BuildRequires: python-testresources %if 0%{?rhel}==6 BuildRequires: python-sphinx10 @@ -81,6 +81,9 @@ rm -rf html/.{doctrees,buildinfo} %{python_sitelib}/%{pypi_name} %changelog +* Tue Feb 11 2014 Matthias Runge - 0.6.0-1 +- update to 0.6.0 (rhbz#1061124) + * Fri Nov 01 2013 Matthias Runge - 0.5.23-1 - update to 0.5.23 (rhbz#1023926) diff --git a/sources b/sources index 54853e7..f7e8b0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dde40a1c2fefcd901c7c9ee9223ef955 pbr-0.5.23.tar.gz +74ed7d0a9d93c1ab3eb7000e2c0482c7 pbr-0.6.tar.gz