diff --git a/python-click.spec b/python-click.spec index 6389d0a..d700adb 100644 --- a/python-click.spec +++ b/python-click.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 7.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple wrapper around optparse for powerful command line utilities License: BSD @@ -46,6 +46,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Fri May 22 2020 Miro HronĨok - 7.1.2-2 +- Rebuilt for Python 3.9 + * Tue Apr 28 2020 Fabian Affolter - 7.1.2-1 - Update to latest upstream release 7.1.2 (rhbz#1828589)