diff --git a/python-tox.spec b/python-tox.spec index 11e0bdc44f27b873242308851823cdfa9aa138a2..7ff5441a6ff6d6137eda55c9ed0af91626017704 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-tox -Version: 4.22.0 +Version: 4.23.2 Release: 1 Summary: Virtualenv-based automation of test activities License: MIT @@ -55,6 +55,11 @@ At its core tox povides a convenient way to run arbitrary commands in isolated e %doc README.md %changelog +* Thu Oct 31 2024 jiangxinyu - 4.23.2-1 +- Update package to version 4.23.2 +- Fix typo in docs for dependency_groups + replace tool.pyproject and tool.tox.pyproject with tool.tox in config.rst + * Mon Oct 28 2024 liutao1 - 4.22.0-1 - Update package to version 4.22.0 - Fix the fix environment definition diff --git a/tox-4.22.0.tar.gz b/tox-4.22.0.tar.gz deleted file mode 100644 index b27c28b32b068bf010b5b6f9efabdf0adf7551eb..0000000000000000000000000000000000000000 Binary files a/tox-4.22.0.tar.gz and /dev/null differ diff --git a/tox-4.23.2.tar.gz b/tox-4.23.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7d44232d8944891cec02553a9233e34825d7f847 Binary files /dev/null and b/tox-4.23.2.tar.gz differ