15
0

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
This commit is contained in:
2017-09-30 13:15:05 +00:00
committed by Git OBS Bridge
parent 6b16d3b14a
commit d7a24a5f3d
2 changed files with 8 additions and 3 deletions

View File

@@ -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}