From patchwork Mon Jun 1 15:35:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89046 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73E52CD8CA4 for ; Mon, 1 Jun 2026 15:35:47 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1574.1780328140492911509 for ; Mon, 01 Jun 2026 08:35:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=RE32ZWyF; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Yv8vCLGz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019e83d38c69-51bbabc5-846d-4b21-99f7-8b4e2e28c38d-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1780328140; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=urY6fEMmixk+/ECUG6Tds19+w6+5hc4buAtkeeDPKdY=; b=RE32ZWyFU18jPQSPxPvJm4SrV6iSCzwr+7sdQ1+9KEf+/hhjbcHUP2g3vWFoSOa+ MKLGPqvBMWwbRL3HSDezsmN9dOTZaEvREgpx7QFq9moPJO6hXpDRmi1jdnOZKrxn1Oy t6myvF9H1xuW17fD6COHie3I4/oX2mcN+1/fIEII= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328140; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=urY6fEMmixk+/ECUG6Tds19+w6+5hc4buAtkeeDPKdY=; b=Yv8vCLGzFiogEdGNuZl1o6XEbZbiCy2AsP94bj8PAw0UuQitOvUV1D9lhVEn2/Sm M1I2SyHQfMNqGXC8A69lpyLlyjm9JqVNHQgX8qrNXNszDnt7dpTPRaqVD19r2lcRYdE v/GVQMhKHTXCWXIlBz39imEwO7djiMhH+yZLVHcc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.4.6 SUCCEEDED Message-ID: <0101019e83d38c69-51bbabc5-846d-4b21-99f7-8b4e2e28c38d-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:39 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.23 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 01 Jun 2026 15:35:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237886 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-numpy* to *2.4.6* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.4.5-2.4.6.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- 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+)+)$"