Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2026-09-08 16:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Tue Sep  8 16:51:34 2026 rev:150 rq:1376247 version:2.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2026-08-27 18:49:56.110567997 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.1265/python-numpy.changes      
2026-09-08 16:51:44.225976818 +0200
@@ -1,0 +2,19 @@
+Mon Sep  7 21:52:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.5.3:
+  * Casting a fixed-width byte string array (``np.bytes_``) to
+    ``StringDType`` now raises ``TypeError`` when the bytes are not
+    valid UTF-8. Previously the invalid bytes were stored as-is and
+    later caused undefined behavior in
+    string operations.
+  * ``MaskedArray._fill_value`` would become stale when ufuncs that
+    change dtype left the result holding a fill_value typed for the
+    old dtype. The mismatch was silent until something later called
+    ``_check_fill_value``, such as ``.view()``, and then a
+    ``TypeError`` would be raised.  Now, when the copied fill_value
+    is no longer valid for the new dtype, fall back to the
+    default fill_value for that dtype instead of propagating the
+    stale value.  This may raise a ``ComplexWarning`` if the fill_value
+    is complex and the new dtype is real.
+
+-------------------------------------------------------------------

Old:
----
  numpy-2.5.2.tar.gz

New:
----
  numpy-2.5.3.tar.gz

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.wTkZH5/_old  2026-09-08 16:51:47.023094048 +0200
+++ /var/tmp/diff_new_pack.wTkZH5/_new  2026-09-08 16:51:47.028094257 +0200
@@ -30,7 +30,7 @@
 %{?sle15_python_module_pythons}
 
 Name:           python-numpy
-Version:        2.5.2
+Version:        2.5.3
 Release:        0
 Summary:        NumPy array processing for numbers, strings, records and 
objects
 License:        BSD-3-Clause

++++++ numpy-2.5.2.tar.gz -> numpy-2.5.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-numpy/numpy-2.5.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-numpy.new.1265/numpy-2.5.3.tar.gz differ: 
char 21, line 1

Reply via email to