Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-onnx for openSUSE:Factory 
checked in at 2024-06-25 23:08:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onnx (Old)
 and      /work/SRC/openSUSE:Factory/.python-onnx.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-onnx"

Tue Jun 25 23:08:37 2024 rev:19 rq:1183184 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-onnx/python-onnx.changes  2024-03-27 
20:43:31.911253353 +0100
+++ /work/SRC/openSUSE:Factory/.python-onnx.new.18349/python-onnx.changes       
2024-06-25 23:09:51.299505718 +0200
@@ -1,0 +2,5 @@
+Sat Jun 22 09:33:24 UTC 2024 - Sarah Kriesch <sarah.krie...@opensuse.org>
+
+- Disable tests for s390x based on IBM support without working tests 
(boo#1215337)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-onnx.spec ++++++
--- /var/tmp/diff_new_pack.Gnx9va/_old  2024-06-25 23:09:51.995531090 +0200
+++ /var/tmp/diff_new_pack.Gnx9va/_new  2024-06-25 23:09:51.999531235 +0200
@@ -15,11 +15,11 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
 %{?sle15_python_module_pythons}
 # python-nbval needed for test isn't available python39
 %define         skip_python39 1
 
+
 # Tumbleweed does not have a python36-numpy anymore: NEP 29 dropped Python 3.6 
for NumPy 1.20
 Name:           python-onnx
 Version:        1.16.0
@@ -134,6 +134,8 @@
 %{?python_compileall}
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+#Disable tests for s390x based on IBM support without working tests boo#1215337
+%ifnarch s390x
 %check
 export LD_LIBRARY_PATH="%{buildroot}%{_libdir}"
 # copy tests into clean subdir and test the installed lib in sitearch
@@ -154,6 +156,7 @@
 # do not run in parallel yet - 
https://github.com/onnx/onnx/issues/3946#issuecomment-1015634235
 %pytest_arch -n 1 -k "not ($donttest)" -ra
 popd
+%endif
 
 %post
 %python_install_alternative backend-test-tools

Reply via email to