From 96c11f1314b429e3952f275692bdf7db6d2671b0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 08:44:58 +0000 Subject: [PATCH] python3-numpy: upgrade 2.4.5 -> 2.4.6 --- ...1-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 2 +- .../python/python3-numpy/0001-python-sysroot.patch | 2 +- .../python/python3-numpy/fix_reproducibility.patch | 2 +- .../python/{python3-numpy_2.4.5.bb => python3-numpy_2.4.6.bb} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.4.5.bb => python3-numpy_2.4.6.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch b/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch index 4015e05ace..2c669d2e9d 100644 --- a/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch +++ b/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch @@ -1,4 +1,4 @@ -From e1feb7f7052980d8df2635ecc30a30b70ba73a44 Mon Sep 17 00:00:00 2001 +From 31634bda757a59d3e80aea2766d779db6e95a164 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 10 Dec 2015 13:20:30 +0200 Subject: [PATCH] Don't search /usr and so on for libraries by default to diff --git a/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch b/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch index 7575e011f5..495a7be4ee 100644 --- a/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch +++ b/meta/recipes-devtools/python/python3-numpy/0001-python-sysroot.patch @@ -1,4 +1,4 @@ -From a4609765d97bc25cdd6d9ee06c7026a2ca3481e3 Mon Sep 17 00:00:00 2001 +From af56e0cef19822c2608d3020a77f5073d947de8a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 21 Jan 2026 14:12:36 +0000 Subject: [PATCH] Add sysroot to pkgconfig libdir diff --git a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch index e9ac56c59c..73cd60a44a 100644 --- a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch +++ b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch @@ -1,4 +1,4 @@ -From b9ab979957e1ba14ce42b696c476a5910a07f1aa Mon Sep 17 00:00:00 2001 +From be1f328a56e53fa8a0bc2ea04dd9f43553e59aa6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 29 Sep 2023 22:53:24 +0100 Subject: [PATCH] This regex decides whether to use O3 opimisation on numpy or diff --git a/meta/recipes-devtools/python/python3-numpy_2.4.5.bb b/meta/recipes-devtools/python/python3-numpy_2.4.6.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.4.5.bb rename to meta/recipes-devtools/python/python3-numpy_2.4.6.bb index 56446eb666..2c892e9756 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.4.5.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.6.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] = "ca670567a5683b7c1670ec03e0ddd5862e10934e92a70751d68d7b7b74ca7f9f" +SRC_URI[sha256sum] = "f3a3570c4a2a16746ac2c31a7c7c7b0c186b95ce902e33db6f28094ed7387dda" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" -- 2.47.1