From 47ef578cebf8018cea2fcd67c30609a7054d879d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 23 2020 16:51:07 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-multidict.spec b/python-multidict.spec index 7616ba2..60b3417 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 4.7.6%{?rctag:~%{rctag}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: MultiDict implementation License: ASL 2.0 @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-%{python3_version} -v tests %{python3_sitearch}/%{modname}/ %changelog +* Sat May 23 2020 Miro Hrončok - 4.7.6-2 +- Rebuilt for Python 3.9 + * Sat May 16 2020 Fabian Affolter - 4.7.6-1 - Update to latest upstream release 4.7.6 (rhbz#1836076)