Sun, 08 Sep 2024 08:06:42 UTC | login

Information for build python-lark-1.1.9-5.fc41

ID325176
Package Namepython-lark
Version1.1.9
Release5.fc41
Epoch
SummaryLark is a modern general-purpose parsing library for Python
DescriptionLark is a modern general-purpose parsing library for Python. Lark focuses on simplicity and power. It lets you choose between two parsing algorithms: Earley : Parses all context-free grammars (even ambiguous ones)! It is the default. LALR(1): Only LR grammars. Outperforms PLY and most if not all other pure-python parsing libraries. Both algorithms are written in Python and can be used interchangeably with the same grammar (aside for algorithmic restrictions). See "Comparison to other parsers" for more details. Lark can auto magically build an AST from your grammar, without any more code on your part. Features: - EBNF grammar with a little extra - Earley & LALR(1) - Builds an AST auto magically based on the grammar - Automatic line & column tracking - Automatic token collision resolution (unless both tokens are regexps) - Python 2 & 3 compatible - Unicode fully supported
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 26 Jul 2024 08:51:09 UTC
CompletedFri, 26 Jul 2024 08:51:09 UTC
Tags
f41
RPMs
src
python-lark-1.1.9-5.fc41.src.rpm (info) (download)
noarch
python3-lark-1.1.9-5.fc41.noarch.rpm (info) (download)
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.9-4 - Rebuilt for Python 3.13 * Tue Apr 30 2024 Miro Hrončok <miro@hroncok.cz> - 1.1.9-3 - Stop providing the legacy lark-parser Python package metadata - python3-lark-parser is still Provided+Obsoleted on the RPM level * Wed Apr 10 2024 Charalampos Stratakis <cstratak@redhat.com> - 1.1.9-1 - Update to 1.1.9 - Fixes: rhbz#2245593 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 27 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.1.7-1 - Rename from lark-parser to lark - Update to 1.1.7 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.9.0-10 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild