Update to 3.25.0

This commit is contained in:
Miro Hrončok 2022-05-09 12:37:30 +02:00
commit cbec16b980
2 changed files with 6 additions and 3 deletions

View file

@ -17,8 +17,8 @@
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
Name: python-tox
Version: 3.24.5
Release: 2%{?dist}
Version: 3.25.0
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
License: MIT
@ -118,6 +118,9 @@ Obsoletes: python3-tox < 3.24.4-2
%changelog
* Mon May 09 2022 Miro Hrončok <mhroncok@redhat.com> - 3.25.0-1
- Update to 3.25.0
* Tue Feb 22 2022 Rich Megginson <rmeggins@redhat.com> - 3.24.5-2
- Remove -s flag from tox shebang, make tox see user-installed plugins
- Fixes: rhbz#2057015