From patchwork Thu Jan 1 11:37:52 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: 77891 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 D0841EED60B for ; Thu, 1 Jan 2026 11:37:59 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.102968.1767267472155256245 for ; Thu, 01 Jan 2026 03:37:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Zd9R06Fm; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=BU+k6RKP; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019b795994f4-bc50bb77-1847-4e5b-a99e-9771ffa37d9b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1767267472; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=KgzOUW8LJHX5NdMQ7OiIJ4rbMYNWXp5LdRKdit1LRbY=; b=Zd9R06FmxBpWyaAX7hyOn+qYBIbC1953ArsicBXIUpj9rMEg/VmfT8hakO2zrkwj hXN5Ov/I2H44/nMLPH0kyXq4grnnH9bdrxakdd32Oovy743tnGU4Rv9sf3HNj8bWD6M L5kelVPMVmMa3IfVA914KJdHXrc4fA2iN3hkqhr4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1767267472; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=KgzOUW8LJHX5NdMQ7OiIJ4rbMYNWXp5LdRKdit1LRbY=; b=BU+k6RKPnWSxbmDdEJy6AoPLazOZbTEOkuuizmqaeu4O9/YJxr9mD/q4pH7Fdt0l /+AH2ELI39rt/ss4wpH4iGDTqMGxRop5vle1DdcFBcgHaWYuNoFfkLO4gEE4TE8QEIc ENdN+SqMKYdJCQQmG2klJsva4Bu68kI+L33jwTy8= 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.0 SUCCEEDED Message-ID: <0101019b795994f4-bc50bb77-1847-4e5b-a99e-9771ffa37d9b-000000@us-west-2.amazonses.com> Date: Thu, 1 Jan 2026 11:37:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.01-54.240.27.30 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 ; Thu, 01 Jan 2026 11:37:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/228773 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.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.3.5-2.4.0.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 2bd2da6f419410c0c442eebf1dc870d8e41c40eb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 07:51:10 +0000 Subject: [PATCH] python3-numpy: upgrade 2.3.5 -> 2.4.0 --- ...1-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 2 +- .../python/python3-numpy/fix_reproducibility.patch | 2 +- .../python/{python3-numpy_2.3.5.bb => python3-numpy_2.4.0.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.3.5.bb => python3-numpy_2.4.0.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 3a77ffa4e0..32f14a0146 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 5cb7316128845e3da1ce1618a42b2e3222b59ba9 Mon Sep 17 00:00:00 2001 +From 94d0468ebff07cd48206425566b3ec736396e0bd 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/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch index 71b3634b77..ba660d6a4c 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 6fd79cbe7ae9f0a7a5fc4e5cd6c5c3da9ea09815 Mon Sep 17 00:00:00 2001 +From cdcb57d1f83d51feefc3d5d60e3abd180346275b 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.3.5.bb b/meta/recipes-devtools/python/python3-numpy_2.4.0.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.3.5.bb rename to meta/recipes-devtools/python/python3-numpy_2.4.0.bb index 55b8091ff8..cd6664ee18 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.5.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.0.bb @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0" +SRC_URI[sha256sum] = "6e504f7b16118198f138ef31ba24d985b124c2c469fe8467007cf30fd992f934" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"