15
0

Accepting request 530137 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/530137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5-parser?expand=0&rev=3
This commit is contained in:
2017-10-02 14:54:13 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

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

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}