Hello community, here is the log from the commit of package python-Pillow for openSUSE:Factory checked in at 2020-08-06 17:32:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pillow (Old) and /work/SRC/openSUSE:Factory/.python-Pillow.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pillow" Thu Aug 6 17:32:28 2020 rev:40 rq:824544 version:7.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes 2020-07-15 12:10:09.412477717 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pillow.new.3399/python-Pillow.changes 2020-08-06 17:33:08.933106574 +0200 @@ -1,0 +2,5 @@ +Wed Aug 5 18:37:46 UTC 2020 - Matej Cepl <[email protected]> + +- Remove dependency on pytest-runner as it is unnecessary + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pillow.spec ++++++ --- /var/tmp/diff_new_pack.727hrk/_old 2020-08-06 17:33:09.845106478 +0200 +++ /var/tmp/diff_new_pack.727hrk/_new 2020-08-06 17:33:09.849106479 +0200 @@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module olefile} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tk} @@ -99,18 +98,18 @@ %{python_expand echo "PIL" > %{buildroot}%{$python_sitearch}/PIL.pth} %check -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1 %if %{_arch} == s390 || %{_arch} == s390x echo "WARNING ignoring tests completely due to https://github.com/python-pillow/Pillow/issues/1204 and segfault" %else %if %{_arch} == ppc || %{_arch} == ppc64 $python selftest.py --installed || \ echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" -$python setup.py test || \ +pytest-%{$python_bin_suffix} --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v || \ echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" %else $python selftest.py --installed -$python -m pytest -v -k 'not (test_stroke or test_stroke_multiline)' +pytest-%{$python_bin_suffix} --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v -k 'not (test_stroke or test_stroke_multiline)' %endif %endif }
