import python-chardet-3.0.4-10.module+el8.0.0+2961+596d0223

This commit is contained in:
CentOS Sources 2019-05-07 17:49:00 -04:00 committed by Andrew Lukoshko
parent 6db5254c43
commit 2075908c75

View File

@ -2,7 +2,7 @@
%global pypi_name chardet
Name: python-%{pypi_name}
Version: 3.0.4
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Character encoding auto-detection in Python
Group: Development/Languages
@ -91,6 +91,10 @@ ln -s chardetect-%{python2_version} $RPM_BUILD_ROOT%{_bindir}/chardetect-2
%changelog
* Wed Apr 03 2019 Tomas Orsava <torsava@redhat.com> - 3.0.4-10
- Bumping due to problems with modular RPM upgrade path (#1695587)
- Related: rhbz#1693974
* Wed Aug 08 2018 Lumír Balhar <lbalhar@redhat.com> - 3.0.4-9
- Remove unversioned binaries from python2 subpackage
- Resolves: rhbz#1613343