|
|
@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-tox
|
|
|
|
Name: python-tox
|
|
|
|
Version: 3.24.0
|
|
|
|
Version: 3.24.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -63,11 +63,11 @@ Summary: %{summary}
|
|
|
|
# It recommends all Python versions it supports. (This is an exception to
|
|
|
|
# It recommends all Python versions it supports. (This is an exception to
|
|
|
|
# the rule that Fedora packages may not require the alternative interpreters.)
|
|
|
|
# the rule that Fedora packages may not require the alternative interpreters.)
|
|
|
|
Recommends: python2.7
|
|
|
|
Recommends: python2.7
|
|
|
|
Recommends: python3.5
|
|
|
|
|
|
|
|
Recommends: python3.6
|
|
|
|
Recommends: python3.6
|
|
|
|
Recommends: python3.7
|
|
|
|
Recommends: python3.7
|
|
|
|
Recommends: python3.8
|
|
|
|
Recommends: python3.8
|
|
|
|
Recommends: python3.9
|
|
|
|
Recommends: python3.9
|
|
|
|
|
|
|
|
Recommends: python3.10
|
|
|
|
Recommends: pypy2-devel
|
|
|
|
Recommends: pypy2-devel
|
|
|
|
Recommends: pypy3-devel
|
|
|
|
Recommends: pypy3-devel
|
|
|
|
Recommends: python2-devel
|
|
|
|
Recommends: python2-devel
|
|
|
@ -113,6 +113,12 @@ Obsoletes: python3-tox < 3.21.0-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Mon Jul 26 2021 Miro Hrončok <mhroncok@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
|
|
|
|
|
|
|