diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-19 20:17:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-20 12:50:00 +0700 |
commit | 995139aaa64b5697bf704778ea0875aa129fa52b (patch) | |
tree | 2d54949d6bbec5130bc5efc4bc888538e15e3c19 /python/python3-tox/python3-tox.SlackBuild | |
parent | d039970fee2b7bf534fa20af2313797be105f9b1 (diff) |
python/python3-tox: Version bump to 4.20.0
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild index c8e9e1d36a..cc14723b27 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.18.0} +VERSION=${VERSION:-4.20.0} SRCNAM=${SRCNAM:-tox} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,6 +70,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION sed -i 's|=5\.2|=4\.0\.0|' pyproject.toml # chardet sed -i 's|=2\.0\.1|=1\.2\.2|' pyproject.toml # tomli +# Hide warning for packaging>=24 since it resides in /opt/ +sed -i 's|.*packaging.*||' pyproject.toml + python3 -m build --wheel --no-isolation python3 -m installer --destdir=$PKG dist/*.whl |