Rebuild for Python 3.6

This commit is contained in:
Charalampos Stratakis 2016-12-11 13:26:23 +01:00
parent 9973efd3a8
commit 1577a13a8a

View File

@ -2,7 +2,7 @@
%global pypi_name chardet
Name: python-%{pypi_name}
Version: 2.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Character encoding auto-detection in Python
Group: Development/Languages
@ -80,6 +80,9 @@ popd
%changelog
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.3.0-2
- Rebuild for Python 3.6
* Wed Jul 27 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-1
- Update to 2.3.0 (#1150536)