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
This commit is contained in:
parent
04c9269866
commit
7220117b81
1 changed files with 8 additions and 2 deletions
|
|
@ -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 <mhroncok@redhat.com> - 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 <mhroncok@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue