From patchwork Sat Feb 15 12:42:19 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: 57367 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 AC2CDC021A4 for ; Sat, 15 Feb 2025 12:42:20 +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.8103.1739623339676694373 for ; Sat, 15 Feb 2025 04:42:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Zcp3DPMo; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=oobTLywH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019509a19435-b1ae6f57-7126-4aac-8d88-8c60dcdbe04a-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=1739623339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xX8/ajhA8bVzFobfYZtwIpqAS7uIRJTriqfDYBLXtoQ=; b=Zcp3DPMo3aQQuwGwYXW8GItFuYBJ9jQJDF39aAnQMqNKwaInaT6mI4N2CUC3J30W 7U8p7AbrQk3KY0LwBcjiL7nAaXLm4Yo4/FlQJ1rG4V/qGUS5IDVl1JqrfG7Q9UZUaJd 8gA4vkywmRe4klJ/y3OavgsE2huYlUk2tG9Uol4U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1739623339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xX8/ajhA8bVzFobfYZtwIpqAS7uIRJTriqfDYBLXtoQ=; b=oobTLywHNqtXHKKbCgL4Wd0sZycois3eqF78E6YPHj2aIix900GH+g4DkI1tk8Lh +rNZ++PMsQ8E435uLCj4zZpd2o7DVjrkhfVOhpPmBpS5ZLBWVwSaJScmuf0seqCb6MW aO8Vdj5QX9kkeN1w4KCMy7UH5ePcHsyrhh00vvnA= 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.3 SUCCEEDED Message-ID: <0101019509a19435-b1ae6f57-7126-4aac-8d88-8c60dcdbe04a-000000@us-west-2.amazonses.com> Date: Sat, 15 Feb 2025 12:42:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.15-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 ; Sat, 15 Feb 2025 12:42:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211432 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.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.2.2-2.2.3.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 ddf861788c6055b3d15cc1458b0d09b1205c8f44 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Feb 2025 08:08:40 +0000 Subject: [PATCH] python3-numpy: upgrade 2.2.2 -> 2.2.3 --- ...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.2.bb => python3-numpy_2.2.3.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.2.2.bb => python3-numpy_2.2.3.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..fec4c71b35 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 0fc5d066ca23b1481bcaaf4323b3469a221bad12 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..061a5ce373 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 dec28b5c8f8a95a34fc12249738647166c30ec54 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.2.bb b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.2.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.2.3.bb index 3b74e9059d..db9a99946c 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.2.3.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] = "ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f" +SRC_URI[sha256sum] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"