Update to 3.24.1

This commit is contained in:
Miro Hrončok
2021-08-03 15:44:54 +02:00
parent eb37bcbd14
commit c9b5ad8016
4 changed files with 7 additions and 244 deletions
+5 -8
View File
@@ -14,20 +14,14 @@
%global pypi_name tox
Name: python-%{pypi_name}
Version: 3.19.0
Release: 3%{?dist}
Version: 3.24.1
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
License: MIT
URL: https://tox.readthedocs.io/
Source0: %{pypi_source}
# Expose tox requires via the config object
# https://github.com/tox-dev/tox/pull/1919
# Add --no-provision flag
# https://github.com/tox-dev/tox/pull/1922
Patch1: provision-backports.patch
BuildArch: noarch
%description
@@ -147,6 +141,9 @@ 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.24.1-1
- Update to 3.24.1
* 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