From b42ab61dd818dfce34bf1703b1c0d390e2c5b026 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Aug 18 2015 06:38:11 +0000 Subject: update to 2.1.1 --- diff --git a/.gitignore b/.gitignore index ef684b0..fa55dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tox-1.6.1.tar.gz /tox-1.7.1.tar.gz /tox-1.8.1.tar.gz +/tox-2.1.1.tar.gz diff --git a/python-tox.spec b/python-tox.spec index 3e8b2a9..4ab264a 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,6 +1,6 @@ %if 0%{?fedora} > 12 # virtualenv for python3 is missing -%global with_python3 0 +%global with_python3 1 %endif # Tests requiring Internet connections are disabled by default @@ -11,8 +11,8 @@ %global pypiname tox Name: python-tox -Version: 1.8.1 -Release: 2%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Virtualenv-based automation of test activities # file toxbootstrap.py is licensed under MIT License @@ -111,21 +111,32 @@ popd #TOXENV=py26 %{__python} setup.py test #%endif -%if 0%{?fedora}>=17 +%if 0%{?fedora}>=17 TOXENV=py27 %{__python} setup.py test %endif %endif - + %files -%doc LICENSE ISSUES.txt doc +%doc ISSUES.txt doc +%license LICENSE %{_bindir}/%{pypiname} %{_bindir}/%{pypiname}-quickstart %{python_sitelib}/%{pypiname} %{python_sitelib}/%{pypiname}-%{version}-py2.?.egg-info +%if 0%{?with_python3} +%files -n python3-tox +%{_bindir}/python3-%{pypiname} +%{_bindir}/python3-%{pypiname}-quickstart +%{python3_sitelib}/%{pypiname} +%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info +%endif %changelog +* Tue Aug 18 2015 Matthias Runge - 2.1.1-1 +- update to 2.1.1 + * Thu Jun 18 2015 Fedora Release Engineering - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 8d5bbea..3db0df4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4423cc6512932b37e5b0d1faa87bef2 tox-1.8.1.tar.gz +fc5b38cce701ced90a89b9da24af1769 tox-2.1.1.tar.gz