diff --git a/python-tox.spec b/python-tox.spec index 8e38a355a7e3e0154196b304949abc714d28cbe1..65d1f967015a86a6d55a2ff353975709c8e73df6 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-tox -Version: 4.27.0 +Version: 4.32.0 Release: 1 Summary: Virtualenv-based automation of test activities License: MIT @@ -57,6 +57,12 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %doc README.md %changelog +* Mon Nov 3 2025 Hann - 4.32.0-1 +- Update to version 4.32.0 + Fix broken log message (in that branch it did not match the arguments) + Fix ensure log folder is created before writing the execution logs + Allow braced range syntax in internal sections of tox.ini file + * Fri Aug 08 2025 dongqi - 4.27.0-1 - Update to version 4.27.0 Feat: include free_threaded flag in result-json diff --git a/tox-4.27.0.tar.gz b/tox-4.27.0.tar.gz deleted file mode 100644 index e9c750197ec1023c60c27c91042f48723823350a..0000000000000000000000000000000000000000 Binary files a/tox-4.27.0.tar.gz and /dev/null differ diff --git a/tox-4.32.0.tar.gz b/tox-4.32.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a5c23e460c29720659f23471a23827e1e80cbd34 Binary files /dev/null and b/tox-4.32.0.tar.gz differ