From patchwork Tue Apr 16 06:13:58 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: 42419 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 DB543C2BC81 for ; Tue, 16 Apr 2024 06:14:11 +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.web10.13595.1713248039148729596 for ; Mon, 15 Apr 2024 23:13:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ZKhn/g41; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=uOzlA9yN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018ee58a6d9c-d45c6ff2-1bf6-4210-a5c5-2cd365d856ea-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=1713248038; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CjWFOwVSVZwl/4F+DTKQGmmkZie7tTPviQslJF0BZ9g=; b=ZKhn/g412z1QxnKiBhrJgcOJcbpKTf7u5FBb18BAURrf3CZAsEb4rrFw5PuUY6IT uM+YVdWHp1aNQCLV3YMOwrtvwsqSEPJoTK6C/SWWwhqQsC5mpnRGSBmFI6YJ6QnZOOd mDyuTtzqe+2Ko8xZLC2U6zHHm0JHjsZBN7IOmAQk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248038; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CjWFOwVSVZwl/4F+DTKQGmmkZie7tTPviQslJF0BZ9g=; b=uOzlA9yNognQ6lUYTc8ogQtyXtEJSqYP9mxJFbBIiE7p7b3zptBz11OfAt8J9Mxn 79LFXEwrJEEJGawdIa/ET77RrwMEXsleiBttH4cT1tmysF5Ls7R+URh5JPom9fm/LCO 8JYDXG+q7rJHRUuVwYs1l4v+7/O36qMg3HnpQ7jo= 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: <0101018ee58a6d9c-d45c6ff2-1bf6-4210-a5c5-2cd365d856ea-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:58 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.191 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 ; Tue, 16 Apr 2024 06:14:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198292 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 5c5e9bde489dfdf4b3edc51a46ff7ea8d66c47bd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 18:59:01 +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