From patchwork Sat Sep 19 05:43:12 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: 98715 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 C2D2FC982E0 for ; Sat, 19 Sep 2026 05:43:21 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7447.1789796593657798755 for ; Fri, 18 Sep 2026 22:43:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=oCZDb3X2; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=oQQRVqWg; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a0b830abd5-169326f8-c763-415d-8eb5-eef56effe9f0-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=1789796592; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=FGI9lJlFipwQUyeeTXe0WCGgxdlMNpe34hBMJCxmEKY=; b=oCZDb3X2lNbFqSfNCVnNLz4M00g2/QmnV4OIl/h0tw9axIxVQVqobZdQypjATsth fIq9sFD3duLwfP8fRDnN7MdD/sI3/hTFa4+A88/A2ahRclBLsBvkydcb3oQ+0ZQCtuJ SEaCpu0Hu2EqKpPtOZVt23baG8Xyz4ghEieIByg8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789796592; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=FGI9lJlFipwQUyeeTXe0WCGgxdlMNpe34hBMJCxmEKY=; b=oQQRVqWgD+3pdxNuS+YeprH7/t2MwJkKg0CJG9upY5A5istM2RJCLmerXWNwt2AI XncrWUkFzt2SqxXlweOVgOgfdn5JpvRK0xYA+8o5ttxnL4cSfRo+WqBHFbGuB3Xaq9I WXP6zr1NsxeQCt9nNXizJHfq28rzSEXDVpAsafxQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-dtschema: upgrading to 2026.9 SUCCEEDED Message-ID: <010101a0b830abd5-169326f8-c763-415d-8eb5-eef56effe9f0-000000@us-west-2.amazonses.com> Date: Sat, 19 Sep 2026 05:43:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.19-54.240.27.23 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 ; Sat, 19 Sep 2026 05:43:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246228 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-dtschema* to *2026.9* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dtschema-upgrade-2026.6-2026.9.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 aaf0c6a44e034bf4609041d4236900846639774f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 19 Sep 2026 05:15:38 +0000 Subject: [PATCH] python3-dtschema: upgrade 2026.6 -> 2026.9 --- .../{python3-dtschema_2026.6.bb => python3-dtschema_2026.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2026.6.bb => python3-dtschema_2026.9.bb} (84%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2026.6.bb b/meta/recipes-devtools/python/python3-dtschema_2026.9.bb similarity index 84% rename from meta/recipes-devtools/python/python3-dtschema_2026.6.bb rename to meta/recipes-devtools/python/python3-dtschema_2026.9.bb index bb9ced182c..1ab2d4ce3d 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2026.6.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2026.9.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "05188e3727393334b99abb74ae220ccb8158eec67d6bec793326253f9e76d57a" +SRC_URI[sha256sum] = "d50aa00414f09b7aadc776afabe623915b8f94e59d6eddef80920d6505cba671" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "\