diff options
Diffstat (limited to 'python/python3-tox/python3-tox.SlackBuild')
-rw-r--r-- | python/python3-tox/python3-tox.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild index 51ef0fbafc..de8d2cd2c6 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.24.1} +VERSION=${VERSION:-4.24.2} SRCNAM=${SRCNAM:-tox} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,7 @@ 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\.1|=1\.2\.2|' pyproject.toml # tomli +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 |