diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-05 15:18:25 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-07 23:28:56 +0700 |
commit | a857e44d890c1c53c8d89397c53f73907af1ca69 (patch) | |
tree | 3b1246a00d760a11b0f2d9d7f91b14c7a7d218c1 /python | |
parent | ef71a96b043703a35f32774618e320f36b48967c (diff) |
python/python3-tox: Version bump to 4.12.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 5e9971d536f32..9fc06ab3f82f5 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 65a4624b8e1cf..3ff579fb198fa 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" |