Hello community, here is the log from the commit of package python-fields for openSUSE:Factory checked in at 2019-07-30 13:01:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fields (Old) and /work/SRC/openSUSE:Factory/.python-fields.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-fields" Tue Jul 30 13:01:12 2019 rev:3 rq:716814 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fields/python-fields.changes 2019-03-29 20:39:02.850689358 +0100 +++ /work/SRC/openSUSE:Factory/.python-fields.new.4126/python-fields.changes 2019-07-30 13:01:13.382439286 +0200 @@ -1,0 +2,5 @@ +Fri Jul 19 08:55:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> + +- Fix building with pytest4+ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fields.spec ++++++ --- /var/tmp/diff_new_pack.GSDBAT/_old 2019-07-30 13:01:13.922439202 +0200 +++ /var/tmp/diff_new_pack.GSDBAT/_new 2019-07-30 13:01:13.922439202 +0200 @@ -25,9 +25,6 @@ Group: Development/Languages/Python URL: https://github.com/ionelmc/python-fields Source: https://files.pythonhosted.org/packages/source/f/fields/fields-%{version}.tar.gz -BuildRequires: %{python_module attr} -BuildRequires: %{python_module characteristic} -BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -49,6 +46,9 @@ # do not do benchmark tests, in virtual they don't make much sense and we # avoid cycle with pytest-benchmark sed -i -e '/--benchmark-disable/d' setup.cfg +# do not run doctests, needless dependencies pulled in that way +sed -i -e '/doctest/d' setup.cfg +sed -i -e 's/\[pytest\]/\[tools:pytest\]/g' setup.cfg rm tests/test_perf.py %build