15
0
2019-07-01 06:45:58 +00:00
committed by Git OBS Bridge
parent ef372d2954
commit 325b489bba
4 changed files with 13 additions and 5 deletions

View File

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