diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-05 22:40:41 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-07 08:18:17 +0700 |
commit | 2a7c1c7dbb0f410355138ee0ab384ec7401613dc (patch) | |
tree | 80e0d42c7a0b7ad7e3afd3811d09d2ff16a9c58c /python | |
parent | 44abd28ac74b37d0de93ac2798a9e1eec081baaf (diff) |
python/python3-tox: Version bump to 4.15.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-tox/python3-tox.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-tox/python3-tox.info | 6 |
2 files changed, 9 insertions, 4 deletions
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 diff --git a/python/python3-tox/python3-tox.info b/python/python3-tox/python3-tox.info index c016ff83ba..57b44cfea9 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.0" +VERSION="4.15.1" HOMEPAGE="https://tox.wiki/" -DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.15.0/tox-4.15.0.tar.gz" -MD5SUM="913ef63e6b6fde79cf84d9126c2ee023" +DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.15.1/tox-4.15.1.tar.gz" +MD5SUM="cb1e6de2eb66ac822b656176df4d2690" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv" |