aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tox
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-tox')
-rw-r--r--python/python3-tox/README3
-rw-r--r--python/python3-tox/python3-tox.SlackBuild2
-rw-r--r--python/python3-tox/python3-tox.info6
3 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-tox/README b/python/python3-tox/README
index 5105e1c5cd..b06c19eff9 100644
--- a/python/python3-tox/README
+++ b/python/python3-tox/README
@@ -3,3 +3,6 @@ python3-tox (CLI CI frontend and development task automation tool)
tox aims to automate and standardize testing in Python. It is part
of a larger vision of easing the packaging, testing and release
process of Python software (alongside pytest and devpi).
+
+NOTE: Unable to support newer versions due to requiring newer version
+of python than is available in Slackware 15.0 (python 3.10).
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild
index 81355623bd..ab0fbf78cd 100644
--- a/python/python3-tox/python3-tox.SlackBuild
+++ b/python/python3-tox/python3-tox.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tox
-VERSION=${VERSION:-4.26.0}
+VERSION=${VERSION:-4.30.3}
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 5b57381b0b..166ad23d12 100644
--- a/python/python3-tox/python3-tox.info
+++ b/python/python3-tox/python3-tox.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tox"
-VERSION="4.26.0"
+VERSION="4.30.3"
HOMEPAGE="https://tox.wiki/"
-DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.26.0/tox-4.26.0.tar.gz"
-MD5SUM="37be6ecc0df8e67aeca8fa6707b82636"
+DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.30.3/tox-4.30.3.tar.gz"
+MD5SUM="5e2f194b4cf152ed59eaf92e555a921b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"