From patchwork Mon Apr 1 18:03:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41805 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 C6AA9CD12CC for ; Mon, 1 Apr 2024 18:03:29 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.44646.1711994601707058040 for ; Mon, 01 Apr 2024 11:03:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=P3hM08vP; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=Q67Mbdhq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018e9ad47e1c-eb3f8c75-8e25-4917-9f07-f1204b7be724-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=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8nEte/fzMvZY4hzcsSBqw2Iwix0e6LqvaqnKXOIEBUM=; b=P3hM08vPjrvfaFSlNEb7tm/v2yUzXPw1OFjcGTqgAvldQs+0USpsSS1ppvR9aw99 a3tIv910iSYt6EUt1wN6O3QRklucswIC0v3krK7/GPtZqiLHaGyC8CVl0cB2sIhUVY/ cXcxnoEoj5Q59PtiZueI8+PLOLZuStmnlGCu6688= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8nEte/fzMvZY4hzcsSBqw2Iwix0e6LqvaqnKXOIEBUM=; b=Q67Mbdhqd03waICpt9UIYAnR6i2SmahS7tZ+/jMuQKfheonjKplsyWIFKNTD/H2h OUB9M7fkMlixVRux+oaI8mMiGZ0sHw51MV0pqKIsATj6VCWIDswQDKH67HnTKR/ZN/R 7nxar1nYUCkR3kFnjvuAhYBnsBOH09+7Sp6pCzik= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-cython: upgrading to 3.0.10 SUCCEEDED Message-ID: <0101018e9ad47e1c-eb3f8c75-8e25-4917-9f07-f1204b7be724-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:20 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.31 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 ; Mon, 01 Apr 2024 18:03:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197720 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-cython* to *3.0.10* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cython-upgrade-3.0.8-3.0.10.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 8697924277bc53c299baf62c869b3a13f332fc70 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 07:52:16 +0000 Subject: [PATCH] python3-cython: upgrade 3.0.8 -> 3.0.10 --- meta/recipes-devtools/python/python-cython.inc | 2 +- .../{python3-cython_3.0.8.bb => python3-cython_3.0.10.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_3.0.8.bb => python3-cython_3.0.10.bb} (100%) diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index e54926ae6d..87a2e88a1a 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" PYPI_PACKAGE = "Cython" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6" +SRC_URI[sha256sum] = "dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99" UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi diff --git a/meta/recipes-devtools/python/python3-cython_3.0.8.bb b/meta/recipes-devtools/python/python3-cython_3.0.10.bb similarity index 100% rename from meta/recipes-devtools/python/python3-cython_3.0.8.bb rename to meta/recipes-devtools/python/python3-cython_3.0.10.bb