From patchwork Mon Jul 15 19:19:08 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: 46397 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 B429AC3DA6C for ; Mon, 15 Jul 2024 19:19:13 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.1381.1721071149192492716 for ; Mon, 15 Jul 2024 12:19:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Qo9eOhKD; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=SjvoOyc3; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010190b7d59e16-cd53fc73-6d03-4ea0-842e-45410c492559-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1721071148; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=V/tzWkeNuFe/ScMovPfgG5h6jbLkYeYeRBpSenQ3beg=; b=Qo9eOhKDNXocjSE5ODQXdewpidsoMVy5rj6QfxoDFJoExi1PClbTXtpbuqDOaF07 EUiDrkIA0vdDGU8o8TFvmqOnF07V93up/GSnlu3synWIqeVmjPQgqgsQ3C26B3/B2cy ah8yohkQ9qPlGsQVxQ/LPwxhpZIv9z8Prd8sQOFU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071148; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=V/tzWkeNuFe/ScMovPfgG5h6jbLkYeYeRBpSenQ3beg=; b=SjvoOyc32fK/aegddOB5BDOXB0rWyJjXFaNJXl0+xSfrW7mxq2Hohjl9ilqMmjew 5tl1FNZ8wFqJY+6Vw9whGttJC3WFA4mQ/m3zwePEfN9upnmzVwOPe4Q3wC5XefeWbQE bTDlijqopUkDlkFFmw3+nf82tYVKidHVlrFX+dN8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Joshua Watt Cc: openembedded-core@lists.openembedded.org Subject: [AUH] diffoscope: upgrading to 272 SUCCEEDED Message-ID: <01010190b7d59e16-cd53fc73-6d03-4ea0-842e-45410c492559-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:08 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-54.240.27.30 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 Jul 2024 19:19:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202054 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *272* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-271-272.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 559ec37eac93c504be2cd6e0f1cb8f880ce19ee7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 18:00:43 +0000 Subject: [PATCH] diffoscope: upgrade 271 -> 272 --- .../diffoscope/{diffoscope_271.bb => diffoscope_272.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_271.bb => diffoscope_272.bb} (93%) diff --git a/meta/recipes-support/diffoscope/diffoscope_271.bb b/meta/recipes-support/diffoscope/diffoscope_272.bb similarity index 93% rename from meta/recipes-support/diffoscope/diffoscope_271.bb rename to meta/recipes-support/diffoscope/diffoscope_272.bb index a8443183ec..55e4cc7832 100644 --- a/meta/recipes-support/diffoscope/diffoscope_271.bb +++ b/meta/recipes-support/diffoscope/diffoscope_272.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "7690f284a84a866c6f89fa5bb33a867574417ee1c5f2c6d49655cd3761d0fe2c" +SRC_URI[sha256sum] = "f8983580efb8f4644719705590a43817d1159d4136836d7ce6dd4fec754c3943" RDEPENDS:${PN} += "\ binutils \