Update to 3.24.5

This commit is contained in:
Miro Hrončok 2022-01-25 16:41:41 +01:00
commit 5591696515
2 changed files with 8 additions and 3 deletions

View file

@ -12,8 +12,8 @@
%bcond_with tests
Name: python-tox
Version: 3.24.4
Release: 3%{?dist}
Version: 3.24.5
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
License: MIT
@ -33,6 +33,8 @@ BuildRequires: /usr/bin/poetry
BuildRequires: /usr/bin/pytest
BuildRequires: /usr/bin/python
BuildRequires: libffi-devel
# xdist is not used upstream, but we use it to speed up the %%check
BuildRequires: python3-pytest-xdist
# The tests only work if the tested tox is installed :(
BuildRequires: tox = %{version}-%{release}
%endif
@ -111,6 +113,9 @@ Obsoletes: python3-tox < 3.24.4-2
%changelog
* Tue Jan 25 2022 Miro Hrončok <mhroncok@redhat.com> - 3.24.5-1
- Update to 3.24.5
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild