diff --git a/python-tox.spec b/python-tox.spec index a6742413e5289bcadfce854dfd6ccf4a080b1d2c..f8fd0553c11e4046ced2d0cd7e28df68c95d61c0 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-tox -Version: 3.28.0 +Version: 4.5.2 Release: 1 Summary: Virtualenv-based automation of test activities License: MIT @@ -44,22 +44,20 @@ At its core tox povides a convenient way to run arbitrary commands in isolated e %pyproject_build %install -%pyproject_install tox==%{version} +%pyproject_install %files -n python3-tox %defattr(-,root,root) %license LICENSE %{_bindir}/tox -%{_bindir}/tox-quickstart %{python3_sitelib}/tox/ %{python3_sitelib}/tox*.dist-info/ %doc README.md -%files help -%defattr(-,root,root) -%doc docs/changelog/README.rst - %changelog +* Sun Jun 4 2023 Dongxing Wang - 4.5.2-1 +- Update package to version 4.5.2 + * Wed Apr 26 2023 Dongxing Wang - 3.28.0-1 - Update package to version 3.28.0 diff --git a/tox-3.28.0.tar.gz b/tox-3.28.0.tar.gz deleted file mode 100644 index af5873f81e363207ea7a9b2c54f41f3d03046f4b..0000000000000000000000000000000000000000 Binary files a/tox-3.28.0.tar.gz and /dev/null differ diff --git a/tox-4.5.2.tar.gz b/tox-4.5.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1a3e70aa25733ec8f12041f95e51343ae7e0a22e Binary files /dev/null and b/tox-4.5.2.tar.gz differ