summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/tox/tox.SlackBuild4
-rw-r--r--python/tox/tox.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/tox/tox.SlackBuild b/python/tox/tox.SlackBuild
index 7ccd61014b..e40e468a5a 100644
--- a/python/tox/tox.SlackBuild
+++ b/python/tox/tox.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tox
-# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tox
-VERSION=${VERSION:-2.0.1}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/tox/tox.info b/python/tox/tox.info
index 5f487f9285..b9027d2325 100644
--- a/python/tox/tox.info
+++ b/python/tox/tox.info
@@ -1,8 +1,8 @@
PRGNAM="tox"
-VERSION="2.0.1"
+VERSION="2.1.0"
HOMEPAGE="http://tox.testrun.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/t/tox/tox-2.0.1.tar.gz"
-MD5SUM="fe2053ac037313ac520aa7fcfeeb5a39"
+DOWNLOAD="https://pypi.python.org/packages/source/t/tox/tox-2.1.0.tar.gz"
+MD5SUM="a5cd068ada7d5b6b7b16c03a7250a23b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="py virtualenv pluggy"