[python-tox: 1/2] update to 1.7.1 (rhbz#111797)

Matthias Runge mrunge at fedoraproject.org
Tue Jul 8 16:14:42 UTC 2014


commit 39de63570b93a7bdde007e2618402c103f2c979d
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Jul 8 17:57:57 2014 +0200

    update to 1.7.1 (rhbz#111797)

 .gitignore      |    1 +
 python-tox.spec |    7 ++++++-
 sources         |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
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 <mrunge at redhat.com> - 1.7.1-1
+- update to 1.7.1 (rhbz#111797)
+
 * Tue Sep 24 2013 Matthias Runge <mrunge at redhat.com> - 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


More information about the scm-commits mailing list