Hello community,
here is the log from the commit of package python-PyHamcrest for
openSUSE:Factory checked in at 2019-07-30 13:02:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyHamcrest (Old)
and /work/SRC/openSUSE:Factory/.python-PyHamcrest.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyHamcrest"
Tue Jul 30 13:02:12 2019 rev:3 rq:717015 version:1.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyHamcrest/python-PyHamcrest.changes
2019-07-05 13:48:22.537421614 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyHamcrest.new.4126/python-PyHamcrest.changes
2019-07-30 13:02:13.518428554 +0200
@@ -1,0 +2,7 @@
+Fri Jul 19 10:22:31 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Restrict pytest to 3.x as the newer does not work with release.
+ In upstream git this was fixed by quite few commits so lets
+ just wait for the release
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyHamcrest.spec ++++++
--- /var/tmp/diff_new_pack.ubnkcY/_old 2019-07-30 13:02:14.006428456 +0200
+++ /var/tmp/diff_new_pack.ubnkcY/_new 2019-07-30 13:02:14.006428456 +0200
@@ -31,7 +31,7 @@
Patch1: pytest4.patch
BuildRequires: %{python_module hypothesis >= 1.11}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest < 4.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.4}
BuildRequires: fdupes
@@ -50,6 +50,7 @@
%prep
%setup -q -n PyHamcrest-%{version}
%autopatch -p1
+
rm pytest.ini
%build