From patchwork Thu Jun 25 05:42:33 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: 90898 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 06185CDB47F for ; Thu, 25 Jun 2026 05:42:41 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5193.1782366154108124133 for ; Wed, 24 Jun 2026 22:42:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=UwIeKpGI; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=dwHDpc7v; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019efd4d29c4-5037956c-8e1b-450f-8b60-cf0783681efe-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=1782366153; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iBu3yJx+GEUwLM5Ta47SQCdvMLJ666e3pDwaUJzhR6w=; b=UwIeKpGI6poO0EO1hyHFTPiamlc1bahky/qo0x1GvD0VztAIuzseeqQ6MvQzaJRp 8dFs2Jx6NVhXAytl2sbne1LyEGbLqRIsso0zibRfggZMo/O48eNJpHZUt1EMcUp/FTP TPGUi5x13rPcr6e3F+7lU7CxYg6/59qmoGFtLtOE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782366153; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iBu3yJx+GEUwLM5Ta47SQCdvMLJ666e3pDwaUJzhR6w=; b=dwHDpc7vB+i/FSobgapa9umEQEm1aVNNQsBEOqKI1Upgz12Ld7q46bLAJ6ONgTUY h+XsSJKDxfUqlXU35uivgiQEYIUJF41+uNi2Yk2VWGy9GvaE62ROCqwyL3y1ICiT1XU Kpb718Ljd/U5VOnW6nIAiOaFWxhGeFUj+kBGrZO0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-cython: upgrading to 3.2.6 SUCCEEDED Message-ID: <0101019efd4d29c4-5037956c-8e1b-450f-8b60-cf0783681efe-000000@us-west-2.amazonses.com> Date: Thu, 25 Jun 2026 05:42:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.25-54.240.27.191 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, 25 Jun 2026 05:42:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239541 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-cython* to *3.2.6* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cython-upgrade-3.2.5-3.2.6.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 32f222e723d597308517270cd79fb2a29b932d41 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 25 Jun 2026 05:32:59 +0000 Subject: [PATCH] python3-cython: upgrade 3.2.5 -> 3.2.6 --- ...1-Replace-not-predictable-build-path-prefix-with-hardc.patch | 2 +- .../python/{python3-cython_3.2.5.bb => python3-cython_3.2.6.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-cython_3.2.5.bb => python3-cython_3.2.6.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-cython/0001-Replace-not-predictable-build-path-prefix-with-hardc.patch b/meta/recipes-devtools/python/python3-cython/0001-Replace-not-predictable-build-path-prefix-with-hardc.patch index fad7f28a60..8a4b08e1eb 100644 --- a/meta/recipes-devtools/python/python3-cython/0001-Replace-not-predictable-build-path-prefix-with-hardc.patch +++ b/meta/recipes-devtools/python/python3-cython/0001-Replace-not-predictable-build-path-prefix-with-hardc.patch @@ -1,4 +1,4 @@ -From 949e3c185719c37b3a3e4c11664db16533f51dc8 Mon Sep 17 00:00:00 2001 +From 4bdde55125a5aec0cbd7f06a55d582b4d6b206c6 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 17 Sep 2025 01:42:08 -0700 Subject: [PATCH] Replace not predictable build path prefix with hardcode diff --git a/meta/recipes-devtools/python/python3-cython_3.2.5.bb b/meta/recipes-devtools/python/python3-cython_3.2.6.bb similarity index 93% rename from meta/recipes-devtools/python/python3-cython_3.2.5.bb rename to meta/recipes-devtools/python/python3-cython_3.2.6.bb index 373387576a..985d86ea7d 100644 --- a/meta/recipes-devtools/python/python3-cython_3.2.5.bb +++ b/meta/recipes-devtools/python/python3-cython_3.2.6.bb @@ -7,7 +7,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" -SRC_URI[sha256sum] = "3dd42e4cf36ad15f265bdfec2337cc00c688c8eb6d374ffd13bb19437c27bba1" +SRC_URI[sha256sum] = "6509472a245ccdf5fd11637a4744a1edfd38debb1a48332a8f3fe4b07db725bd" inherit pypi setuptools3 cython