From patchwork Mon Jan 1 13:11: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: 37187 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 D2B1FC48BC4 for ; Mon, 1 Jan 2024 13:12:08 +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.web11.4625.1704114719290561820 for ; Mon, 01 Jan 2024 05:11:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=FZyCp4Az; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=GU50E1ar; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018cc52708f7-a3a921af-1faa-4ff2-9ff3-e991b2616cb4-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=1704114719; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=f+CbsbC70cDB9KWlkSOIjCYEQFpm0/m1jNhAVwfDmqI=; b=FZyCp4AzCM7LufcAtbRoh2Zo85sDRYwZFvJB2JNbxX25676G2JMSxQ/VgI8Ho3yt SD/zA705uLaiC+TBogDUhrz7POwG8M3LXX8A6QsSUwJQbTzF2e+xZ0JDC5bw9+E4xrU FFpK2ZDMmtV/KYFaQfkvZimE8pbUukAXIQhCUDBU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1704114719; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=f+CbsbC70cDB9KWlkSOIjCYEQFpm0/m1jNhAVwfDmqI=; b=GU50E1arANBZS2u0fxmLg+6J8C92atjVhb5D3VYceCovAcHbVKRnMQ7vjWNrBiF9 yIV3pUn6VPFxQ49WgLAMu0NUtyIlc0TPyDKt/2xSR3IfyfzVT0eQhUcGsJQIGmzIUpB d5P2PdRwEya1DGBxfONuJcPt3aEragZddOQI0oVA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-attrs: upgrading to 23.2.0 FAILED Message-ID: <0101018cc52708f7-a3a921af-1faa-4ff2-9ff3-e991b2616cb4-000000@us-west-2.amazonses.com> Date: Mon, 1 Jan 2024 13:11:58 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.01-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, 01 Jan 2024 13:12:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193120 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-attrs* to *23.2.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-attrs-upgrade-23.1.0-23.2.0.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 768cb331c3eeed9bbb8a3100a67b0fcc3dfdf9be Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jan 2024 06:43:13 +0000 Subject: [PATCH] python3-attrs: upgrade 23.1.0 -> 23.2.0 --- .../python/{python3-attrs_23.1.0.bb => python3-attrs_23.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-attrs_23.1.0.bb => python3-attrs_23.2.0.bb} (82%) diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb similarity index 82% rename from meta/recipes-devtools/python/python3-attrs_23.1.0.bb rename to meta/recipes-devtools/python/python3-attrs_23.2.0.bb index 314053de08..e00e152015 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.attrs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" -SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015" +SRC_URI[sha256sum] = "935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30" inherit pypi python_hatchling