From patchwork Sun Jun 15 13:14:48 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: 64965 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 11ED2C761AE for ; Sun, 15 Jun 2025 13:14:52 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.8863.1749993282158080202 for ; Sun, 15 Jun 2025 06:14:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=muZGcGMB; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=ZKbnjhsq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019773ba73db-f9191f3d-59e6-4641-9a14-9096d34dd975-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=1749993288; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=hiCQy16omI+B8ZK1vBHXQRos7N1h1bQRWjJTekUFpFI=; b=muZGcGMBw8GigiKHk/PMNKdVlrbS/kAMRRl/6F61zCOUiaHGkB7Ow/AVkuM+4AQ9 TLNpcbPOXJlAqX1aUrwMHywGKwNtNvXT/PFlzmDRbocpfCm0jE6PFVJTUQ9ZXRMLCAh 5M4MjdKzOvgznwhmmAiwo33O5YcbjIbz+pMpx710= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1749993288; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=hiCQy16omI+B8ZK1vBHXQRos7N1h1bQRWjJTekUFpFI=; b=ZKbnjhsqY2oge0SW1shmbbTP/2MgfNoQ1l8EFCu0koMrFlO4hHEu/9Xmv6WaBa5k uknS/Ra2effHdldlIkpEu8csSpociKt/fnXBPPUrx1VCp/bFGurOOfNBqv7lugPEb3Z hcMcN1fgxigOvR8r/I4+s7q4wpGb0Yk1WJnCfuNc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.3.0 SUCCEEDED Message-ID: <0101019773ba73db-f9191f3d-59e6-4641-9a14-9096d34dd975-000000@us-west-2.amazonses.com> Date: Sun, 15 Jun 2025 13:14:48 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.15-54.240.27.45 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 ; Sun, 15 Jun 2025 13:14:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/218686 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-numpy* to *2.3.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.2.6-2.3.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 cc06455c809aa3fc33c446ca45806a27eaace749 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Jun 2025 08:41:11 +0000 Subject: [PATCH] python3-numpy: upgrade 2.2.6 -> 2.3.0 --- ...-and-so-on-for-libraries-by-default-.patch | 4 ++-- .../python3-numpy/fix_reproducibility.patch | 4 ++-- ...-numpy_2.2.6.bb => python3-numpy_2.3.0.bb} | 23 +++++++++++++++++-- 3 files changed, 25 insertions(+), 6 deletions(-) rename meta/recipes-devtools/python/{python3-numpy_2.2.6.bb => python3-numpy_2.3.0.bb} (77%) 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 3e08b43587..b270bc14e2 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 b036c984b019d941ead2efd5a05d1588c4bc193a Mon Sep 17 00:00:00 2001 +From 417e49b2f766bb77a140fd99f2e0160806109393 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 @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py -index 6478548..c0620e7 100644 +index e428b47..65d95ed 100644 --- a/numpy/distutils/system_info.py +++ b/numpy/distutils/system_info.py @@ -326,44 +326,14 @@ def add_system_root(library_root): diff --git a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch index 8b39b7bcfe..9b42390cd6 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 45d76002bc989a9098141f2bfcd2d2fabc5a04d5 Mon Sep 17 00:00:00 2001 +From e722e5c4f1ba4aca577ec611c703879ab65476d7 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 @@ -26,7 +26,7 @@ Signed-off-by: Richard Purdie 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/distutils/ccompiler_opt.py b/numpy/distutils/ccompiler_opt.py -index b1a6fa3..7b0302b 100644 +index 4dea2f9..00f563f 100644 --- a/numpy/distutils/ccompiler_opt.py +++ b/numpy/distutils/ccompiler_opt.py @@ -991,7 +991,7 @@ def __init__(self): diff --git a/meta/recipes-devtools/python/python3-numpy_2.2.6.bb b/meta/recipes-devtools/python/python3-numpy_2.3.0.bb similarity index 77% rename from meta/recipes-devtools/python/python3-numpy_2.2.6.bb rename to meta/recipes-devtools/python/python3-numpy_2.3.0.bb index 10468d6850..59e61022e5 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.2.6.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.0.bb @@ -1,9 +1,28 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.txt +# +++ LICENSE.txt +# @@ -1,4 +1,4 @@ +# -Copyright (c) 2005-2024, NumPy Developers. +# +Copyright (c) 2005-2025, NumPy Developers. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "A sophisticated Numeric Processing Package for Python" HOMEPAGE = "https://numpy.org/" DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." SECTION = "devel/python" LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1de863c37a83e71b1e97b64d036ea78b" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26080bf81b2662c7119d3ef28ae197fd" SRCNAME = "numpy" @@ -12,7 +31,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd" +SRC_URI[sha256sum] = "581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"