diff --git a/.gitignore b/.gitignore index 700e65b..303a4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tox-1.4.2.zip /tox-1.6.1.tar.gz +/tox-1.7.1.tar.gz diff --git a/python-tox.spec b/python-tox.spec index c6a1a4b..ee7b94b 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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 - 1.7.1-1 +- update to 1.7.1 (rhbz#111797) + * Tue Sep 24 2013 Matthias Runge - 1.6.1-1 - update to 1.6.1 diff --git a/sources b/sources index 6b1a7c8..0dccd0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -853e9024d4e51f68045da8907def81c5 tox-1.6.1.tar.gz +ec85bbfc7bd29600e91aa0e9754645d0 tox-1.7.1.tar.gz