From patchwork Tue Apr 1 12:43:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60421 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 9316DC369AB for ; Tue, 1 Apr 2025 12:43:23 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.18037.1743511387671847570 for ; Tue, 01 Apr 2025 05:43:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=c3hQy+Eo; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=JoVhUsM6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010195f160a1af-0381dcfb-5da6-423d-826f-2de712b2b0fd-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1743511396; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=tb6sRbtnC+cXXgWs5WPQUBliizyFqkiAbYYtS80cdsU=; b=c3hQy+EoNED2bGSwvCBOwaGTp0GJ2xQYUm06IHVA5dQo03l8lQv/wCtJVhx+cdvE 8zkmcy5P7hbWSWS3olT0Nu+wDV9ElkuvWuAgnJLfFHslOsEOZ/F6TGAaYJqBNmq4QRN 7pGIL4GHjHQS1IjC5VHIJ/0EvK+hJg+kQH56xNvU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511396; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=tb6sRbtnC+cXXgWs5WPQUBliizyFqkiAbYYtS80cdsU=; b=JoVhUsM6iMRXoBhhla/g9bjFIjDXeFcod0rVePhLCl0BluttgrFzJSwiGqPiBTeu 6WxHHDda82zYjI9CobDRI2jOsoCALryvB7sUMKcPzoitRfAYYXuUzKdGENKvW3tHfLw /UnNNMhpMk3j/n0cCBiqnc8snTO+HnN5gqeGZY2E= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.2.4 SUCCEEDED Message-ID: <01010195f160a1af-0381dcfb-5da6-423d-826f-2de712b2b0fd-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.192 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 01 Apr 2025 12:43:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214060 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-numpy* to *2.2.4* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.2.3-2.2.4.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 0b3d7b99a6c1b411628a1e661b07460c81d54866 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 09:02:47 +0000 Subject: [PATCH] python3-numpy: upgrade 2.2.3 -> 2.2.4 --- ...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.2.3.bb => python3-numpy_2.2.4.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.2.3.bb => python3-numpy_2.2.4.bb} (96%) 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 437bafb54f..3e08b43587 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 ad6c0196e4c97ca37368610c010e46c90a4749b4 Mon Sep 17 00:00:00 2001 +From b036c984b019d941ead2efd5a05d1588c4bc193a 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 514073d94e..8b39b7bcfe 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 061a8ae1d1d000892d6dba89a444922e7a28804b Mon Sep 17 00:00:00 2001 +From 45d76002bc989a9098141f2bfcd2d2fabc5a04d5 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.2.3.bb b/meta/recipes-devtools/python/python3-numpy_2.2.4.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.2.3.bb rename to meta/recipes-devtools/python/python3-numpy_2.2.4.bb index db9a99946c..a2ee2b48d4 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.2.3.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.2.4.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] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020" +SRC_URI[sha256sum] = "9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"