diff --git a/python-html5-parser.spec b/python-html5-parser.spec index 0d3abb3..b8418c5 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.4.9 -Release: 1%{?dist} +Release: 2%{?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 +* Tue May 26 2020 Miro HronĨok - 0.4.9-2 +- Rebuilt for Python 3.9 + * Sat Feb 15 2020 Kevin Fenzi - 0.4.9-1 - Update to 0.4.9. Fixes bug 1768159