SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-lark-1.1.9-1.5.noarch.rpm :

* Sat Jan 13 2024 Dirk Müller - update to 1.1.9:
* Use MAXWIDTH instead of MAXREPEAT when available
* Fix nested list markdown syntax in how_to_use.md
* Run tests against Python 3.12
* Wed Dec 20 2023 Dirk Müller - update to 1.1.8:
* Populate the `Token.end_
*` fields for ignored tokens
* Include .lark files in package data
* Add an error message when using Lark.save() when parser!=\'lalr\'
* Add and improve docstrings
* Small update to PR #1338
* Fix 1345 attempt two
* Earley now uses OrderedSet for better output stability
* ContextualLexer now uses self.basic_lexer for easy extensibility (iss…
* Improved typing around LALR and ParserState
* Typing fixes. Mypy now produces 0 type errors
* Standalone: Added support for interactive parser.- update to 1.1.7:
* Bugfix in propagate_positions (issue #1304)- update to 1.1.6:
* Added strict-mode, enabled by `strict=True`, implemented using interegular by AATTMegaIng
* Read more here: https://lark- parser.readthedocs.io/en/latest/how_to_use.html#strict-mode
* Cache: Replace md5 hashing with sha256.
* Support for Python-style comments in Lark grammar
* Updates to python.lark
* Bugfixes and cleanup
* Tue Oct 24 2023 Daniel Garcia - Remove not needed python-Js2Py BuildRequires
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Dec 13 2022 Yogalakshmi Arunachalam - Update to v1.1.5
* What\'s Changed setup.cfg: Replace deprecated license_file with license_files by AATTmgorny in #1209 Fix Github shenanigans by AATTerezsh in #1220 Fix AmbiguousExpander (Issue #1214) by AATTchanicpanic in #1216 Fix EOF line information in InteractiveParser.resume_parse() by AATTerezsh in #1224 Use generator instead of list expand or add method by AATTjmishra01 in #1225
* Fri Dec 02 2022 Yogalakshmi Arunachalam - Update to v1.1.4 ci: Python 3.11 final by AATThenryiii in #1204 Add __all__ to __init__ by AATTaspizu in #1200 PropagatePositions: Allow any object to carry the metadata, by returning it in __lark_meta__() by AATTerezsh in #1203 fix: Token now pattern matches correctly by AATTmarcinplatek in #1181 Updates to merge PR #1151 by AATTerezsh in #1205 style: pre-commit basic config by AATThenryiii in #1151 PR for v1.1.4 by AATTerezsh in #1208
* Fri Oct 28 2022 Yogalakshmi Arunachalam - Update to v1.1.3 Various fixes and refactors
* Add user to cache filename; better handle cache load/save failures by AATTklauer in #1179
* refactor: add \'usedforsecurity=False\' arg to hashlib.md5 usage by AATTcquick01 in #1190
* Create lark/grammars/init.py by AATTchanicpanic in #1171
* Adjust imports for Python 3.11 by AATTThe-Compiler in #1140
* Fix for issue #1173 by AATTerezsh in #1198
* Add match stmt support to python.lark by AATTjoseph-e-k in #1123
* Added match stmt support to python.lark by AATTMegaIng in #1016
* Linting to fix minor issues by AATTErotemic in #1128
* Simplify lexer: Use Match.lastgroup instead of lastindex by AATTerezsh in #1129
* Fix confusing import in examples by AATTJonasLoos in #1138
* Move iter_subtrees_topdown into standalone by AATTcamgunz in #1137
* Fix 1146: use the class\'s get instead of the instance\'s get by AATTMegaIng in #1147
* fix: remove Python 2 legacy packaging code by AATThenryiii in #1148
* Fix for PR #1149 by AATTerezsh in #1150
* Old link for sppf is no longer valid. Point to web archive instead. by AATTpatrickhuber in #1159
* Fix ForestToPyDotVisitor by AATTchanicpanic in #1167
* Close file-like objects to address ResourceWarning. by AATTshawnbrown in #1183
* Minor adjustments to PR #1179 by AATTerezsh in #1189
* Adjustments for PR #1152 by AATTerezsh in #1191
* Remove trailing whitespace by AATTbcr in #1196
* Sun Oct 09 2022 Ben Greiner - Rename to python-lark- Update dependencies- Fix License identifier: LICENSE was changed 6 years ago
* Thu Jul 14 2022 Johannes Kastl - BuildRequire pytest >= 6.0.0, to avoid \'/home/abuild/rpmbuild/BUILD/lark-1.1.2/pytest.ini:2: requires pytest-6.0, actual pytest-3.10.1\'
* Tue May 24 2022 Alberto Planas Dominguez - Update to 1.1.2
* Tree instances now have a pretty print with the \"rich\" library, when doing rich.print(tree)
* Bugfix for recursive regexes (with the \"regex\" library)
* Refactors, cleanups, and better mypy support
* Clean up tree templates implementation to reduce mypy errors
* Remove redefinitions related to standalone parser
* Added Tree.rich() method to make Tree a Rich renderable
* Rename lexer_state->lexer_thread, and make a few adjustments for the benefit of Lark-Cython
* Use isinstance() checks in expcetions match_examples()
* change MAXREPEAT to int
* Tests: Small fixes- For previous changes check https://github.com/lark-parser/lark/releases- Drop Python2 support
* Wed May 26 2021 pgajdosAATTsuse.com- version update to 0.11.3
* lot of changes, see https://github.com/lark-parser/lark/releases- removed sources
* testdata.tar.gz (unneeded)- %check: use %pytest rpm macro
 
ICM