Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2019-09-23 12:02:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Mon Sep 23 12:02:22 2019 rev:83 rq:729333 version:1.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2019-09-02 12:40:58.773794531 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.7948/python-numpy.changes      
2019-09-23 12:02:26.889954530 +0200
@@ -1,0 +2,5 @@
+Fri Sep  6 08:51:30 UTC 2019 - Michel Normand <norm...@linux.vnet.ibm.com>
+
+- as bypass boo#1148173 ignore %check error for ppc64/ppc64le
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.74FDmw/_old  2019-09-23 12:02:27.741954390 +0200
+++ /var/tmp/diff_new_pack.74FDmw/_new  2019-09-23 12:02:27.741954390 +0200
@@ -251,7 +251,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
 



Reply via email to