From d7a24a5f3dc79873955ab51a14f6c531e42268b28b7b3443952df7925aaff5a3 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Sat, 30 Sep 2017 13:15:05 +0000 Subject: [PATCH] Accepting request 530122 from home:jengelh:branches:devel:languages:python - Reword descriptions for neutrality and accuracy. OBS-URL: https://build.opensuse.org/request/show/530122 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5-parser?expand=0&rev=5 --- python-html5-parser.changes | 5 +++++ python-html5-parser.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-html5-parser.changes b/python-html5-parser.changes index fff67a1..7231c2a 100644 --- a/python-html5-parser.changes +++ b/python-html5-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 29 16:19:18 UTC 2017 - jengelh@inai.de + +- Reword descriptions for neutrality and accuracy. + ------------------------------------------------------------------- Mon Aug 14 14:52:38 UTC 2017 - opensuse@dstoecker.de diff --git a/python-html5-parser.spec b/python-html5-parser.spec index d1174ac..cdffa36 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -21,7 +21,7 @@ Name: python-html5-parser Version: 0.4.4 Release: 0 -Summary: Fast C based HTML 5 parsing for python +Summary: C based HTML 5 parsing for Python License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/kovidgoyal/html5-parser @@ -38,8 +38,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -A fast, standards compliant, C based, HTML 5 parser for python. -Over thirty times as fast as pure python based parsers, such as html5lib. +A standards compliant, C based HTML 5 parser for Python. It processes HTML +about thirty times faster than the "html5lib" pure Python based parser. %prep %setup -q -n html5-parser-%{version}