aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tox
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-tox')
-rw-r--r--python/python3-tox/python3-tox.SlackBuild9
-rw-r--r--python/python3-tox/python3-tox.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild
index 6873071627..157d1ba6f1 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.15.1}
+VERSION=${VERSION:-4.16.0}
SRCNAM=${SRCNAM:-tox}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,9 +65,10 @@ find -L . \
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
-sed -i 's|=23\.2|=21\.3|' pyproject.toml
-sed -i 's|=2\.0\.1|=1\.2\.2|' pyproject.toml
+sed -i 's|=5\.2|=4\.0\.0|' pyproject.toml # chardet
+sed -i 's|=1\.25|=1\.22|' pyproject.toml # hatchling
+sed -i 's|=24\.1|=21\.3|' pyproject.toml # packaging
+sed -i 's|=2\.0\.1|=1\.2\.2|' pyproject.toml # tomli
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
diff --git a/python/python3-tox/python3-tox.info b/python/python3-tox/python3-tox.info
index 57b44cfea9..fbb04f9587 100644
--- a/python/python3-tox/python3-tox.info
+++ b/python/python3-tox/python3-tox.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tox"
-VERSION="4.15.1"
+VERSION="4.16.0"
HOMEPAGE="https://tox.wiki/"
-DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.15.1/tox-4.15.1.tar.gz"
-MD5SUM="cb1e6de2eb66ac822b656176df4d2690"
+DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.16.0/tox-4.16.0.tar.gz"
+MD5SUM="d2d7c9ff345a5e888b84d99053a9ebf5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"