Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2020-07-01 18:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Wed Jul  1 18:22:23 2020 rev:92 rq:817878 version:1.18.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2020-05-29 21:19:34.731455573 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.3060/python-numpy.changes      
2020-07-01 18:22:28.245908569 +0200
@@ -1,0 +2,7 @@
+Tue Jun 30 12:53:23 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- still open: boo#1148173 gh#numpy/numpy#14438 skip two tests
+- clean %check section for updated %pytest_arch
+  gh#openSUSE/python-rpm-macros#50
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.edfdl5/_old  2020-07-01 18:22:29.221911579 +0200
+++ /var/tmp/diff_new_pack.edfdl5/_new  2020-07-01 18:22:29.225911591 +0200
@@ -247,12 +247,14 @@
 
 %check
 %if %{without hpc}
-export PYTHONDONTWRITEBYTECODE=1
 export PATH="%{buildroot}%{_bindir}:$PATH"
 mkdir testing
 pushd testing
-%python_expand export PYTHONPATH=%{_python_sysconfig_path $python 
stdlib}:%{$python_sitearch}
-%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy
+# boo#1148173 gh#numpy/numpy#14438
+%ifarch ppc64 ppc64le
+%define skiptest -k "not test_generalized_sq"
+%endif
+%pytest_arch -n auto --pyargs numpy %{buildroot}%{$python_sitearch}/numpy 
%{?skiptest}
 popd
 %endif
 %if %{without hpc}



Reply via email to