Hello community, here is the log from the commit of package python-html5lib for openSUSE:Factory checked in at 2017-04-19 18:08:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-html5lib (Old) and /work/SRC/openSUSE:Factory/.python-html5lib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html5lib" Wed Apr 19 18:08:27 2017 rev:12 rq:486515 version:0.999999999 Changes: -------- --- /work/SRC/openSUSE:Factory/python-html5lib/python-html5lib.changes 2016-02-23 16:53:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-html5lib.new/python-html5lib.changes 2017-04-19 18:08:30.089568614 +0200 @@ -1,0 +2,14 @@ +Fri Apr 7 16:07:01 UTC 2017 - [email protected] + +- html5lib has a hard dependency on python-webencodings. + It will fail at import time without it. + +------------------------------------------------------------------- +Tue Apr 4 14:54:02 UTC 2017 - [email protected] + +- Updated to version 0.999999999 (see CHANGES.rst) +- Converted to single-spec +- Dropped coerce_comments_to_work_with_lxml.patch (accepted + upstream) + +------------------------------------------------------------------- Old: ---- coerce_comments_to_work_with_lxml.patch html5lib-0.9999999.tar.gz New: ---- html5lib-0.999999999.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-html5lib.spec ++++++ --- /var/tmp/diff_new_pack.et9iCA/_old 2017-04-19 18:08:31.229407378 +0200 +++ /var/tmp/diff_new_pack.et9iCA/_new 2017-04-19 18:08:31.233406813 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-html5lib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,35 +16,34 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-html5lib -Version: 0.9999999 +Version: 0.999999999 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: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz -# PATCH-FIX-UPSTREAM coerce_comments_to_work_with_lxml.patch - fix comments for new lxml comment validation - https://github.com/html5lib/html5lib-python/issues/224 -Patch0: coerce_comments_to_work_with_lxml.patch -BuildRequires: python-Genshi >= 0.7 -BuildRequires: python-devel -BuildRequires: python-lxml -BuildRequires: python-mock -BuildRequires: python-pytest -BuildRequires: python-setuptools >= 18.0.1 -BuildRequires: python-six >= 1.9.0 -Requires: python-six >= 1.9.0 -%if 0%{?suse_version} -Recommends: python-Genshi >= 0.7 +Source: https://pypi.io/packages/source/h/html5lib/html5lib-%{version}.tar.gz +BuildRequires: %{python_module Genshi} +BuildRequires: %{python_module datrie} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module lxml} +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 webencodings} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-six +Requires: python-webencodings +Recommends: python-Genshi Recommends: python-lxml -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else BuildArch: noarch -%endif +%python_subpackages %description HTML parser designed to follow the HTML5 @@ -58,24 +57,21 @@ %prep %setup -q -n html5lib-%{version} -%patch0 -p1 %build -python setup.py build +%python_build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python_install +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} -%if 0%{?suse_version} && 0%{?suse_version} > 1110 %check -export LANG=en_US.UTF-8 -py.test -%endif +%python_expand %python_exec %{_bindir}/py.test --tb=short -%files +%files %{python_files} %defattr(-,root,root,-) %doc CHANGES.rst LICENSE README.rst %{python_sitelib}/html5lib/ -%{python_sitelib}/html5lib-%{version}-py*.egg-info +%{python_sitelib}/html5lib-%{version}-py%{python_version}.egg-info %changelog ++++++ html5lib-0.9999999.tar.gz -> html5lib-0.999999999.tar.gz ++++++ ++++ 97119 lines of diff (skipped)
