From 2a7c1c7dbb0f410355138ee0ab384ec7401613dc Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 5 Jun 2024 22:40:41 -0700 Subject: python/python3-tox: Version bump to 4.15.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tox/python3-tox.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'python/python3-tox/python3-tox.SlackBuild') diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild index bdc47bcacf..6873071627 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.0} +VERSION=${VERSION:-4.15.1} SRCNAM=${SRCNAM:-tox} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,6 +64,11 @@ 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 + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl -- cgit v1.2.3