diff --git a/python-html5-parser.spec b/python-html5-parser.spec index e581dba..2a0ba95 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.4.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A fast, standards compliant, C based, HTML 5 parser for python # html5-parser-0.4.4/gumbo/utf8.c is MIT @@ -61,6 +61,9 @@ sed -i -e '/^#!\//, 1d' src/html5_parser/*.py %{python3_sitearch}/* %changelog +* Thu Oct 03 2019 Miro HronĨok - 0.4.8-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Thu Aug 22 2019 Kevin Fenzi - 0.4.8-3 - Drop python2 subpackages and dependdencies. Fixes #1744402 and #1744646