diff options
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..ab0fbf78cd 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.30.3}  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\.2\.1|=1\.2\.2|' pyproject.toml # tomli  # Hide warning for packaging>=24 since it resides in /opt/  sed -i 's|.*packaging.*||' pyproject.toml  | 
