diff --git a/python-tox.spec b/python-tox.spec index 0aa6cf4..d4fe9e9 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -13,7 +13,7 @@ Name: python-tox Version: 3.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Virtualenv-based automation of test activities License: MIT @@ -63,11 +63,11 @@ Summary: %{summary} # It recommends all Python versions it supports. (This is an exception to # the rule that Fedora packages may not require the alternative interpreters.) Recommends: python2.7 -Recommends: python3.5 Recommends: python3.6 Recommends: python3.7 Recommends: python3.8 Recommends: python3.9 +Recommends: python3.10 Recommends: pypy2-devel Recommends: pypy3-devel Recommends: python2-devel @@ -113,6 +113,12 @@ Obsoletes: python3-tox < 3.21.0-2 %changelog +* Mon Aug 02 2021 Miro Hrončok - 3.24.0-2 +- Remove Recommends Python 3.5 +- Add Recommends for Python 3.10 +- https://fedoraproject.org/wiki/Changes/RetirePython3.5 +- https://fedoraproject.org/wiki/Changes/Python3.10 + * Mon Jul 26 2021 Miro Hrončok - 3.24.0-1 - Update to 3.24.0