Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tinyarray for 
openSUSE:Factory checked in at 2022-09-27 20:14:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tinyarray (Old)
 and      /work/SRC/openSUSE:Factory/.python-tinyarray.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tinyarray"

Tue Sep 27 20:14:05 2022 rev:5 rq:1006378 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tinyarray/python-tinyarray.changes        
2021-12-27 16:07:27.057702745 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tinyarray.new.2275/python-tinyarray.changes  
    2022-09-27 20:14:08.533855009 +0200
@@ -1,0 +2,11 @@
+Tue Sep 27 10:59:59 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Drop testing patch added to sources by mistake.
+
+-------------------------------------------------------------------
+Tue Sep 27 00:49:01 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- %check: Disable binary tests for 32-bit:
+  <https://gitlab.kwant-project.org/kwant/tinyarray/-/issues/21>.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tinyarray.spec ++++++
--- /var/tmp/diff_new_pack.6eKXlH/_old  2022-09-27 20:14:09.045856138 +0200
+++ /var/tmp/diff_new_pack.6eKXlH/_new  2022-09-27 20:14:09.049856147 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinyarray
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,11 +59,16 @@
 
 %check
 # Disable conversion test on non x86 systems; see 
https://gitlab.kwant-project.org/kwant/tinyarray/-/issues/19
-%ifarch %ix86 x86_64
+%ifarch x86_64
 %pytest_arch
 %else
+# https://gitlab.kwant-project.org/kwant/tinyarray/-/issues/21
+%ifarch %ix86
+%pytest_arch -k 'not test_binary'
+%else
 %pytest_arch -k 'not test_conversion'
 %endif
+%endif
 
 %files %{python_files}
 %doc README.rst

Reply via email to