Files
python-lark/python-lark.changes
Matej Cepl 31cd840b90 - Update to 1.3.1
* Bugfix: Restore support for custom input, alongside text
    and TextSlice by @erezsh in (#1562)
  * Keep sdist in sync with git (include all files in source build,
    including docs, tests and examples) by @chanicpanic in (#1561)
- from version 1.3.0
  * Lark can now parse in sections of strings, using TextSlice, as a
    faster alternative to creating a "copy-slice" with s[i:j].
  * Added support to match on Tree instances
  * When serializing a Lark instance, added the option to include the
    grammar object (before compilation).
  * Added convenience method Tree.find_token()
  * Bugfix of an edge case in Earley related to representation of ambiguity.
  * Bugfixes in the standalone parser related to imports
  * Bugfix in indenter - now dedents always contain line information
  * Various small bugfixes (see PR list below)
- from version 1.2.2
  * Bugfix: Earley now respects ambiguity='resolve' again. (#1444)
- Drop py314-functools-partial.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lark?expand=0&rev=21
2025-11-29 22:12:14 +00:00

13 KiB