From patchwork Thu Feb 15 17:32:27 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: 39362 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 5837CC54790 for ; Thu, 15 Feb 2024 17:32:31 +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.20158.1708018344559275301 for ; Thu, 15 Feb 2024 09:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AAB1ZgBu; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=BviYQP/g; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018dadd3acd6-6772f585-bfb2-4969-b062-24d58adf72e0-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=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=0gZTNMbQ8tN9uI0vDvHhTY/RtKKxCn4gKwSbh7AJ1qk=; b=AAB1ZgBupAv7ZggclSEEy69qPCeTRO7L6QNf56S5wga/O+Dt0/u9Z612DVxWenEY PqHlBjyEQAIwYK7gdErwftuhsdc69kksOT2rVxyKhEJ6b8qkQJqYFHU/5AHAXVoX/A8 LdwuVJPodoThcXNmZ+mcFuA0MaGV0HyhJYTQ/8+k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=0gZTNMbQ8tN9uI0vDvHhTY/RtKKxCn4gKwSbh7AJ1qk=; b=BviYQP/gxvpe+kTQDN783e1jp2qotPIMveZtzc5mcbByzDeeqW2utklVNO30HUs9 r/Xa7opKVaAtVCi5W8L+ab2PaakCkW342Hzt74InSVrm07kVKgvsufkJOsNk6GQipps 7yyBsdWECwaR/fV18prORuv7R4/165z4ziIEGoKc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Joshua Watt Cc: openembedded-core@lists.openembedded.org Subject: [AUH] diffoscope: upgrading to 257 SUCCEEDED Message-ID: <0101018dadd3acd6-6772f585-bfb2-4969-b062-24d58adf72e0-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:27 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.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 ; Thu, 15 Feb 2024 17:32:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195666 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *257* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-253-257.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 9f648f95d8f8ff4583cf79a079a78e40aab97af2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 16:50:33 +0000 Subject: [PATCH] diffoscope: upgrade 253 -> 257 --- .../diffoscope/{diffoscope_253.bb => diffoscope_257.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_253.bb => diffoscope_257.bb} (93%) diff --git a/meta/recipes-support/diffoscope/diffoscope_253.bb b/meta/recipes-support/diffoscope/diffoscope_257.bb similarity index 93% rename from meta/recipes-support/diffoscope/diffoscope_253.bb rename to meta/recipes-support/diffoscope/diffoscope_257.bb index a1fc63efc3..91e6719a58 100644 --- a/meta/recipes-support/diffoscope/diffoscope_253.bb +++ b/meta/recipes-support/diffoscope/diffoscope_257.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "ca3d826b691f4998d6de28a016b3555d56a7283b97ad92944ce643ea6e7eb614" +SRC_URI[sha256sum] = "1bceee9ca6fe2d7faa2f21daf9f4a83d83e1f1be8b682691b1d985d5e870077f" RDEPENDS:${PN} += "\ binutils \