Update to 3.14.3 (#1725939)

- Fix invocation with Python 3.9 (#1798929)
- Recommend Python 3.9
This commit is contained in:
Miro Hrončok 2020-02-06 12:31:58 +01:00
commit bde7ce687a
4 changed files with 10 additions and 119 deletions

View file

@ -7,18 +7,14 @@
%global pypi_name tox
Name: python-%{pypi_name}
Version: 3.13.2
Release: 5%{?dist}
Version: 3.14.3
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
License: MIT
URL: https://tox.readthedocs.io/
Source0: %{pypi_source}
# Use importlib.metadata from stdlib on Python 3.8
# Rebased from https://github.com/tox-dev/tox/pull/1368
Patch0: 1368.patch
BuildArch: noarch
%description
@ -55,6 +51,7 @@ Recommends: python35
Recommends: python36
Recommends: python37
Recommends: python38
Recommends: python39
Recommends: pypy2-devel
Recommends: pypy3-devel
Recommends: python2-devel
@ -146,6 +143,11 @@ rm -rf .path
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
%changelog
* Thu Feb 06 2020 Miro Hrončok <mhroncok@redhat.com> - 3.14.3-1
- Update to 3.14.3 (#1725939)
- Fix invocation with Python 3.9 (#1798929)
- Recommend Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild