forked from pool/python-lark
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lark?expand=0&rev=17
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32f5f3e1418df3a9032d1a8f9bea62427319e28733ac463f5f37d311b1d99c01
|
||||
size 416074
|
||||
BIN
lark-1.2.2.tar.gz
LFS
Normal file
BIN
lark-1.2.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 08:30:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user