forked from pool/python-html5-parser
- Update to 0.4.8:
* no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5-parser?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
325b489bba
commit
f8c5fdfe37
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e150c6d6ea5cd2b8129a3165e24463acc56dfdc8791a502ae77431e0e0675fa
|
||||
size 288402
|
||||
3
python-html5-parser-0.4.8.tar.gz
Normal file
3
python-html5-parser-0.4.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6ca0372ec5f74afb6a42838b8b3698379fcb6d7f76d4d4493c08daf8ac15bda
|
||||
size 288417
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 15:01:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.4.8:
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 06:29:09 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
|
||||
@@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
|
||||
Name: python-html5-parser
|
||||
Version: 0.4.7
|
||||
Version: 0.4.8
|
||||
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
|
||||
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 devel}
|
||||
@@ -34,8 +33,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -52,8 +49,8 @@ about thirty times faster than the "html5lib" pure Python based parser.
|
||||
%python_install
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/html5_parser/
|
||||
%{python_sitearch}/html5_parser-%{version}-py%{python_version}.egg-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user