update to 0.6 (rhbz#1061124)

epel8
Matthias Runge 11 years ago
parent b71f609c01
commit f835897e00

1
.gitignore vendored

@ -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

@ -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,19 +14,19 @@ 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
# not packaged 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
@ -81,6 +81,9 @@ rm -rf html/.{doctrees,buildinfo}
%{python_sitelib}/%{pypi_name}
%changelog
* Tue Feb 11 2014 Matthias Runge <mrunge@redhat.com> - 0.6.0-1
- update to 0.6.0 (rhbz#1061124)
* Fri Nov 01 2013 Matthias Runge <mrunge@redhat.com> - 0.5.23-1
- update to 0.5.23 (rhbz#1023926)

@ -1 +1 @@
dde40a1c2fefcd901c7c9ee9223ef955 pbr-0.5.23.tar.gz
74ed7d0a9d93c1ab3eb7000e2c0482c7 pbr-0.6.tar.gz

Loading…
Cancel
Save