From 83f622be3dd69834ade4bb1c0ef48a125fc6eca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 17:52:10 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-idna.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-idna.spec b/python-idna.spec index 319f269..92aa816 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Internationalized Domain Names in Applications (IDNA) License: BSD and Python and Unicode @@ -59,6 +59,9 @@ rm -rf %{srcname}.egg-info %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info %changelog +* Fri May 22 2020 Miro Hrončok - 2.9-2 +- Rebuilt for Python 3.9 + * Tue May 05 2020 Lumír Balhar - 2.9-1 - Update to 2.9 (#1803654)