Hello community,
here is the log from the commit of package python-html5lib for openSUSE:Factory
checked in at 2020-01-16 18:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-html5lib (Old)
and /work/SRC/openSUSE:Factory/.python-html5lib.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html5lib"
Thu Jan 16 18:16:16 2020 rev:19 rq:764655 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-html5lib/python-html5lib.changes
2019-12-07 15:15:33.507794396 +0100
+++
/work/SRC/openSUSE:Factory/.python-html5lib.new.26092/python-html5lib.changes
2020-01-16 18:16:27.464812477 +0100
@@ -1,0 +2,6 @@
+Wed Jan 15 12:31:39 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Restrict pytest to < 5.0 as it broke with 5.3 and upstream
+ still didn't bother to merge support for even pytest 4+...
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-html5lib.spec ++++++
--- /var/tmp/diff_new_pack.8wlZS9/_old 2020-01-16 18:16:29.292813510 +0100
+++ /var/tmp/diff_new_pack.8wlZS9/_new 2020-01-16 18:16:29.296813513 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-html5lib
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,8 +31,8 @@
BuildRequires: %{python_module datrie}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest < 5.0}
BuildRequires: %{python_module pytest-expect}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 18.5}
BuildRequires: %{python_module six >= 1.9}
BuildRequires: %{python_module webencodings}