diff --git a/python-tox.spec b/python-tox.spec index 56719b2..5fbb007 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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 - 3.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 23 2020 Miro HronĨok - 3.18.0-1 - Update to 3.18.0 - Fixes rhbz#1859875