diff --git a/python-tox.spec b/python-tox.spec index 7ff5441a6ff6d6137eda55c9ed0af91626017704..2839999e57505383d788d1fb27127e9dd3717276 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-tox -Version: 4.23.2 +Version: 4.26.0 Release: 1 Summary: Virtualenv-based automation of test activities License: MIT @@ -39,8 +39,10 @@ At its core tox povides a convenient way to run arbitrary commands in isolated e %prep %autosetup -p1 -n tox-%{version} +sed -i '/:: 3.14/d' pyproject.toml %build +export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %pyproject_build %install @@ -55,6 +57,20 @@ At its core tox povides a convenient way to run arbitrary commands in isolated e %doc README.md %changelog +* Wed May 14 2025 Dongxing Wang - 4.26.0-1 +- Update to version 4.26.0 + Add a missing quote in a TOML example @ config.rst + Add colour to GitHub Actions CI logs + Drop support for EOL Python 3.8 + Fix for tox4 regression issue with setenv file and substitutions + feat(config): Allow ranges in envlist + TOX-3117 bugfix -c pyproject with non legacy + Add missing bracket in config example + Adds ability to configure stderr output color + Allow users to disable use of pre-commit-uv + Display exception name when subprocesses raise them + Fix the CI after setuptools 75.6 change + * Thu Oct 31 2024 jiangxinyu - 4.23.2-1 - Update package to version 4.23.2 - Fix typo in docs for dependency_groups diff --git a/tox-4.23.2.tar.gz b/tox-4.23.2.tar.gz deleted file mode 100644 index 7d44232d8944891cec02553a9233e34825d7f847..0000000000000000000000000000000000000000 Binary files a/tox-4.23.2.tar.gz and /dev/null differ diff --git a/tox-4.26.0.tar.gz b/tox-4.26.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..34e82623ce5199e7be720d84572c58482a1357a7 Binary files /dev/null and b/tox-4.26.0.tar.gz differ