15
0

Accepting request 792698 from home:mcalabkova:branches:devel:languages:python

- Update to 0.4.9
  * Fix an error parsing XHTML where the xlink namespace is defined on 
    the root node but not on a node where the default namespace is redefined

OBS-URL: https://build.opensuse.org/request/show/792698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5-parser?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-04-09 12:36:20 +00:00
committed by Git OBS Bridge
parent 7ee585e1f7
commit c71b495db4
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6ca0372ec5f74afb6a42838b8b3698379fcb6d7f76d4d4493c08daf8ac15bda
size 288417

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe45fb846dd6e71049fcb776ac9f5ba6876eafc548f7d7604cf2ecbfb77ddeef
size 288447

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 9 11:12:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.9
* Fix an error parsing XHTML where the xlink namespace is defined on
the root node but not on a node where the default namespace is redefined
-------------------------------------------------------------------
Wed Sep 11 15:01:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-html5-parser
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-html5-parser
Version: 0.4.8
Version: 0.4.9
Release: 0
Summary: C based HTML 5 parsing for Python
License: Apache-2.0
@@ -48,6 +48,9 @@ about thirty times faster than the "html5lib" pure Python based parser.
%install
%python_install
%check
%python_exec setup.py test
%files %{python_files}
%license LICENSE
%doc README.rst