python/tox: Updated for version 2.1.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6d52e329e7
commit
fa6ea5dca4
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue