From patchwork Fri Dec 15 14:17:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 36400 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 3606EC47DDB for ; Fri, 15 Dec 2023 14:17:52 +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.web10.63136.1702649863339255368 for ; Fri, 15 Dec 2023 06:17:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=U0vmuDhW; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=lsH+1fD+; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018c6dd7300c-08211ad1-2c44-4b39-812a-267a3b53660c-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=1702649868; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xVEpHScaUWf0TyHQL4EvVdj3i3TW81I4XhoaHfiA2Ao=; b=U0vmuDhWn8eIyfOe3Kl6yZKfTYJHXxcsPJM1NnmrYaGe2crO2OKUZRiig9DLNKJK PyF98h6YJRBHA4q/zPrLImw4QwhEH2u4CVZHLmk77pOaDNc7Fv/XcM2sVNQGyIA0rIY nQyUU295j334vLePmM5vOIwibPe46NEOmDWtHZ/o= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1702649868; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xVEpHScaUWf0TyHQL4EvVdj3i3TW81I4XhoaHfiA2Ao=; b=lsH+1fD+QFN2ePiMMWfbGzTMFCW7df3HsNM71TPY18owU7AOANr8scqJXSdteopu 1FxTMpEWA409FmeoZBMhNyJfOzVmXIRkxxD7oLhKIDeY31cwB+kIdtczcB0rvR8eZ6Y tePYeiPds6cCTwHrD09BBdcjgVFk5lbRX2sHhtRA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Joshua Watt Cc: openembedded-core@lists.openembedded.org Subject: [AUH] diffoscope: upgrading to 253 SUCCEEDED Message-ID: <0101018c6dd7300c-08211ad1-2c44-4b39-812a-267a3b53660c-000000@us-west-2.amazonses.com> Date: Fri, 15 Dec 2023 14:17:48 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.15-54.240.27.29 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 ; Fri, 15 Dec 2023 14:17:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/192516 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *253* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-252-253.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 ad2cebf05c9da489ae3019b963d2b92064746b6d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Dec 2023 13:35:52 +0000 Subject: [PATCH] diffoscope: upgrade 252 -> 253 --- .../diffoscope/{diffoscope_252.bb => diffoscope_253.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_252.bb => diffoscope_253.bb} (93%) diff --git a/meta/recipes-support/diffoscope/diffoscope_252.bb b/meta/recipes-support/diffoscope/diffoscope_253.bb similarity index 93% rename from meta/recipes-support/diffoscope/diffoscope_252.bb rename to meta/recipes-support/diffoscope/diffoscope_253.bb index 86dc85df83..a1fc63efc3 100644 --- a/meta/recipes-support/diffoscope/diffoscope_252.bb +++ b/meta/recipes-support/diffoscope/diffoscope_253.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e268384fa484f3dd8a936da626e6ef1b231dcb286d09a360f37548637f8dd46d" +SRC_URI[sha256sum] = "ca3d826b691f4998d6de28a016b3555d56a7283b97ad92944ce643ea6e7eb614" RDEPENDS:${PN} += "\ binutils \