diff --git a/python-tox.spec b/python-tox.spec index 8e38a355a7e3e0154196b304949abc714d28cbe1..bc764587eddfb0d39d3ecc7263c3682cc7dabcc6 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,11 +1,11 @@ %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 URL: https://tox.readthedocs.io -Source0: %{pypi_source tox} +Source0: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz BuildArch: noarch Requires: python3-devel @@ -57,6 +57,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %doc README.md %changelog +* Fri Nov 28 2025 zhangzeyang0718 - 4.32.0-1 +- Update to 4.32.0 + * 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