15
0

Accepting request 925386 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/925386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5-parser?expand=0&rev=11
This commit is contained in:
2021-10-15 21:04:10 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2179cd1f62ffd87c7f3ddd93c108441a55ee3ec9476446fe954b5b394c726710
size 289923

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe45fb846dd6e71049fcb776ac9f5ba6876eafc548f7d7604cf2ecbfb77ddeef
size 288447

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 15 08:27:05 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to 0.4.10
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.9...v0.4.10?diff=unified&name=v0.4.10
-------------------------------------------------------------------
Mon May 31 07:30:34 UTC 2021 - pgajdos@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-html5-parser
Version: 0.4.9
Version: 0.4.10
Release: 0
Summary: C based HTML 5 parsing for Python
License: Apache-2.0
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/kovidgoyal/html5-parser
Source: https://github.com/kovidgoyal/html5-parser/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module lxml >= 3.8.0}
BuildRequires: %{python_module setuptools}