From 862c0639d0cc0c0d2363c8d4ad18936818a0c697 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2019 12:41:30 +0000 Subject: Rebuilt for Python 3.8 --- diff --git a/python-html5-parser.spec b/python-html5-parser.spec index 56bfb5b..d8b9794 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.4.8 -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 @@ -89,6 +89,9 @@ sed -i -e '/^#!\//, 1d' src/html5_parser/*.py %{python3_sitearch}/* %changelog +* Tue Aug 20 2019 Zbigniew Jędrzejewski-Szmek - 0.4.8-2 +- Rebuilt for Python 3.8 + * Tue Aug 20 2019 Zbigniew Jędrzejewski-Szmek - 0.4.8-1 - Update to latest version (#1742306) - This fixes compatibility with python-beautifulsoup4 4.8.0.