Tue, 17 Mar 2026 01:03:15 CST | login

Information for build python-lark-parser-1.1.7-5.ocs23.rva23

ID25090
Package Namepython-lark-parser
Version1.1.7
Release5.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-lark-parser.git?.#40ce09f55056171e034a13f453a524c1f4f8e087
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 bymaxonxie
State complete
Volume DEFAULT
StartedMon, 16 Mar 2026 15:51:43 CST
CompletedMon, 16 Mar 2026 18:16:18 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/python-lark-parser.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-lark-parser.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
python-lark-parser-1.1.7-5.ocs23.rva23.src.rpm (info) (download)
noarch
python3-lark-parser-1.1.7-5.ocs23.rva23.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.7-5 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.7-4 - Rebuilt for loongarch release * Sat Oct 07 2023 Shuo Wang <abushwang@tencent.com> - 1.1.7-3 - update tar for common.lark * Wed Sep 27 2023 cunshunxia <cunshunxia@tencent.com> - 1.1.7-2 - provide dist for compat with python-hypothesmith * Fri Sep 22 2023 jackeyji <jackeyji@tencent.com> - 1.1.7-1 - upgrade to 1.1.7 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.0-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.0-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.0-2 - Rebuilt for OpenCloudOS Stream 23 * Thu Mar 16 2023 Shuo Wang <abushwang@tencent.com> - 0.9.0-1 - initial build