|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
%global pypi_name tox
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 3.18.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -137,6 +137,9 @@ rm -rf %{pypi_name}.egg-info
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.18.0-1
|
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
- Fixes rhbz#1859875
|
|
|
|
|