|
|
@ -12,8 +12,8 @@
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-tox
|
|
|
|
Name: python-tox
|
|
|
|
Version: 3.24.4
|
|
|
|
Version: 3.24.5
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -33,6 +33,8 @@ BuildRequires: /usr/bin/poetry
|
|
|
|
BuildRequires: /usr/bin/pytest
|
|
|
|
BuildRequires: /usr/bin/pytest
|
|
|
|
BuildRequires: /usr/bin/python
|
|
|
|
BuildRequires: /usr/bin/python
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
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 :(
|
|
|
|
# The tests only work if the tested tox is installed :(
|
|
|
|
BuildRequires: tox = %{version}-%{release}
|
|
|
|
BuildRequires: tox = %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -111,6 +113,9 @@ Obsoletes: python3-tox < 3.24.4-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|