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:
Jeremy Hansen 2024-03-28 15:48:11 -07:00 committed by Willy Sudiarto Raharjo
parent dff6556a98
commit 80b91f3ff8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"