diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-01-22 17:04:52 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-25 09:03:47 +0700 |
commit | 1055ed33ac809b52d800c0da151e03be61b1f8d3 (patch) | |
tree | fc4f9084b1e8b5bf4477894743739eea4bf5f330 /python/python3-tox/python3-tox.SlackBuild | |
parent | a6a10e18f15a4ee55f32dd477c41bf54d9c5820c (diff) |
python/python3-tox: Version bump to 4.24.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tox/python3-tox.SlackBuild')
-rw-r--r-- | python/python3-tox/python3-tox.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild index 5707e57658..51ef0fbafc 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.1} 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\.1|=1\.2\.2|' pyproject.toml # tomli # Hide warning for packaging>=24 since it resides in /opt/ sed -i 's|.*packaging.*||' pyproject.toml |