Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 17:52:10 +02:00
parent 0b4812903d
commit 83f622be3d

View File

@ -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 <mhroncok@redhat.com> - 2.9-2
- Rebuilt for Python 3.9
* Tue May 05 2020 Lumír Balhar <lbalhar@redhat.com> - 2.9-1
- Update to 2.9 (#1803654)