From c71b495db422400adc2c3e1e70701351e9ea4469b7a02b1ffdb764212799e3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Apr 2020 12:36:20 +0000 Subject: [PATCH] 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 --- python-html5-parser-0.4.8.tar.gz | 3 --- python-html5-parser-0.4.9.tar.gz | 3 +++ python-html5-parser.changes | 7 +++++++ python-html5-parser.spec | 7 +++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 python-html5-parser-0.4.8.tar.gz create mode 100644 python-html5-parser-0.4.9.tar.gz diff --git a/python-html5-parser-0.4.8.tar.gz b/python-html5-parser-0.4.8.tar.gz deleted file mode 100644 index 8535ce7..0000000 --- a/python-html5-parser-0.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6ca0372ec5f74afb6a42838b8b3698379fcb6d7f76d4d4493c08daf8ac15bda -size 288417 diff --git a/python-html5-parser-0.4.9.tar.gz b/python-html5-parser-0.4.9.tar.gz new file mode 100644 index 0000000..083798f --- /dev/null +++ b/python-html5-parser-0.4.9.tar.gz @@ -0,0 +1,3 @@ +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 55c4a89..a80bf6a 100644 --- a/python-html5-parser.changes +++ b/python-html5-parser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 9 11:12:17 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-html5-parser.spec b/python-html5-parser.spec index 156b426..64fbd9d 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -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