Update to 3.24.5

epel9
Miro Hrončok 3 years ago
parent a509cb804f
commit 5591696515

@ -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

@ -1 +1 @@
SHA512 (tox-3.24.4.tar.gz) = 9fe2256276b83bf3bc55ec1876be41da2ff7217187f4bf8f4d728106f9c63fc59d146de5e424f7a90d28b938d312c175f7c815bfd3a17d329bec9ba4102139fc
SHA512 (tox-3.24.5.tar.gz) = 2b047c5682c2c57268fb46055207388d060fb31511d6e442dc49244a5ac53c4d2fecd7bb9a8e33bb02b580192926592523dfb991c4bd8b216559f71a1c548f9a

Loading…
Cancel
Save