diff mbox series

[5/6] python3-pyparsing: upgrade 3.2.3 -> 3.2.4

Message ID 20250919164803.3174518-5-tgamblin@baylibre.com
State New
Headers show
Series [1/6] maintainers.inc: add self for python recipes | expand

Commit Message

Trevor Gamblin Sept. 19, 2025, 4:48 p.m. UTC
Release notes (https://github.com/pyparsing/pyparsing/releases):

- Barring any catastrophic bugs in this release, this will be the last
  release in the 3.2.x line. The next release, 3.3.0, will begin
  emitting DeprecationWarnings when the pre-PEP8 methods are used (see
  header notes above for more information, including available
  automation for converting any existing code using pyparsing with the
  old names).
- Fixed bug when using a copy of a Word expression (either by using the
  explicit copy() method, or attaching a results name), and setting a
  new expression name, a raised ParseException still used the original
  expression name. Also affected Regex expressions with as_match or
  as_group_list = True. Reported by Waqas Ilyas, in Issue #612 - good
  catch!
- Fixed type annotation for replace_with, to accept Any type. Fixes
  Issue #602, reported by esquonk.
- Added locking around potential race condition in
  ParserElement.reset_cache, as well as other cache-related methods.
  Fixes Issue #604, reported by CarlosDescalziIM.
- Substantial update to docstrings and doc generation in preparation for
  3.3.0, great effort by FeRD, thanks!
- Notable addition by FeRD to convert docstring examples to work with
  doctest! This was long overdue, thanks so much!

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../{python3-pyparsing_3.2.3.bb => python3-pyparsing_3.2.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyparsing_3.2.3.bb => python3-pyparsing_3.2.4.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb b/meta/recipes-devtools/python/python3-pyparsing_3.2.4.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb
rename to meta/recipes-devtools/python/python3-pyparsing_3.2.4.bb
index 459b01fd94..46556e6fb8 100644
--- a/meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb
+++ b/meta/recipes-devtools/python/python3-pyparsing_3.2.4.bb
@@ -10,7 +10,7 @@  BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
 
-SRC_URI[sha256sum] = "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be"
+SRC_URI[sha256sum] = "fff89494f45559d0f2ce46613b419f632bbb6afbdaed49696d322bcf98a58e99"
 
 inherit pypi python_flit_core