Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-numpy1 for openSUSE:Factory 
checked in at 2024-11-26 20:55:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy1 (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy1.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy1"

Tue Nov 26 20:55:51 2024 rev:3 rq:1226370 version:1.26.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy1/python-numpy1.changes      
2024-09-25 21:54:18.586823590 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy1.new.28523/python-numpy1.changes   
2024-11-26 20:56:12.091188059 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 15:30:10 UTC 2024 - Markéta Machová <[email protected]>
+
+- Drop meson-python upper bound
+  * https://github.com/numpy/numpy/pull/26301
+- Skip some tests failing on Python 3.13
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-numpy1.spec ++++++
--- /var/tmp/diff_new_pack.EShTnI/_old  2024-11-26 20:56:13.227235251 +0100
+++ /var/tmp/diff_new_pack.EShTnI/_new  2024-11-26 20:56:13.227235251 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package python-numpy
+# spec file for package python-numpy1
 #
 # Copyright (c) 2024 SUSE LLC
 #
@@ -98,7 +98,7 @@
 BuildRequires:  %{python_module Cython >= 3.0}
 BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module meson-python >= 0.15 with %python-meson-python 
< 0.17}
+BuildRequires:  %{python_module meson-python >= 0.15}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyproject-metadata >= 0.7.1}
 BuildRequires:  cmake
@@ -176,7 +176,6 @@
 There are also basic facilities for discrete fourier transform,
 basic linear algebra and random number generation.
 
-
 %package devel
 Summary:        Development files for numpy applications
 Requires:       %{name} = %{version}
@@ -360,6 +359,8 @@
 test_failok+=" or (test_numeric and TestBoolCmp and test_float)"
 test_failok+=" or (test_umath and test_fp_noncontiguous)"
 %endif
+# fail on Python 3.13 https://github.com/numpy/numpy/issues/27842
+test_failok+=" or (test_nditer and test_iter_refcount) or (test_utils and 
(test_deprecate_help_indentation or test_deprecate_preserve_whitespace))"
 
 echo "
 import sys

Reply via email to