From patchwork Mon Jan 15 17:33:49 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: 37844 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 2047CC48BF7 for ; Mon, 15 Jan 2024 17:34:01 +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.web10.88857.1705340030103123407 for ; Mon, 15 Jan 2024 09:33:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=WlsUos9m; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=hKsTuGur; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018d0e2fc8dd-d543bf99-ac90-4ce3-a653-9bc12ce4ccf5-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=1705340029; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=AYCF1REQY3m9UfwR7kXSXyZB9nkatVVAz+QvyBoZ4H4=; b=WlsUos9m9NbDiBhjoYxv08n9KRoYhp0uvCsGauUXtz2GwvYoiO1Henkzjx3MdaYY xzgu6JIktWGeiG3slzUB0xfH+Qj83T/oDkmPIlHcG1F3keHUo8lRFs5BZS797BCnTC8 jqvylsK6bQfJ3OWwO0nmwWWTS0k2kD+/QqBXwlaY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1705340029; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=AYCF1REQY3m9UfwR7kXSXyZB9nkatVVAz+QvyBoZ4H4=; b=hKsTuGur2nrLHYV+SChLPIsStBlVZiGBr/q9KZ3lns+3x5seNxN7k9SaHCabxwj0 uIBdJVN9r6Na32lMFjmypuqPGdKU76seTwi/KAJCgsfQS1tDiB6sMs2IM23o1WkrQLB k4Ka/FR8gSz+EmuHaR7YeFoozORPrbxluR7tE9TQ= 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.8 SUCCEEDED Message-ID: <0101018d0e2fc8dd-d543bf99-ac90-4ce3-a653-9bc12ce4ccf5-000000@us-west-2.amazonses.com> Date: Mon, 15 Jan 2024 17:33:49 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.15-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, 15 Jan 2024 17:34:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193724 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-cython* to *3.0.8* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cython-upgrade-3.0.7-3.0.8.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 50cc3da80c455dc8e37308fd7f02ebab4e1ddbd8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jan 2024 07:04:42 +0000 Subject: [PATCH] python3-cython: upgrade 3.0.7 -> 3.0.8 --- meta/recipes-devtools/python/python-cython.inc | 2 +- .../python/{python3-cython_3.0.7.bb => python3-cython_3.0.8.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_3.0.7.bb => python3-cython_3.0.8.bb} (100%) diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index bc1953c504..d116eb826d 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] = "fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213" +SRC_URI[sha256sum] = "8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6" UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi diff --git a/meta/recipes-devtools/python/python3-cython_3.0.7.bb b/meta/recipes-devtools/python/python3-cython_3.0.8.bb similarity index 100% rename from meta/recipes-devtools/python/python3-cython_3.0.7.bb rename to meta/recipes-devtools/python/python3-cython_3.0.8.bb