From patchwork Tue Sep 1 05:53:10 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: 96926 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 822F7C624CF for ; Tue, 1 Sep 2026 05:53:22 +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.msgproc02-g2.1378.1788241992093522700 for ; Mon, 31 Aug 2026 22:53:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=jGjSEpL1; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=i+JpS12n; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101a05b8754aa-0686514c-284d-4627-a443-1f69d0fd0f1b-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=1788241991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=5mZ7PgqOjCrXCrtx+mXYj7RSLNalVBovYtga/K7tQKk=; b=jGjSEpL12yx3Rse4l3Ol6kBsQeefkvEHexDTWTacR8EabdWbdZTdP9FSBI3AszcD J0Ifoqq8DUICQmioIJ+w0SKvCufk0hNc5c42UtRuJbUbNflDsMsLaIjFk2OywvcsZ73 sx2KV5KNV4dNvv5ZkM8AiDbYmEbMsUOgHDuFN4Vk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788241991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=5mZ7PgqOjCrXCrtx+mXYj7RSLNalVBovYtga/K7tQKk=; b=i+JpS12nzIpp58P5JnmTEnoD9QaxLyPre/3y03XxfaCeO/25SEgU0rmFZ7PwQlG0 cgSEu47SPgNcDAngZCcIRSwmWeVqApt9wP+Lz+Ll8sRL8NtbZX0AEdIXRCgZ6vLCr98 DRA2aTjfpNLTXqmaHFMasJRJRa567V/2tptVVJLw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Benjamin Robin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-shacl2code: upgrading to 1.3.2 SUCCEEDED Message-ID: <010101a05b8754aa-0686514c-284d-4627-a443-1f69d0fd0f1b-000000@us-west-2.amazonses.com> Date: Tue, 1 Sep 2026 05:53:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.01-54.240.27.30 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, 01 Sep 2026 05:53:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244790 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-shacl2code* to *1.3.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-shacl2code-upgrade-1.1.0-1.3.2.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 4c37a2199ccf9ffcc6841262325738117ee09b90 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Sep 2026 05:33:39 +0000 Subject: [PATCH] python3-shacl2code: upgrade 1.1.0 -> 1.3.2 --- ...{python3-shacl2code_1.1.0.bb => python3-shacl2code_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-shacl2code_1.1.0.bb => python3-shacl2code_1.3.2.bb} (81%) diff --git a/meta/recipes-devtools/python/python3-shacl2code_1.1.0.bb b/meta/recipes-devtools/python/python3-shacl2code_1.3.2.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.3.2.bb index a9c8bec84f..f43f49f1f0 100644 --- a/meta/recipes-devtools/python/python3-shacl2code_1.1.0.bb +++ b/meta/recipes-devtools/python/python3-shacl2code_1.3.2.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" PYPI_PACKAGE = "shacl2code" -SRC_URI[sha256sum] = "0f3a243c6482a0f95c5a793288d304908506b51b82dc6133de22be477cd75c24" +SRC_URI[sha256sum] = "2dd0b7a4fd50958d0783764da6ca9ede1805ccdd22b6bed3afbf89136e8962be" inherit pypi python_hatchling