update to 0.7.0

epel8
Matthias Runge 11 years ago
parent f835897e00
commit 5b99fce610

1
.gitignore vendored

@ -8,3 +8,4 @@
/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 /pbr-0.6.tar.gz
/pbr-0.7.0.tar.gz

@ -1,7 +1,13 @@
%global pypi_name pbr %global pypi_name pbr
%if 0%{?fedora} > 19
%global do_test 1
%endif
# tests are failing currently
%global do_test 0
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.6 Version: 0.7.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Python Build Reasonableness Summary: Python Build Reasonableness
@ -15,21 +21,21 @@ 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
# not necessary, but listed in requirements.txt %if 0%{?do_test} == 1
# Requires: python-setuptools_git BuildRequires: python-testtools
# BuildRequires: python-setuptools_git BuildRequires: python-testscenarios
#BuildRequires: python-testtools
#BuildRequires: python-testscenarios # still not packaged 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-mock >= 1.0
#BuildRequires: python-flake8 BuildRequires: python-testrepository >= 0.0.18
#BuildRequires: python-mox BuildRequires: python-subunit
#BuildRequires: python-testrepository BuildRequires: python-testresources
#BuildRequires: python-subunit %endif
#BuildRequires: python-testresources
%if 0%{?rhel}==6 %if 0%{?rhel}==6
BuildRequires: python-sphinx10 BuildRequires: python-sphinx10
@ -71,9 +77,11 @@ rm -rf html/.{doctrees,buildinfo}
%install %install
%{__python} setup.py install --skip-build --root %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot}
%if 0%{?do_test}
%check %check
# we don't have the necessary br's, yet # we don't have the necessary br's, yet
#%{__python} setup.py test %{__python} setup.py test
%endif
%files %files
%doc html README.rst LICENSE %doc html README.rst LICENSE
@ -81,6 +89,9 @@ rm -rf html/.{doctrees,buildinfo}
%{python_sitelib}/%{pypi_name} %{python_sitelib}/%{pypi_name}
%changelog %changelog
* Mon Mar 24 2014 Matthias Runge <mrunge@redhat.com> - 0.7.0-1
- update to 0.7.0 (rhbz#1078761)
* Tue Feb 11 2014 Matthias Runge <mrunge@redhat.com> - 0.6.0-1 * Tue Feb 11 2014 Matthias Runge <mrunge@redhat.com> - 0.6.0-1
- update to 0.6.0 (rhbz#1061124) - update to 0.6.0 (rhbz#1061124)

@ -1 +1 @@
74ed7d0a9d93c1ab3eb7000e2c0482c7 pbr-0.6.tar.gz 33e71021ae6a35487325f4c4c16d467d pbr-0.7.0.tar.gz

Loading…
Cancel
Save