From patchwork Tue Aug 11 07:23:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 94933 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 2F817C5CFE6 for ; Tue, 11 Aug 2026 07:24:01 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.49081.1786433034887924389 for ; Tue, 11 Aug 2026 00:23:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=FsMuHQS9; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ccrJMnmM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019fefb4d6ab-9d3238ff-11bc-4570-b7aa-bac56222d5e5-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=1786433034; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=TWYXtvbSPWG/zbxUCtvX2JzUZlMqVjrJRdFkmqOPOCM=; b=FsMuHQS9iLYBlYuLOeHr2ivNTj45RCKAB63vB9WG1iYAJG9VlFGb+Ufva+HU3iUw Stt8H0sxPQ0KQo+2FlBspuZjwCLOeUry/PpqdUKWc5R+EA1UlFFizH1va+MSQ5WsOPg umuUajMtQs9Hs478Ez60pA5w1XXqO8GVORP6pZPg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786433034; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=TWYXtvbSPWG/zbxUCtvX2JzUZlMqVjrJRdFkmqOPOCM=; b=ccrJMnmMdfMazPgOx05kmZBfcN96rsZ7sS9TDdGiVKG1TbkLLaYU0680IvGPJyTX 9bTnlA/Kh6VygGF8VB4p/zJMi3vlzKcM+FuzqxdO6mAZkMPhVt063bfUbqhXPnZtMXk 2tI8BJQto+VIhBqUY9urBUz2vCHrP6TNGb9jA/kM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Benjamin Robin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-shacl2code: upgrading to 1.2.0 FAILED Message-ID: <0101019fefb4d6ab-9d3238ff-11bc-4570-b7aa-bac56222d5e5-000000@us-west-2.amazonses.com> Date: Tue, 11 Aug 2026 07:23:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.11-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 11 Aug 2026 07:24:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243162 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-shacl2code* to *1.2.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-shacl2code-upgrade-1.1.0-1.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 b73a0d3601d424791ce9ff9662a8dbaded3722e3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 11 Aug 2026 06:17:09 +0000 Subject: [PATCH] python3-shacl2code: upgrade 1.1.0 -> 1.2.0 --- ...{python3-shacl2code_1.1.0.bb => python3-shacl2code_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-shacl2code_1.1.0.bb => python3-shacl2code_1.2.0.bb} (81%) diff --git a/meta/recipes-devtools/python/python3-shacl2code_1.1.0.bb b/meta/recipes-devtools/python/python3-shacl2code_1.2.0.bb similarity index 81% rename from meta/recipes-devtools/python/python3-shacl2code_1.1.0.bb rename to meta/recipes-devtools/python/python3-shacl2code_1.2.0.bb index a9c8bec84f..6956aad618 100644 --- a/meta/recipes-devtools/python/python3-shacl2code_1.1.0.bb +++ b/meta/recipes-devtools/python/python3-shacl2code_1.2.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" PYPI_PACKAGE = "shacl2code" -SRC_URI[sha256sum] = "0f3a243c6482a0f95c5a793288d304908506b51b82dc6133de22be477cd75c24" +SRC_URI[sha256sum] = "92c5bb633b232bb914699157b3e79796aaf1672f22c0cac0cc633f353aa8a398" inherit pypi python_hatchling