diff options
-rw-r--r-- | python/python3-tox/python3-tox.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-tox/python3-tox.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild index 5e9971d536..9fc06ab3f8 100644 --- a/python/python3-tox/python3-tox.SlackBuild +++ b/python/python3-tox/python3-tox.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-tox -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tox -VERSION=${VERSION:-4.11.4} +VERSION=${VERSION:-4.12.1} SRCNAM=${SRCNAM:-tox} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-tox/python3-tox.info b/python/python3-tox/python3-tox.info index 65a4624b8e..3ff579fb19 100644 --- a/python/python3-tox/python3-tox.info +++ b/python/python3-tox/python3-tox.info @@ -1,8 +1,8 @@ PRGNAM="python3-tox" -VERSION="4.11.4" +VERSION="4.12.1" HOMEPAGE="https://tox.wiki/" -DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.11.4/tox-4.11.4.tar.gz" -MD5SUM="5947bc112dd8295250e262dc5a310557" +DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.12.1/tox-4.12.1.tar.gz" +MD5SUM="3487fcb352ce6262cb71dbf7ba7ad030" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv" |