forked from pool/python-html5lib
- Version update to latest 1.0.1 release:
* Dropped support for py 2.6 * Documentation update * Fixes for python 3.7 and 3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=27
This commit is contained in:
parent
077d2d2984
commit
04ed7dc9b1
3
html5lib-1.0.1.tar.gz
Normal file
3
html5lib-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736
|
||||||
|
size 252959
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d5fd54d5b2b79b876007a70c033a4023577768d18022c15681c00561432a0f9
|
|
||||||
size 245437
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 13 13:31:39 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to latest 1.0.1 release:
|
||||||
|
* Dropped support for py 2.6
|
||||||
|
* Documentation update
|
||||||
|
* Fixes for python 3.7 and 3.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 5 16:42:07 UTC 2017 - opensuse@dstoecker.de
|
Tue Dec 5 16:42:07 UTC 2017 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-html5lib
|
Name: python-html5lib
|
||||||
Version: 1.0b10
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTML parser based on the WHAT-WG Web Applications 1
|
Summary: HTML parser based on the WHAT-WG Web Applications 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/html5lib/html5lib-python
|
Url: https://github.com/html5lib/html5lib-python
|
||||||
Source: https://pypi.io/packages/source/h/html5lib/html5lib-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Genshi}
|
BuildRequires: %{python_module Genshi}
|
||||||
BuildRequires: %{python_module datrie}
|
BuildRequires: %{python_module datrie}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@ -33,15 +33,14 @@ BuildRequires: %{python_module mock}
|
|||||||
BuildRequires: %{python_module pytest-expect}
|
BuildRequires: %{python_module pytest-expect}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools >= 18.5}
|
BuildRequires: %{python_module setuptools >= 18.5}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six >= 1.9}
|
||||||
BuildRequires: %{python_module webencodings}
|
BuildRequires: %{python_module webencodings}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six
|
Requires: python-six >= 1.9
|
||||||
Requires: python-webencodings
|
Requires: python-webencodings
|
||||||
Recommends: python-Genshi
|
Recommends: python-Genshi
|
||||||
Recommends: python-lxml
|
Recommends: python-lxml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -69,7 +68,6 @@ simple custom format
|
|||||||
%python_expand %python_exec %{_bindir}/py.test --tb=short
|
%python_expand %python_exec %{_bindir}/py.test --tb=short
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc CHANGES.rst LICENSE README.rst
|
%doc CHANGES.rst LICENSE README.rst
|
||||||
%{python_sitelib}/html5lib/
|
%{python_sitelib}/html5lib/
|
||||||
%{python_sitelib}/html5lib-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/html5lib-%{version}-py%{python_version}.egg-info
|
||||||
|
Loading…
Reference in New Issue
Block a user