|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-tox
|
|
|
|
|
Version: 3.24.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -79,7 +79,10 @@ Obsoletes: python3-detox < 0.19-5
|
|
|
|
|
|
|
|
|
|
%py_provides python3-tox
|
|
|
|
|
# Remove this once Fedora 36 goes EOL:
|
|
|
|
|
Obsoletes: python3-tox < 3.21.0-2
|
|
|
|
|
# Fedora 33 is the last Fedora that included python3-tox;
|
|
|
|
|
# as long as Fedora 33 gets tox updates, the version here needs to be macronized;
|
|
|
|
|
# once it goes EOL, we should freeze it to the latest version-release+1.
|
|
|
|
|
Obsoletes: python3-tox < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n tox %_description
|
|
|
|
|
|
|
|
|
@ -113,6 +116,9 @@ Obsoletes: python3-tox < 3.21.0-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 04 2021 Miro Hrončok <mhroncok@redhat.com> - 3.24.1-2
|
|
|
|
|
- Obsolete newer versions of python3-tox
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 Miro Hrončok <mhroncok@redhat.com> - 3.24.1-1
|
|
|
|
|
- Update to 3.24.1
|
|
|
|
|
|
|
|
|
|