From 04ed7dc9b159ea4d29cd3bcff4ee7cc1636324bbdfc16902387189e435fda70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 Dec 2017 13:39:25 +0000 Subject: [PATCH] - 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 --- html5lib-1.0.1.tar.gz | 3 +++ html5lib-1.0b10.tar.gz | 3 --- python-html5lib.changes | 8 ++++++++ python-html5lib.spec | 10 ++++------ 4 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 html5lib-1.0.1.tar.gz delete mode 100644 html5lib-1.0b10.tar.gz diff --git a/html5lib-1.0.1.tar.gz b/html5lib-1.0.1.tar.gz new file mode 100644 index 0000000..f0b9e8e --- /dev/null +++ b/html5lib-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736 +size 252959 diff --git a/html5lib-1.0b10.tar.gz b/html5lib-1.0b10.tar.gz deleted file mode 100644 index e54b535..0000000 --- a/html5lib-1.0b10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d5fd54d5b2b79b876007a70c033a4023577768d18022c15681c00561432a0f9 -size 245437 diff --git a/python-html5lib.changes b/python-html5lib.changes index 2d06ecd..eec7c10 100644 --- a/python-html5lib.changes +++ b/python-html5lib.changes @@ -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 diff --git a/python-html5lib.spec b/python-html5lib.spec index 3140eaf..bcb9544 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-html5lib -Version: 1.0b10 +Version: 1.0.1 Release: 0 Summary: HTML parser based on the WHAT-WG Web Applications 1 License: MIT Group: Development/Languages/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 datrie} BuildRequires: %{python_module devel} @@ -33,15 +33,14 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-expect} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 18.5} -BuildRequires: %{python_module six} +BuildRequires: %{python_module six >= 1.9} BuildRequires: %{python_module webencodings} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six +Requires: python-six >= 1.9 Requires: python-webencodings Recommends: python-Genshi Recommends: python-lxml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -69,7 +68,6 @@ simple custom format %python_expand %python_exec %{_bindir}/py.test --tb=short %files %{python_files} -%defattr(-,root,root,-) %doc CHANGES.rst LICENSE README.rst %{python_sitelib}/html5lib/ %{python_sitelib}/html5lib-%{version}-py%{python_version}.egg-info