From patchwork Sat Jul 1 16:02:02 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: 26827 Return-Path: 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 DDECEC25B75 for ; Sat, 1 Jul 2023 16:02:07 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.10497.1688227322901975789 for ; Sat, 01 Jul 2023 09:02:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=GjMSFtjS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018912309a5a-f234c0c1-9988-4d3d-9180-ba07f25445d5-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=1688227322; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=OWqd72/E4ZlnsbSUawa+XsPgp6zsWQyWScAZbBGMgDE=; b=GjMSFtjS+T2c6s47bsyqqBFaS6vKv+2YtTpP6Hkim4ceOpSdT+RZzODhNTEBvNym P7kj3ubcQ//3X/6OBcHR4jtgwUfAU+o1v9S2JtfSpp99mp6axIuRr7p+uIKCnuzQpER DLxQdQSAOoHcCGOUIMoiZqKX+gZknSgHYrjn8nas= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1688227322; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=OWqd72/E4ZlnsbSUawa+XsPgp6zsWQyWScAZbBGMgDE=; b=O6ugp/95lsLq9okccp8H73oWEzUN1y+3dAFcUN3oO/5nOjYm2yAauPRUcclbMMm5 8gp+Fvwi7T0BjKVeNo89ZRoSlcpdDe030at69FIMcg/yj049YDVD84SkiTLmALMI1fr rVYxo/JpBiVJnqZgGUl4daeJHh559+lukVcInybQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-dtschema: upgrading to 2023.6.1 FAILED Message-ID: <0101018912309a5a-f234c0c1-9988-4d3d-9180-ba07f25445d5-000000@us-west-2.amazonses.com> Date: Sat, 1 Jul 2023 16:02:02 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.01-54.240.27.193 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 ; Sat, 01 Jul 2023 16:02:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183730 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-dtschema* to *2023.6.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-dtschema-upgrade-2023.4-2023.6.1.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 a11c4e42e100d6bb3eba18eca59d2f03b1d92ceb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jul 2023 08:47:48 +0000 Subject: [PATCH] python3-dtschema: upgrade 2023.4 -> 2023.6.1 --- ...{python3-dtschema_2023.4.bb => python3-dtschema_2023.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2023.4.bb => python3-dtschema_2023.6.1.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb b/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-dtschema_2023.4.bb rename to meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb index f87563facd..38ff2714f2 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb @@ -7,7 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "6daefb8f54403b4d82961b3346571200571747ab01950fd36c1f69950fa7a8cf" +SRC_URI[sha256sum] = "d9dc11cea6a46ae2ee5ac4a5a1c7da7cb3704417cb390881820460f7c61eb784" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"