mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/tox: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9e700c6136
commit
43869e1f62
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tox
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tox"
|
||||
VERSION="2.3.0"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://tox.testrun.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/tox/tox-2.3.0.tar.gz"
|
||||
MD5SUM="badd730ee22ccb87119a33b229d260cc"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/tox/tox-2.3.1.tar.gz"
|
||||
MD5SUM="9371b3d3e25c03751a0372e19602dfb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="py virtualenv pluggy"
|
||||
|
|
Loading…
Reference in a new issue