Hello community, here is the log from the commit of package python2-numpy for openSUSE:Factory checked in at 2019-09-23 12:02:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python2-numpy (Old) and /work/SRC/openSUSE:Factory/.python2-numpy.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python2-numpy" Mon Sep 23 12:02:45 2019 rev:3 rq:729466 version:1.16.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python2-numpy/python2-numpy.changes 2019-09-02 12:41:08.037792861 +0200 +++ /work/SRC/openSUSE:Factory/.python2-numpy.new.7948/python2-numpy.changes 2019-09-23 12:02:48.641950939 +0200 @@ -1,0 +2,5 @@ +Fri Sep 6 10:50:41 UTC 2019 - Michel Normand <[email protected]> + +- as bypass boo#1148173 ignore %check error for ppc64/ppc64le + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python2-numpy.spec ++++++ --- /var/tmp/diff_new_pack.eYiIVd/_old 2019-09-23 12:02:49.565950786 +0200 +++ /var/tmp/diff_new_pack.eYiIVd/_new 2019-09-23 12:02:49.573950784 +0200 @@ -255,7 +255,11 @@ %if %{without hpc} pushd doc &> /dev/null export PYTHONDONTWRITEBYTECODE=1 +%ifarch ppc64 ppc64le +%python_expand PYTHONPATH="%{buildroot}%{$python_sitearch}" PATH="%{buildroot}%{_bindir}:$PATH" $python -m pytest -v --pyargs numpy || echo "Warning: ignore check error for PowerPC bypass boo#1148173" +%else %python_expand PYTHONPATH="%{buildroot}%{$python_sitearch}" PATH="%{buildroot}%{_bindir}:$PATH" $python -m pytest -v --pyargs numpy +%endif popd &> /dev/null %endif
