Add Recommends for Python 3.10

This commit is contained in:
Miro Hrončok
2021-08-03 15:38:19 +02:00
parent 038a8083d5
commit eb37bcbd14
2 changed files with 10 additions and 1 deletions
+6 -1
View File
@@ -15,7 +15,7 @@
%global pypi_name tox
Name: python-%{pypi_name}
Version: 3.19.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Virtualenv-based automation of test activities
License: MIT
@@ -64,6 +64,7 @@ Recommends: python3.6
Recommends: python3.7
Recommends: python3.8
Recommends: python3.9
Recommends: python3.10
Recommends: pypy2-devel
Recommends: pypy3-devel
Recommends: python2-devel
@@ -146,6 +147,10 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
%changelog
* Tue Aug 03 2021 Miro Hrončok <mhroncok@redhat.com> - 3.19.0-3
- Add Recommends for Python 3.10
- https://fedoraproject.org/wiki/Changes/Python3.10
* Thu Mar 18 2021 Miro Hrončok <mhroncok@redhat.com> - 3.19.0-2
- Expose tox requires via the config object
- Add --no-provision flag