Skip to content

Commit

Permalink
python/python3-tox: Version bump to 4.24.1
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Sudiarto Raharjo <[email protected]>
  • Loading branch information
bassmadrigal authored and willysr committed Jan 25, 2025
1 parent a6a10e1 commit 1055ed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions python/python3-tox/python3-tox.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for python3-tox

# Copyright 2023-2024 Jeremy Hansen [email protected]
# Copyright 2023-2025 Jeremy Hansen [email protected]
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -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}
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions python/python3-tox/python3-tox.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-tox"
VERSION="4.23.2"
VERSION="4.24.1"
HOMEPAGE="https://tox.wiki/"
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.23.2/tox-4.23.2.tar.gz"
MD5SUM="aa77e5e415d3c5f181c2fafbd53e78ab"
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.24.1/tox-4.24.1.tar.gz"
MD5SUM="f5c0c795fa47f1a4a1a1b0dfe42c5151"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"
Expand Down

0 comments on commit 1055ed3

Please sign in to comment.