-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python/python3-tox: Version bump to 4.24.1
Signed-off-by: Willy Sudiarto Raharjo <[email protected]>
- Loading branch information
1 parent
a6a10e1
commit 1055ed3
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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} | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters