Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-lark-1.1.5-150400.9.3.9 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-lark Distribution: SUSE Linux Enterprise 15
Version: 1.1.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.9.3.9 Build date: Wed Oct 4 00:34:33 2023
Group: Development/Languages/Python Build host: h01-ch3c
Size: 1346756 Source RPM: python-lark-1.1.5-150400.9.3.9.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/lark-parser/lark
Summary: A parsing library for Python
Lark is a general-purpose parsing library for Python.

With Lark, one can parse any context-free grammar with little code.

Provides

Requires

License

MIT

Changelog

* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Tue Dec 13 2022 yarunachalam@suse.com
  - Update to v1.1.5
    * What's Changed
    setup.cfg: Replace deprecated license_file with license_files by @mgorny in #1209
    Fix Github shenanigans by @erezsh in #1220
    Fix AmbiguousExpander (Issue #1214) by @chanicpanic in #1216
    Fix EOF line information in InteractiveParser.resume_parse() by @erezsh in #1224
    Use generator instead of list expand or add method by @jmishra01 in #1225
* Fri Dec 02 2022 yarunachalam@suse.com
  - Update to v1.1.4
    ci: Python 3.11 final by @henryiii in #1204
    Add __all__ to __init__ by @aspizu in #1200
    PropagatePositions: Allow any object to carry the metadata,
    by returning it in __lark_meta__() by @erezsh in #1203
    fix: Token now pattern matches correctly by @marcinplatek in #1181
    Updates to merge PR #1151 by @erezsh in #1205
    style: pre-commit basic config by @henryiii in #1151
    PR for v1.1.4 by @erezsh in #1208
* Fri Oct 28 2022 yarunachalam@suse.com
  - Update to v1.1.3
    Various fixes and refactors
    * Add user to cache filename; better handle cache load/save failures by @klauer in #1179
    * refactor: add 'usedforsecurity=False' arg to hashlib.md5 usage by @cquick01 in #1190
    * Create lark/grammars/init.py by @chanicpanic in #1171
    * Adjust imports for Python 3.11 by @The-Compiler in #1140
    * Fix for issue #1173 by @erezsh in #1198
    * Add match stmt support to python.lark by @joseph-e-k in #1123
    * Added match stmt support to python.lark by @MegaIng in #1016
    * Linting to fix minor issues by @Erotemic in #1128
    * Simplify lexer: Use Match.lastgroup instead of lastindex by @erezsh in #1129
    * Fix confusing import in examples by @JonasLoos in #1138
    * Move iter_subtrees_topdown into standalone by @camgunz in #1137
    * Fix 1146: use the class's get instead of the instance's get by @MegaIng in #1147
    * fix: remove Python 2 legacy packaging code by @henryiii in #1148
    * Fix for PR #1149 by @erezsh in #1150
    * Old link for sppf is no longer valid. Point to web archive instead. by @patrickhuber in #1159
    * Fix ForestToPyDotVisitor by @chanicpanic in #1167
    * Close file-like objects to address ResourceWarning. by @shawnbrown in #1183
    * Minor adjustments to PR #1179 by @erezsh in #1189
    * Adjustments for PR #1152 by @erezsh in #1191
    * Remove trailing whitespace by @bcr in #1196
* Sun Oct 09 2022 code@bnavigator.de
  - Rename to python-lark
  - Update dependencies
  - Fix License identifier: LICENSE was changed 6 years ago
* Thu Jul 14 2022 kastl@b1-systems.de
  - 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 aplanas@suse.com
  - 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 pgajdos@suse.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
* Fri Jul 03 2020 alarrosa@suse.com
  - Update to 0.9.0
    * Added error handling to LALR!
      + on_error option to Lark.parse().
      + Parser now comes with a puppet for advanced error handling.
    * Support for better regexps with the regex module, when using
      Lark(..., regex=True)
  - Update to 0.8.9
    * Bugfix for PyInstaller (2) (Fixing the last two releases)
  - Update to 0.8.8
    * Reverted EOF commit due to unexpected problems.
  - Update to 0.8.7
    * Bugfix for PyInstaller
  - Update to 0.8.6
    * Grammar caching: It's now possible to cache the results of the
      LALR grammar analysis, for x2 to x3 faster loading. Use
      Lark(..., cache=True) or specify a file name.
    * Grammar templates: Added support for grammar "functions" that
      expand in preprocessing.
    * Lark online IDE: Technically not a feature, but it's possible to
      run Lark in the browser. Now we also have a simple IDE on github
      pages: https://lark-parser.github.io/lark/ide/app.html
    * Other changes:
      + Improved performance for large grammars
      + More debug prints when in debug mode
      + Better support for PyInstaller
      + Lots of bugfixes: mypy stubs, v_args, docs, and more.
* Wed Apr 15 2020 mcalabkova@suse.com
  - Update to 0.8.5
    * Updated js2py version (for the optional nearley support)
    * Added the g_regex_flags option, to allow applying flags to all terminals.
    * The standalone parser is now MPL2, instead of GPL. The Mozilla
      Public License is much less restrictive, so this shouldn't affect
      anyone who's already using the standalone parser. But it should
      make it easier for other users to adopt it.
    * The biggest change to this release is a new LALR engine, that is
      capable of dealing with a few edge cases that the previous parser couldn't.
    * Transformers now visit tokens, as well as rules (an alternative to
      lexer_callbacks)
* Sun Oct 27 2019 lars@linux-schulserver.de
  - Update to 0.7.7:
    * Fixed a bug in Earley where running it from different threads
      produced bad results
    * Improved error reporting when using LALR
    * Added 'edit_terminals' option, to allow programmatical manipulation
      of terminals, for example to support keywords in different languages.
* Wed Sep 11 2019 tchvatal@suse.com
  - Update to 0.7.5:
    * Lark transformers can now visit tokens as wel
    * Fixed long-standing non-determinism and prioritization bugs in Earley.
    * Serialize tool now supports multiple start symbols
    * iter_subtrees, find_data and find_pred methods are now included in standalone parser
    * Bugfixes for the transformer interface, for the custom lexer, for grammar imports, and many more
* Mon Aug 26 2019 jayvdb@gmail.com
  - Drop no longer necessary disable_test.patch
  - Replace %doc entry docs/ with docs/* to avoid extra sub-directory
  - Added Suggests: python-Js2Py for optional runtime dependency
  - Update to v0.7.3
    * Added a new tool called Serialize, that stores Lark's internal
      state as JSON. That will allow for integration with other languages.
    * Minor bugfix regarding line-counting and the \s regex
  - from v0.7.2
    * Lark now allows you to specify the start symbol when calling
      Lark.parse() (requires pre-declaration of all possible start states,
      see the start option)
    * Negative priority now allowed in rules and terminals
    * Also includes many minor bugfixes, optimizations, and improvements
      to documentation
* Tue May 21 2019 pgajdos@suse.com
  - version update to 0.7.1
      Lark can now serialize its parsers, resulting in simplified stand-alone code.
      Bugfix for v_args (Issue #350)
      Improvements and bugfixes for importing rules from grammar files
      Performance improvement for the reconstructor feature
      New Earley implementation with SPPF support
      Added support for importing rules between grammars. The import mechanism
      is namespace-aware.
      Added the maybe_placeholders option, which causes optionals of the form
      [expr] to return None when not matched, instead of just not appearing.
      (optionals of the form expr? maintain the previous behavior of not
      appearing unless matched)
      Plenty of bugfixes, better errors, and better docs
* Thu Mar 14 2019 jengelh@inai.de
  - Trim bias from description.
* Wed Mar 13 2019 mimi.vx@gmail.com
  - initial commit
  - add disable_test.patch - skip test without needed data

Files

/usr/lib/python3.11/site-packages/lark
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/lark-1.1.5-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/lark/__init__.py
/usr/lib/python3.11/site-packages/lark/__pycache__
/usr/lib/python3.11/site-packages/lark/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/ast_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/ast_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/common.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/grammar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/grammar.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/indenter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/indenter.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/lark.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/lark.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/lexer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/lexer.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/load_grammar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/load_grammar.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/parse_tree_builder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/parse_tree_builder.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/parser_frontends.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/parser_frontends.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/reconstruct.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/reconstruct.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/tree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/tree.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/tree_matcher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/tree_matcher.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/tree_templates.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/tree_templates.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/visitors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pycache__/visitors.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pyinstaller
/usr/lib/python3.11/site-packages/lark/__pyinstaller/__init__.py
/usr/lib/python3.11/site-packages/lark/__pyinstaller/__pycache__
/usr/lib/python3.11/site-packages/lark/__pyinstaller/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pyinstaller/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pyinstaller/__pycache__/hook-lark.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/__pyinstaller/__pycache__/hook-lark.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/__pyinstaller/hook-lark.py
/usr/lib/python3.11/site-packages/lark/ast_utils.py
/usr/lib/python3.11/site-packages/lark/common.py
/usr/lib/python3.11/site-packages/lark/exceptions.py
/usr/lib/python3.11/site-packages/lark/grammar.py
/usr/lib/python3.11/site-packages/lark/grammars
/usr/lib/python3.11/site-packages/lark/grammars/__init__.py
/usr/lib/python3.11/site-packages/lark/grammars/__pycache__
/usr/lib/python3.11/site-packages/lark/grammars/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/grammars/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/grammars/common.lark
/usr/lib/python3.11/site-packages/lark/grammars/lark.lark
/usr/lib/python3.11/site-packages/lark/grammars/python.lark
/usr/lib/python3.11/site-packages/lark/grammars/unicode.lark
/usr/lib/python3.11/site-packages/lark/indenter.py
/usr/lib/python3.11/site-packages/lark/lark.py
/usr/lib/python3.11/site-packages/lark/lexer.py
/usr/lib/python3.11/site-packages/lark/load_grammar.py
/usr/lib/python3.11/site-packages/lark/parse_tree_builder.py
/usr/lib/python3.11/site-packages/lark/parser_frontends.py
/usr/lib/python3.11/site-packages/lark/parsers
/usr/lib/python3.11/site-packages/lark/parsers/__init__.py
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/cyk.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/cyk.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/earley.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/earley.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/earley_common.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/earley_common.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/earley_forest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/earley_forest.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/grammar_analysis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/grammar_analysis.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/lalr_analysis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/lalr_analysis.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/lalr_interactive_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/lalr_interactive_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/lalr_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/lalr_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/xearley.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/parsers/__pycache__/xearley.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/parsers/cyk.py
/usr/lib/python3.11/site-packages/lark/parsers/earley.py
/usr/lib/python3.11/site-packages/lark/parsers/earley_common.py
/usr/lib/python3.11/site-packages/lark/parsers/earley_forest.py
/usr/lib/python3.11/site-packages/lark/parsers/grammar_analysis.py
/usr/lib/python3.11/site-packages/lark/parsers/lalr_analysis.py
/usr/lib/python3.11/site-packages/lark/parsers/lalr_interactive_parser.py
/usr/lib/python3.11/site-packages/lark/parsers/lalr_parser.py
/usr/lib/python3.11/site-packages/lark/parsers/xearley.py
/usr/lib/python3.11/site-packages/lark/py.typed
/usr/lib/python3.11/site-packages/lark/reconstruct.py
/usr/lib/python3.11/site-packages/lark/tools
/usr/lib/python3.11/site-packages/lark/tools/__init__.py
/usr/lib/python3.11/site-packages/lark/tools/__pycache__
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/nearley.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/nearley.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/serialize.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/serialize.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/standalone.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/lark/tools/__pycache__/standalone.cpython-311.pyc
/usr/lib/python3.11/site-packages/lark/tools/nearley.py
/usr/lib/python3.11/site-packages/lark/tools/serialize.py
/usr/lib/python3.11/site-packages/lark/tools/standalone.py
/usr/lib/python3.11/site-packages/lark/tree.py
/usr/lib/python3.11/site-packages/lark/tree_matcher.py
/usr/lib/python3.11/site-packages/lark/tree_templates.py
/usr/lib/python3.11/site-packages/lark/utils.py
/usr/lib/python3.11/site-packages/lark/visitors.py
/usr/share/doc/packages/python311-lark
/usr/share/doc/packages/python311-lark/Makefile
/usr/share/doc/packages/python311-lark/README.md
/usr/share/doc/packages/python311-lark/_static
/usr/share/doc/packages/python311-lark/_static/comparison_memory.png
/usr/share/doc/packages/python311-lark/_static/comparison_runtime.png
/usr/share/doc/packages/python311-lark/_static/lark_cheatsheet.pdf
/usr/share/doc/packages/python311-lark/_static/sppf
/usr/share/doc/packages/python311-lark/_static/sppf/sppf.html
/usr/share/doc/packages/python311-lark/_static/sppf/sppf_111.svg
/usr/share/doc/packages/python311-lark/_static/sppf/sppf_abcd.svg
/usr/share/doc/packages/python311-lark/_static/sppf/sppf_abcd_noint.svg
/usr/share/doc/packages/python311-lark/_static/sppf/sppf_cycle.svg
/usr/share/doc/packages/python311-lark/classes.rst
/usr/share/doc/packages/python311-lark/conf.py
/usr/share/doc/packages/python311-lark/features.md
/usr/share/doc/packages/python311-lark/forest.rst
/usr/share/doc/packages/python311-lark/grammar.md
/usr/share/doc/packages/python311-lark/how_to_develop.md
/usr/share/doc/packages/python311-lark/how_to_use.md
/usr/share/doc/packages/python311-lark/ide
/usr/share/doc/packages/python311-lark/ide/app
/usr/share/doc/packages/python311-lark/ide/app.html
/usr/share/doc/packages/python311-lark/ide/app.js
/usr/share/doc/packages/python311-lark/ide/app/app.py
/usr/share/doc/packages/python311-lark/ide/app/core.py
/usr/share/doc/packages/python311-lark/ide/app/examples.py
/usr/share/doc/packages/python311-lark/ide/app/ext.py
/usr/share/doc/packages/python311-lark/ide/app/files.json
/usr/share/doc/packages/python311-lark/ide/app/html5.py
/usr/share/doc/packages/python311-lark/ide/app/ignite.py
/usr/share/doc/packages/python311-lark/ide/app/utils.py
/usr/share/doc/packages/python311-lark/ide/is-loading.gif
/usr/share/doc/packages/python311-lark/ide/lark-logo.png
/usr/share/doc/packages/python311-lark/index.rst
/usr/share/doc/packages/python311-lark/json_tutorial.md
/usr/share/doc/packages/python311-lark/make.bat
/usr/share/doc/packages/python311-lark/parsers.md
/usr/share/doc/packages/python311-lark/philosophy.md
/usr/share/doc/packages/python311-lark/recipes.md
/usr/share/doc/packages/python311-lark/requirements.txt
/usr/share/doc/packages/python311-lark/tools.md
/usr/share/doc/packages/python311-lark/tree_construction.md
/usr/share/doc/packages/python311-lark/visitors.rst
/usr/share/licenses/python311-lark
/usr/share/licenses/python311-lark/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024