From patchwork Mon Sep 7 05:23:40 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: 97435 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 B684AC79FA1 for ; Mon, 7 Sep 2026 05:23:47 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.27907.1788758621272344750 for ; Sun, 06 Sep 2026 22:23:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=jQEtAXGz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=NQNnPJ3n; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101a07a5277e4-98dac518-679b-4976-91ab-98999c1ed355-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=1788758620; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=E0CvkXUuQQMcidohQhgumabwX80VOgH5kNnX+lMg+Yk=; b=jQEtAXGz9bWwl0aBtoAEpZOyU4nTUyeQlntmzMXByYEeY63kwp0gn/hTeHxspNHX fqxoy0u3NxCvQOp6fib8qP64zs2hJhzYxMQ/8SoRz8GR+saEE/2ZlhPBbq7BRd1O0fZ kB3CC974EWzFAhPCWl40bhyPwZTdO5XTCNUydcdQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788758620; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=E0CvkXUuQQMcidohQhgumabwX80VOgH5kNnX+lMg+Yk=; b=NQNnPJ3ns436sHgezWsrnFlWd8mudJ1UqmbA4a+0UhWditHA9YXPR9B2wKE1t//z zE99fZdXBWumhsTe5JzfZHnGUux3l7+UyuJ8mHxhdRc9S1E46rcFBwGrzJGBJpuOG7M 3ZJmNzN2ccP29rtk8ZYoAgt+zOXskRB1POoBUfjo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-numpy: upgrading to 2.5.3 SUCCEEDED Message-ID: <010101a07a5277e4-98dac518-679b-4976-91ab-98999c1ed355-000000@us-west-2.amazonses.com> Date: Mon, 7 Sep 2026 05:23:40 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.07-54.240.27.29 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, 07 Sep 2026 05:23:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245224 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-numpy* to *2.5.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-2.5.2-2.5.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 5e8347c5d90f46228671c0e7c8639aa4d3a7e58d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 7 Sep 2026 05:23:36 +0000 Subject: [PATCH] python3-numpy: upgrade 2.5.2 -> 2.5.3 Source: doc/changelog/2.5.3-changelog.rst, doc/source/release/2.5.3-notes.rst Contributors ============ A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time. * Charles Harris * Iason Krommydas * James Davies + * Joren Hammudoglu * Maanas Arora * Matti Picus * Nathan Goldbaum * Shikhar Goel + * Yeonho Kim + Pull requests merged ==================== A total of 27 pull requests were merged for this release. * `#32235 `__: MAINT: Prepare 2.5.x for further development * `#32289 `__: BUG: raise ValueError when reading into record array with references... * `#32290 `__: BUG: avoid uninitialized memory access / NULL-pointer deref in... * `#32291 `__: TYP: fix ``np.random.{get,set}_bit_generator`` implicit re-exports... * `#32292 `__: BUG: don't assume strides are a multiple of itemsize in stringdtype... * `#32293 `__: CI: fix ccache CC override, add CXX in mac Conda CI (#32285) * `#32303 `__: BUG: Fix ref leak in _convert_from_type for custom scalar types... * `#32304 `__: BUG: fix a number of issues around iterators and StringDType... * `#32326 `__: TST: avoid allocating huge tuple of arrays in concatenate test... * `#32338 `__: BUG: avoid possible UB in 'safe' multiplication helpers (#32294) * `#32339 `__: MAINT: use ``PyObject_`` functions instead of raw ``PyArray_ ones`` (#32331) * `#32378 `__: BUG: validate UTF-8 and harden StringDType bounds handling (#32296) * `#32380 `__: BUG: fix two error handling mistakes in stringdtype replace loop... * `#32381 `__: BUG: fix visibility annotations for functions in StringDType... * `#32384 `__: MAINT: Update ml_dtypes pin to 8/21/2026. * `#32385 `__: MAINT: Update numpy/_core/src/umath/svml * `#32410 `__: MAINT: skip failing cython limited API tests on Cython 3.3.0... * `#32427 `__: BUG: close duplicated file descriptor if fdopen fails (#32386) * `#32428 `__: MAINT: add missing space in warning and error messages (#32405) * `#32430 `__: BUG: fix error handling in StringDType to fixed-width bytes case... * `#32441 `__: MAINT: Only run nightly BLAS test [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../python/{python3-numpy_2.5.2.bb => python3-numpy_2.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_2.5.2.bb => python3-numpy_2.5.3.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-numpy_2.5.2.bb b/meta/recipes-devtools/python/python3-numpy_2.5.3.bb similarity index 97% rename from meta/recipes-devtools/python/python3-numpy_2.5.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.5.3.bb index 4406204681..c88b0bf1a2 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.5.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.5.3.bb @@ -10,7 +10,7 @@ SRCNAME = "numpy" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f52d860" +SRC_URI[sha256sum] = "df2d5874ff183595a4ba404edd04f6bd9b5505c1d7708573f6a6c17489a67563" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"