Hello community,
here is the log from the commit of package python-html5-parser for
openSUSE:Factory checked in at 2017-10-02 16:54:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-html5-parser (Old)
and /work/SRC/openSUSE:Factory/.python-html5-parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html5-parser"
Mon Oct 2 16:54:13 2017 rev:3 rq:530137 version:0.4.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-html5-parser/python-html5-parser.changes
2017-08-24 18:56:34.110194242 +0200
+++
/work/SRC/openSUSE:Factory/.python-html5-parser.new/python-html5-parser.changes
2017-10-02 16:54:21.853039967 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 16:19:18 UTC 2017 - [email protected]
+
+- Reword descriptions for neutrality and accuracy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-html5-parser.spec ++++++
--- /var/tmp/diff_new_pack.XqaSYR/_old 2017-10-02 16:54:22.352969796 +0200
+++ /var/tmp/diff_new_pack.XqaSYR/_new 2017-10-02 16:54:22.352969796 +0200
@@ -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 @@
%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}