From c69de159f826450359592cd5aa2399e2314a5846 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 10 Aug 2026 05:11:21 +0000 Subject: [PATCH] python3-numpy: upgrade 2.5.1 -> 2.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Source: doc/changelog/2.5.2-changelog.rst, doc/source/release/2.5.2-notes.rst Contributors ============ A total of 16 people contributed to this release. People with a "+" by their names contributed a patch for the first time. * Abhijeetsingh Meena + * Charalampos Stratakis * Charles Harris * Chris Ninham + * David Woods * Geonho + * Gopu Yeshwanth Reddy + * Iason Krommydas * Ijtihed Kilani * Jelle Zijlstra + * Joren Hammudoglu * Kumar Aditya * Mike Boyle * Nathan Goldbaum * Raghuveer Devulapalli * Sebastian Berg Pull requests merged ==================== A total of 28 pull requests were merged for this release. * `#31864 `__: MAINT: Prepare 2.5.x for further development * `#31889 `__: TYP: Backport multiple static typing fixes 1. * `#31900 `__: TST: add tests for stable ABI numpy extensions (#31822) * `#31901 `__: BUG: fix ``StringDType`` coerce flag in binary ufunc promotion... * `#31902 `__: BLD: fix meson deprecation warnings (#31892) * `#31921 `__: TYP: Backport multiple typing fixes 2. * `#31947 `__: MAINT: Update x86-simd-sort subproject (5adb334 → fa944ef) (#31908) * `#31949 `__: BUG: fix crash on 32 bit systems using abi3t (#31771) * `#31950 `__: MNT: remove some obsolete string to bool workarounds (#31859) * `#31952 `__: BUG: centralized helper for output coerce and na_object in stringdtype... * `#31953 `__: BUG: fix CPU feature env diagnostic buffer overruns (#31905) * `#31954 `__: BUG: restore ndarray.conjugate() for legacy user-defined dtypes... * `#31955 `__: TYP: Avoid shadowed dtype annotations * `#32077 `__: MAINT: Update verdored-meson/meson to match main. * `#32114 `__: BUG: fix refcount leak on overlapping copyto with where=False * `#32115 `__: BUG: fix swallowed cast error in fancy indexing assignment (#31975) * `#32116 `__: BUG: Fix buffered iterator stride after removing multi-index * `#32117 `__: BUG: fix ``np.fromiter`` corruption when reusing a ``StringDType``... * `#32119 `__: BUG: add a special case for StringDType in np.isdtype (#32030) * `#32121 `__: BUG: reference leak in ``simd_sequence_from_iterable`` (#32038) * `#32122 `_ [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_2.5.1.bb => python3-numpy_2.5.2.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-numpy_2.5.1.bb b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.5.1.bb rename to meta/recipes-devtools/python/python3-numpy_2.5.2.bb index 88786dc016..b0c0e85c67 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.5.1.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb @@ -10,7 +10,7 @@ SRCNAME = "numpy" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "a48a113e6afea91f5608793bafa7ef2ad481fefbda87ec5069f483de61cb9fa3" +SRC_URI[sha256sum] = "d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f52d860" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" -- 2.47.1