diff --git a/python-html5-parser-0.4.10.tar.gz b/python-html5-parser-0.4.10.tar.gz new file mode 100644 index 0000000..4453dcb --- /dev/null +++ b/python-html5-parser-0.4.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2179cd1f62ffd87c7f3ddd93c108441a55ee3ec9476446fe954b5b394c726710 +size 289923 diff --git a/python-html5-parser-0.4.9.tar.gz b/python-html5-parser-0.4.9.tar.gz deleted file mode 100644 index 083798f..0000000 --- a/python-html5-parser-0.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe45fb846dd6e71049fcb776ac9f5ba6876eafc548f7d7604cf2ecbfb77ddeef -size 288447 diff --git a/python-html5-parser.changes b/python-html5-parser.changes index 3340561..103e121 100644 --- a/python-html5-parser.changes +++ b/python-html5-parser.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 15 08:27:05 UTC 2021 - ecsos + +- Update to 0.4.10 + No changelog from upstream. + See instead here: + https://github.com/kovidgoyal/html5-parser/compare/v0.4.9...v0.4.10?diff=unified&name=v0.4.10 + ------------------------------------------------------------------- Mon May 31 07:30:34 UTC 2021 - pgajdos@suse.com diff --git a/python-html5-parser.spec b/python-html5-parser.spec index cdf26e1..1dfa282 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-html5-parser -Version: 0.4.9 +Version: 0.4.10 Release: 0 Summary: C based HTML 5 parsing for Python License: Apache-2.0 @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/kovidgoyal/html5-parser Source: https://github.com/kovidgoyal/html5-parser/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: %{python_module beautifulsoup4} +BuildRequires: %{python_module chardet} BuildRequires: %{python_module devel} BuildRequires: %{python_module lxml >= 3.8.0} BuildRequires: %{python_module setuptools}