From patchwork Thu Jan 1 11:37:54 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: 77861 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 B4541EED602 for ; Thu, 1 Jan 2026 11:37:59 +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.msgproc01-g2.103053.1767267471985687349 for ; Thu, 01 Jan 2026 03:37:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=tr6ptiJh; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=MBZpbi65; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019b79599b9e-c269da71-a325-47d4-8c50-f71ed5059549-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1767267474; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=h3/WUUE1yo8EqZvrdRTVUYwyKqIeaJfdq6bS/UbERNI=; b=tr6ptiJhivWqij122dXOnfTcQ5DGzdtBicfeCSkwjTGO7Fc7iY+XdpA0njBFJs5I wyka2pGTwTlWUZfAOVqZXWtBdd8kRwZApwex0g8mFOJdvYS762sKEvBmhHw9GJNj7E8 xsqqhgYL29EB6RvyrSkaI8DeojxlkIXcuIGzN+1Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1767267474; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=h3/WUUE1yo8EqZvrdRTVUYwyKqIeaJfdq6bS/UbERNI=; b=MBZpbi65JSQ8W6auSP46FI11V1HHW3cG6PRcH18nMhsgBimJe4jeXy/XbCmalyvW tjLmKaiql4ey3anrOMBfSoKKH74rHujxsnJtn+9rOD5aLtAWhJIpAULiQNN/lhHXvgN kRPW6PN67L5mXyAcFZab1rweY96/Xmy1DDuAx9lo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pyparsing: upgrading to 3.3.1 SUCCEEDED Message-ID: <0101019b79599b9e-c269da71-a325-47d4-8c50-f71ed5059549-000000@us-west-2.amazonses.com> Date: Thu, 1 Jan 2026 11:37:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.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 ; Thu, 01 Jan 2026 11:37:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/228776 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pyparsing* to *3.3.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pyparsing-upgrade-3.2.5-3.3.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 5cb178a44a574748fe35a655416f26ca85c6f6fd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 08:03:05 +0000 Subject: [PATCH] python3-pyparsing: upgrade 3.2.5 -> 3.3.1 --- ...ng_3.2.5.bb => python3-pyparsing_3.3.1.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pyparsing_3.2.5.bb => python3-pyparsing_3.3.1.bb} (47%) diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.2.5.bb b/meta/recipes-devtools/python/python3-pyparsing_3.3.1.bb similarity index 47% rename from meta/recipes-devtools/python/python3-pyparsing_3.2.5.bb rename to meta/recipes-devtools/python/python3-pyparsing_3.3.1.bb index e94bebae38..476f789eda 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_3.2.5.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_3.3.1.bb @@ -1,3 +1,22 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,3 +1,5 @@ +# +Copyright (c) 2003-2025 Paul McGuire +# + +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# +# + SUMMARY = "Python parsing module" DESCRIPTION = "The pyparsing module is an alternative approach to creating \ and executing simple grammars, vs. the traditional lex/yacc approach, or \ @@ -8,9 +27,9 @@ HOMEPAGE = "https://github.com/pyparsing/pyparsing/" BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9c8a9625037eff2407f8456010875183" -SRC_URI[sha256sum] = "2df8d5b7b2802ef88e8d016a2eb9c7aeaa923529cd251ed0fe4608275d4105b6" +SRC_URI[sha256sum] = "47fad0f17ac1e2cad3de3b458570fbc9b03560aa029ed5e16ee5554da9a2251c" inherit pypi python_flit_core