From 0253de2823288300f3e1fc7b67358bb2ecc7e7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 01:31:04 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-click.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)