Add Recommends for Python 3.10

This commit is contained in:
Miro Hrončok 2021-08-03 15:36:56 +02:00
commit eb37bcbd14
2 changed files with 10 additions and 1 deletions

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

View file

@ -48,6 +48,9 @@
- smoke39:
dir: python/smoke
run: VERSION=3.9 ./venv.sh
- smoke310:
dir: python/smoke
run: VERSION=3.10 ./venv.sh
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -66,6 +69,7 @@
- python37
- python38
- python39
- python3.10
- python2-devel
- python3-devel
- python3-tox