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.SlackBuild8
-rw-r--r--python/python3-tox/python3-tox.info6
3 files changed, 10 insertions, 7 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 5707e57658..ab0fbf78cd 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-2024 Jeremy Hansen jebrhansen+SBo@gmail.com
+# Copyright 2023-2025 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.23.2}
+VERSION=${VERSION:-4.30.3}
SRCNAM=${SRCNAM:-tox}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,8 +67,8 @@ export PYTHONPATH=/opt/python$PYVER/site-packages
export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION
# This seems to run fine with versions available in 15.0... no need for warnings
-sed -i 's|=5\.2|=4\.0\.0|' pyproject.toml # chardet
-sed -i 's|=2\.0\.1|=1\.2\.2|' pyproject.toml # tomli
+sed -i 's|=5\.2|=4\.0\.0|' pyproject.toml # chardet
+sed -i 's|=2\.2\.1|=1\.2\.2|' pyproject.toml # tomli
# Hide warning for packaging>=24 since it resides in /opt/
sed -i 's|.*packaging.*||' pyproject.toml
diff --git a/python/python3-tox/python3-tox.info b/python/python3-tox/python3-tox.info
index baf7a90fcb..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.23.2"
+VERSION="4.30.3"
HOMEPAGE="https://tox.wiki/"
-DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.23.2/tox-4.23.2.tar.gz"
-MD5SUM="aa77e5e415d3c5f181c2fafbd53e78ab"
+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"