public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-numpy] f45: Update to 2.5.3
Date: Mon, 21 Sep 2026 08:50:07 GMT	[thread overview]
Message-ID: <178998060775.1.9303036032998718078.rpms-mingw-numpy-5931416814d0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mingw-numpy
Branch : f45
Commit : 5931416814d0308be52dee1ad5343f4be5e8d355
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-09-21T10:14:22+02:00
Stats  : +18/-14 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-numpy/c/5931416814d0308be52dee1ad5343f4be5e8d355?branch=f45

Log:
Update to 2.5.3

---
diff --git a/.gitignore b/.gitignore
index 9f410db..9e9bf4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
 /numpy-2.4.4.tar.gz
 /numpy-2.4.6.tar.gz
 /numpy-2.5.2.tar.gz
+/numpy-2.5.3.tar.gz

diff --git a/mingw-numpy-endian.patch b/mingw-numpy-endian.patch
index 8e0e205..95c5b54 100644
--- a/mingw-numpy-endian.patch
+++ b/mingw-numpy-endian.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference numpy-2.5.2/numpy/_core/meson.build numpy-2.5.2-new/numpy/_core/meson.build
---- numpy-2.5.2/numpy/_core/meson.build	2026-08-21 09:57:01.554432352 +0200
-+++ numpy-2.5.2-new/numpy/_core/meson.build	2026-08-21 09:57:01.558391928 +0200
+diff -rupN --no-dereference numpy-2.5.3/numpy/_core/meson.build numpy-2.5.3-new/numpy/_core/meson.build
+--- numpy-2.5.3/numpy/_core/meson.build	2026-09-21 10:10:55.943776715 +0200
++++ numpy-2.5.3-new/numpy/_core/meson.build	2026-09-21 10:10:55.948661798 +0200
 @@ -591,12 +591,13 @@ endif
  message(f'Long double format: @longdouble_format@')
  cdata.set10('HAVE_LDOUBLE_' + longdouble_format, true)

diff --git a/mingw-numpy-longdoubleformat.patch b/mingw-numpy-longdoubleformat.patch
index c242306..e18eee8 100644
--- a/mingw-numpy-longdoubleformat.patch
+++ b/mingw-numpy-longdoubleformat.patch
@@ -1,14 +1,14 @@
-diff -rupN --no-dereference numpy-2.5.2/meson.options numpy-2.5.2-new/meson.options
---- numpy-2.5.2/meson.options	2026-08-09 02:13:51.000000000 +0200
-+++ numpy-2.5.2-new/meson.options	2026-08-21 09:57:01.153400969 +0200
+diff -rupN --no-dereference numpy-2.5.3/meson.options numpy-2.5.3-new/meson.options
+--- numpy-2.5.3/meson.options	2026-09-06 00:47:25.000000000 +0200
++++ numpy-2.5.3-new/meson.options	2026-09-21 10:10:55.439337128 +0200
 @@ -51,3 +51,4 @@ option('test-simd', type: 'array',
         description: 'CPU SIMD feature sets to be tested by the NumPy SIMD test module')
  option('test-simd-args', type: 'string', value: '',
         description: 'Extra arguments passed to the internal `_simd` test module')
 +option('longdouble_format', type: 'string', value: '', description: 'The longdouble format string')
-diff -rupN --no-dereference numpy-2.5.2/numpy/_core/meson.build numpy-2.5.2-new/numpy/_core/meson.build
---- numpy-2.5.2/numpy/_core/meson.build	2026-08-09 02:13:51.000000000 +0200
-+++ numpy-2.5.2-new/numpy/_core/meson.build	2026-08-21 09:57:01.154270543 +0200
+diff -rupN --no-dereference numpy-2.5.3/numpy/_core/meson.build numpy-2.5.3-new/numpy/_core/meson.build
+--- numpy-2.5.3/numpy/_core/meson.build	2026-09-06 00:47:25.000000000 +0200
++++ numpy-2.5.3-new/numpy/_core/meson.build	2026-09-21 10:10:55.439889363 +0200
 @@ -502,7 +502,7 @@ endforeach
  # https://github.com/numpy/numpy/blob/eead09a3d02c09374942cdc787c0b5e4fe9e7472/numpy/core/setup_common.py#L264-L434
  # This port is in service of solving gh-23972

diff --git a/mingw-numpy-pythonpath.patch b/mingw-numpy-pythonpath.patch
index 92b8e40..bb2b5c9 100644
--- a/mingw-numpy-pythonpath.patch
+++ b/mingw-numpy-pythonpath.patch
@@ -1,6 +1,6 @@
-diff -rupN numpy-2.5.2/numpy/_core/meson.build numpy-2.5.2-new/numpy/_core/meson.build
---- numpy-2.5.2/numpy/_core/meson.build	2026-08-21 09:57:01.941426420 +0200
-+++ numpy-2.5.2-new/numpy/_core/meson.build	2026-09-18 22:51:59.343996853 +0200
+diff -rupN --no-dereference numpy-2.5.3/numpy/_core/meson.build numpy-2.5.3-new/numpy/_core/meson.build
+--- numpy-2.5.3/numpy/_core/meson.build	2026-09-21 10:10:56.394536801 +0200
++++ numpy-2.5.3-new/numpy/_core/meson.build	2026-09-21 10:10:56.399212858 +0200
 @@ -705,13 +705,14 @@ codegen_files = [
    'code_generators/numpy_api.py',
    'code_generators/ufunc_docstrings.py',

diff --git a/mingw-numpy.spec b/mingw-numpy.spec
index e87da8e..a1d8505 100644
--- a/mingw-numpy.spec
+++ b/mingw-numpy.spec
@@ -7,7 +7,7 @@
 
 Name:          mingw-%{pypi_name}
 Summary:       MinGW Windows Python %{pypi_name} library
-Version:       2.5.2
+Version:       2.5.3
 Release:       1%{?dist}
 
 # Everything is BSD except for class SafeEval in numpy/lib/utils.py which is Python
@@ -228,6 +228,9 @@ ln -s %{mingw64_python3_sitearch}/numpy/_core/include/numpy/ %{buildroot}%{mingw
 
 
 %changelog
+* Mon Sep 21 2026 Sandro Mani <manisandro@gmail.com> - 2.5.3-1
+- Update to 2.5.3
+
 * Fri Aug 21 2026 Sandro Mani <manisandro@gmail.com> - 2.5.2-1
 - Update to 2.5.2
 

diff --git a/sources b/sources
index af96f96..c2f826f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (numpy-2.5.2.tar.gz) = 30d0581b90a88f80de49202e9dace7605363e66d1141229cc85a4aef5aad185de4d24820cb7ec8e8860b1e2c593b7795649675ef850d35ef3883b386b5381231
+SHA512 (numpy-2.5.3.tar.gz) = 667ba01fc13669a8150b0b4797e6c6b953d27ce37d71f8dec02acd7050669fe9a461efc63e162d9732bc297deb3e5587675e40adbac923949da257a255f9b15b

                 reply	other threads:[~2026-09-21  8:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178998060775.1.9303036032998718078.rpms-mingw-numpy-5931416814d0@fedoraproject.org \
    --to=manisandro@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox