]> git.ipfire.org Git - ipfire-2.x.git/commit
python3-pyparsing:Update to version 3.0.9 and to work with python-3.10.8
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Nov 2022 18:57:21 +0000 (19:57 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 10 Nov 2022 15:13:53 +0000 (15:13 +0000)
commit6a4a621edba6eed387d53a8784e09075e7d46c02
treeb7a90f5724f276a613bb53d2ee1e0bdb74fb3aaf
parent87eb5329b2252dc9f5be2f0ddc8d67458821b7b0
python3-pyparsing:Update to version 3.0.9 and to work with python-3.10.8

- Updated from version 3.0.7 to 3.0.9
- Update of rootfile
- Changelog
    Version 3.0.9 -
- Added Unicode set `BasicMultilingualPlane` (may also be referenced
  as `BMP`) representing the Basic Multilingual Plane (Unicode
  characters up to code point 65535). Can be used to parse
  most language characters, but omits emojis, wingdings, etc.
  Raised in discussion with Dave Tapley (issue #392).
- To address mypy confusion of `pyparsing.Optional` and `typing.Optional`
  resulting in `error: "_SpecialForm" not callable` message
  reported in issue #365, fixed the import in exceptions.py. Nice
  sleuthing by Iwan Aucamp and Dominic Davis-Foster, thank you!
  (Removed definitions of `OptionalType`, `DictType`, and `IterableType`
  and replaced them with `typing.Optional`, `typing.Dict`, and
  `typing.Iterable` throughout.)
- Fixed typo in jinja2 template for railroad diagrams, thanks for the
  catch Nioub (issue #388).
- Removed use of deprecated `pkg_resources` package in
  railroad diagramming code (issue #391).
- Updated bigquery_view_parser.py example to parse examples at
  https://cloud.google.com/bigquery/docs/reference/legacy-sql

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/packages/python3-pyparsing
lfs/python3-pyparsing