From patchwork Wed Jun 17 05:31:47 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: 90286 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 04F90CD98EE for ; Wed, 17 Jun 2026 05:31:55 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.9059.1781674309065106640 for ; Tue, 16 Jun 2026 22:31:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=k9fXrjkf; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ctrSYSET; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019ed410713f-86d98348-f4b9-4e6a-b67b-b21ed7da5d3b-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=1781674308; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=J3UB/KUB1TKWCg9jqnHrnseAWJJcXO+SgsQznmDb30U=; b=k9fXrjkfMIblwAjzsvM5KUFcLJpMcMxpTqXgIeWxkxw0XF50jDY8XvCXDZYUI9Zq qhrdyzvz80XRvGY6h/lObOBSQu4OnIqQakQT/5nhXx5es266PKKULqg7LqhAHyu443f F2oZ6CTkqb1MNZTeh4pTtxOPX1bk0Sb3ebEF48B8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781674308; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=J3UB/KUB1TKWCg9jqnHrnseAWJJcXO+SgsQznmDb30U=; b=ctrSYSETJgl50dDsCGGzefu/05njkYQJe9nXmBWK96xG9VgvmgJLq1FCxpizO/WD fPVcaPSgPFTJaXDEBN64gLt59sxholj9uhOC6aWQKI3qlbMpHr/yzyUcWXc07hjCR0I JEEjiBebc07jaTfkMl+/uWFZZ+x9yBDu+A5+cOWQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-dtschema: upgrading to 2026.6 SUCCEEDED Message-ID: <0101019ed410713f-86d98348-f4b9-4e6a-b67b-b21ed7da5d3b-000000@us-west-2.amazonses.com> Date: Wed, 17 Jun 2026 05:31:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.17-54.240.27.191 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 ; Wed, 17 Jun 2026 05:31:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238975 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-dtschema* to *2026.6* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dtschema-upgrade-2026.4-2026.6.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 2cca9ccd004375e7febcb2d548c8744d04ecf483 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 17 Jun 2026 05:19:37 +0000 Subject: [PATCH] python3-dtschema: upgrade 2026.4 -> 2026.6 --- .../{python3-dtschema_2026.4.bb => python3-dtschema_2026.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2026.4.bb => python3-dtschema_2026.6.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2026.4.bb b/meta/recipes-devtools/python/python3-dtschema_2026.6.bb similarity index 85% rename from meta/recipes-devtools/python/python3-dtschema_2026.4.bb rename to meta/recipes-devtools/python/python3-dtschema_2026.6.bb index cbd459c151..7e463ed1ad 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2026.4.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2026.6.bb @@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "10cd0ffe239f8d88913390ac5d8213fae382e87a20643b21c65714ded82a4460" +SRC_URI[sha256sum] = "05188e3727393334b99abb74ae220ccb8158eec67d6bec793326253f9e76d57a" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "\