From 5cb178a44a574748fe35a655416f26ca85c6f6fd Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
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
 
-- 
2.47.1

