mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-tox: Updated for version 4.14.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dff6556a98
commit
80b91f3ff8
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-tox
|
||||
VERSION=${VERSION:-4.14.1}
|
||||
VERSION=${VERSION:-4.14.2}
|
||||
SRCNAM=${SRCNAM:-tox}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tox"
|
||||
VERSION="4.14.1"
|
||||
VERSION="4.14.2"
|
||||
HOMEPAGE="https://tox.wiki/"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.14.1/tox-4.14.1.tar.gz"
|
||||
MD5SUM="a9bc361aa59b17ee3a402d2af8fda880"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.14.2/tox-4.14.2.tar.gz"
|
||||
MD5SUM="656a8032cfa8cd5b16046a64ca218d7d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"
|
||||
|
|
Loading…
Reference in a new issue