update to 1.7.1 (rhbz#111797)
This commit is contained in:
parent
b16e8f3214
commit
39de63570b
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue