diff mbox series

[AUH] python3-pyparsing: upgrading to 3.3.1 SUCCEEDED

Message ID 0101019b79599b9e-c269da71-a325-47d4-8c50-f71ed5059549-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pyparsing: upgrading to 3.3.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 1, 2026, 11:37 a.m. UTC
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 <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 mbox series

Patch

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