Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-numba for openSUSE:Factory 
checked in at 2024-05-28 17:30:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numba (Old)
 and      /work/SRC/openSUSE:Factory/.python-numba.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numba"

Tue May 28 17:30:21 2024 rev:47 rq:1177314 version:0.59.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numba/python-numba.changes        
2024-03-25 21:09:50.308796571 +0100
+++ /work/SRC/openSUSE:Factory/.python-numba.new.24587/python-numba.changes     
2024-05-28 17:31:23.753663190 +0200
@@ -1,0 +2,6 @@
+Tue May 28 09:30:26 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Skip broken test on ppc64le
+  bsc#1225394, gh#numba/numba#8489
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ skip-failing-tests.patch ++++++
--- /var/tmp/diff_new_pack.GrLz0J/_old  2024-05-28 17:31:24.289682791 +0200
+++ /var/tmp/diff_new_pack.GrLz0J/_new  2024-05-28 17:31:24.293682937 +0200
@@ -3,11 +3,11 @@
  numba/tests/test_parfors_passes.py |    1 +
  2 files changed, 4 insertions(+), 2 deletions(-)
 
-Index: numba-0.59.0/numba/tests/test_parfors.py
+Index: numba-0.59.1/numba/tests/test_parfors.py
 ===================================================================
---- numba-0.59.0.orig/numba/tests/test_parfors.py
-+++ numba-0.59.0/numba/tests/test_parfors.py
-@@ -1198,6 +1198,7 @@ class TestParforNumPy(TestParforsBase):
+--- numba-0.59.1.orig/numba/tests/test_parfors.py
++++ numba-0.59.1/numba/tests/test_parfors.py
+@@ -1199,6 +1199,7 @@ class TestParforNumPy(TestParforsBase):
          self.check_variants(test_impl2, data_gen)
          self.count_parfors_variants(test_impl2, data_gen)
  
@@ -15,7 +15,7 @@
      def test_ndarray_fill(self):
          def test_impl(x):
              x.fill(7.0)
-@@ -4639,7 +4640,7 @@ class TestParforsVectorizer(TestPrangeBa
+@@ -4659,7 +4660,7 @@ class TestParforsVectorizer(TestPrangeBa
  
              return asm
  
@@ -24,7 +24,7 @@
      @TestCase.run_test_in_subprocess
      def test_vectorizer_fastmath_asm(self):
          """ This checks that if fastmath is set and the underlying hardware
-@@ -4680,7 +4681,7 @@ class TestParforsVectorizer(TestPrangeBa
+@@ -4700,7 +4701,7 @@ class TestParforsVectorizer(TestPrangeBa
              # check no zmm addressing is present
              self.assertTrue('zmm' not in v)
  
@@ -33,10 +33,10 @@
      @TestCase.run_test_in_subprocess(envvars={'NUMBA_BOUNDSCHECK': '0'})
      def test_unsigned_refusal_to_vectorize(self):
          """ This checks that if fastmath is set and the underlying hardware
-Index: numba-0.59.0/numba/tests/test_parfors_passes.py
+Index: numba-0.59.1/numba/tests/test_parfors_passes.py
 ===================================================================
---- numba-0.59.0.orig/numba/tests/test_parfors_passes.py
-+++ numba-0.59.0/numba/tests/test_parfors_passes.py
+--- numba-0.59.1.orig/numba/tests/test_parfors_passes.py
++++ numba-0.59.1/numba/tests/test_parfors_passes.py
 @@ -514,6 +514,7 @@ class TestConvertLoopPass(BaseTest):
              str(raises.exception),
          )
@@ -45,10 +45,10 @@
      def test_init_prange(self):
          def test_impl():
              n = 20
-Index: numba-0.59.0/numba/tests/test_cli.py
+Index: numba-0.59.1/numba/tests/test_cli.py
 ===================================================================
---- numba-0.59.0.orig/numba/tests/test_cli.py
-+++ numba-0.59.0/numba/tests/test_cli.py
+--- numba-0.59.1.orig/numba/tests/test_cli.py
++++ numba-0.59.1/numba/tests/test_cli.py
 @@ -264,6 +264,7 @@ class TestGDBCLIInfoBrokenGdbs(TestCase)
              self.assertIn("No such file or directory", stdout)
              self.assertIn(path, stdout)
@@ -57,4 +57,16 @@
      def test_nonsense_gdb_binary(self):
          # Tests that a nonsense binary specified as gdb it picked up ok
          env = os.environ.copy()
+Index: numba-0.59.1/numba/tests/test_mathlib.py
+===================================================================
+--- numba-0.59.1.orig/numba/tests/test_mathlib.py
++++ numba-0.59.1/numba/tests/test_mathlib.py
+@@ -508,6 +508,7 @@ class TestMathLib(TestCase):
+                     float('-inf'), float('inf'), float('nan')]
+         self.run_unary(pyfunc, x_types, x_values, prec='exact')
+ 
++    @unittest.skip("Fails on ppc64le 
https://github.com/numba/numba/issues/8489";)
+     def test_ldexp(self):
+         pyfunc = ldexp
+         cfunc = njit(pyfunc)
 

Reply via email to