diff --git a/lark-1.1.9.tar.gz b/lark-1.1.9.tar.gz deleted file mode 100644 index f4f0ae0..0000000 --- a/lark-1.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f5f3e1418df3a9032d1a8f9bea62427319e28733ac463f5f37d311b1d99c01 -size 416074 diff --git a/lark-1.2.2.tar.gz b/lark-1.2.2.tar.gz new file mode 100644 index 0000000..c3971ba --- /dev/null +++ b/lark-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472a686b2cf8034938e9fd5df98afd09ae8781e837bfd74abb18d161cc504a82 +size 416094 diff --git a/python-lark.changes b/python-lark.changes index 89bb086..183bae2 100644 --- a/python-lark.changes +++ b/python-lark.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Oct 3 08:30:59 UTC 2024 - Dirk Müller + +- update to 1.2.2: + * Bugfix: Earley now respects ambiguity='resolve' again. +- update to 1.2.1: + * Dropped support for Python versions lower than 3.8 + * Several bugfixes in the Earley algorithm, related to + suppressed ambiguities + * Improved performance in `InteractiveParser.accepts()` + * Give "Shaping the tree" clear sub-headings + * Fix for when providing a transformer with a Token + * Pin types-regex to a working version + * Add Outlines to list of projects using Lark + * Code coverage: Update Python version + * Attempt to solve performance problems in accepts() + * Docs: Added Indenter + * Clean up test_parser.py, use xFail instead of skip where + appropriate + * Update config and drop python < 3.8 + * BUGFIX Earley: Now yielding a previously repressed ambiguity + * Fix SymbolNode.end for completed tokens + * Disable ForestToParseTree cache when ambiguity='resolve' + * Bugfix for issue #1434 + ------------------------------------------------------------------- Sat Jan 13 20:25:08 UTC 2024 - Dirk Müller diff --git a/python-lark.spec b/python-lark.spec index c3499ed..409c7b9 100644 --- a/python-lark.spec +++ b/python-lark.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-lark -Version: 1.1.9 +Version: 1.2.2 Release: 0 Summary: A parsing library for Python License: MIT