update to 1.7.1 (rhbz#111797)

epel9
Matthias Runge 11 years ago
parent b16e8f3214
commit 39de63570b

1
.gitignore vendored

@ -1,2 +1,3 @@
/tox-1.4.2.zip
/tox-1.6.1.tar.gz
/tox-1.7.1.tar.gz

@ -1,4 +1,5 @@
%if 0%{?fedora} > 12
# virtualenv for python3 is missing
%global with_python3 0
%endif
@ -10,7 +11,7 @@
%global pypiname tox
Name: python-tox
Version: 1.6.1
Version: 1.7.1
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
@ -66,6 +67,7 @@ can use for:
%prep
%setup -q -n %{pypiname}-%{version}
%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
%endif
@ -118,6 +120,9 @@ TOXENV=py27 %{__python} setup.py test
%changelog
* Tue Jul 08 2014 Matthias Runge <mrunge@redhat.com> - 1.7.1-1
- update to 1.7.1 (rhbz#111797)
* Tue Sep 24 2013 Matthias Runge <mrunge@redhat.com> - 1.6.1-1
- update to 1.6.1

@ -1 +1 @@
853e9024d4e51f68045da8907def81c5 tox-1.6.1.tar.gz
ec85bbfc7bd29600e91aa0e9754645d0 tox-1.7.1.tar.gz

Loading…
Cancel
Save