From: Wang Mingyu <[email protected]> Changelog: ============ - MAINT: Prepare 2.4.x for further development - BUG: Fix some leaks found via LeakSanitizer - MAINT: Synchronize 2.4.x submodules with main - TYP: matlib: missing extended precision imports - BUG: Fix weak hash function in np.isin(). - BUG: fix infinite recursion in np.ma.flatten_structured_array... - BUG: Fix buffer overrun in CPU baseline validation - BUG: Fix busdaycalendar's handling of a bool array weekmask.... - BUG: Fix reference leaks and NULL pointer dereferences - MAINT: fix two minor issues noticed when touching the C API setup - ENH: Test .kind not .char in np.testing.assert_equal - BUG: fix type issues in uses if PyDataType macros - MAINT: Don't use vulture 2.15, it has false positives - MAINT: update openblas
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-numpy_2.4.2.bb => python3-numpy_2.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_2.4.2.bb => python3-numpy_2.4.3.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-numpy_2.4.2.bb b/meta/recipes-devtools/python/python3-numpy_2.4.3.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.4.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.4.3.bb index 8a9351e371..7521a93f99 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.4.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.3.bb @@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://run-ptest \ file://0001-python-sysroot.patch \ " -SRC_URI[sha256sum] = "659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae" +SRC_URI[sha256sum] = "483a201202b73495f00dbc83796c6ae63137a9bdade074f7648b3e32613412dd" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233487): https://lists.openembedded.org/g/openembedded-core/message/233487 Mute This Topic: https://lists.openembedded.org/mt/118397628/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
