Hello community, here is the log from the commit of package python-Pillow for openSUSE:Factory checked in at 2020-11-12 22:36:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pillow (Old) and /work/SRC/openSUSE:Factory/.python-Pillow.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pillow" Thu Nov 12 22:36:39 2020 rev:42 rq:846884 version:7.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes 2020-08-25 12:38:16.297408862 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pillow.new.24930/python-Pillow.changes 2020-11-12 22:37:15.590008264 +0100 @@ -1,0 +2,6 @@ +Sat Nov 7 16:13:42 UTC 2020 - Callum Farmer <[email protected]> + +- Fix build with RPM 4.16: error: bare words are no longer + supported, please use "...": no == yes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pillow.spec ++++++ --- /var/tmp/diff_new_pack.7U3ONI/_old 2020-11-12 22:37:16.978009713 +0100 +++ /var/tmp/diff_new_pack.7U3ONI/_new 2020-11-12 22:37:16.986009721 +0100 @@ -99,10 +99,10 @@ %check %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1 -%if %{_arch} == s390 || %{_arch} == s390x +%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 +%if "%{_arch}" == "ppc" || "%{_arch}" == "ppc64" $python selftest.py --installed || \ echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" pytest-%{$python_bin_suffix} --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v || \ _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
