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.SlackBuild8
-rw-r--r--python/python3-tox/python3-tox.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild
index 5707e57658..de8d2cd2c6 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.24.2}
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..71615dfee7 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.24.2"
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.24.2/tox-4.24.2.tar.gz"
+MD5SUM="43eb04da39b9d3ffe238de1f36032b8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"