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.19.tar.gz
/pbr-0.5.21.tar.gz /pbr-0.5.21.tar.gz
/pbr-0.5.23.tar.gz /pbr-0.5.23.tar.gz
/pbr-0.6.tar.gz

@ -1,7 +1,7 @@
%global pypi_name pbr %global pypi_name pbr
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.5.23 Version: 0.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Python Build Reasonableness Summary: Python Build Reasonableness
@ -14,22 +14,22 @@ Requires: python-pip
BuildRequires: python2-devel BuildRequires: python2-devel
# very new required, when also using tests # very new required, when also using tests
#BuildRequires: python-d2to1 >= 0.2.10 BuildRequires: python-d2to1 >= 0.2.10
BuildRequires: python-d2to1 #BuildRequires: python-d2to1
# not necessary, but listed in requirements.txt # not necessary, but listed in requirements.txt
# Requires: python-setuptools_git # Requires: python-setuptools_git
# BuildRequires: python-setuptools_git # BuildRequires: python-setuptools_git
BuildRequires: python-testtools #BuildRequires: python-testtools
#BuildRequires: python-testscenarios #BuildRequires: python-testscenarios
# not in the repos, yet # not packaged yet:
# BuildRequires: python-discover #BuildRequires: python-discover
# BuildRequires: python-coverage >= 3.6
# BuildRequires: python-flake8 #BuildRequires: python-coverage >= 3.6
# BuildRequires: python-mox #BuildRequires: python-flake8
# not in the repos, yet #BuildRequires: python-mox
# BuildRequires: python-testrepository #BuildRequires: python-testrepository
# BuildRequires: python-subunit #BuildRequires: python-subunit
# BuildRequires: python-testresources #BuildRequires: python-testresources
%if 0%{?rhel}==6 %if 0%{?rhel}==6
BuildRequires: python-sphinx10 BuildRequires: python-sphinx10
@ -81,6 +81,9 @@ rm -rf html/.{doctrees,buildinfo}
%{python_sitelib}/%{pypi_name} %{python_sitelib}/%{pypi_name}
%changelog %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 * Fri Nov 01 2013 Matthias Runge <mrunge@redhat.com> - 0.5.23-1
- update to 0.5.23 (rhbz#1023926) - 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