forked from pool/python-html5-parser
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:
committed by
Git OBS Bridge
parent
7ee585e1f7
commit
c71b495db4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user