Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-14 00:36:32 +02:00
parent e30d288e7f
commit b174f7e6a8

View File

@ -2,7 +2,7 @@
%global pypi_name chardet
Name: python-%{pypi_name}
Version: 3.0.4
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Character encoding auto-detection in Python
Group: Development/Languages
@ -88,6 +88,9 @@ popd
%changelog
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-6
- Rebuilt for Python 3.7
* Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.4-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)