Fri, 02 Jan 2026 20:58:14 CST | login

Information for build python-libcst-1.0.1-1.oc9

ID20034
Package Namepython-libcst
Version1.0.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-libcst.git?.#5e8e937754085dfd27b942e479b111c82e1f8bc2
SummaryA concrete syntax tree with AST-like properties for Python 3
DescriptionLibCST parses Python source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications and linters. LibCST creates a compromise between an Abstract Syntax Tree (AST) and a traditional Concrete Syntax Tree (CST). By carefully reorganizing and naming node types and fields, it creates a lossless CST that looks and feels like an AST.
Built bydenisecheng
State complete
Volume DEFAULT
StartedTue, 16 Jan 2024 17:41:52 CST
CompletedTue, 16 Jan 2024 17:43:42 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-libcst.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-libcst.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
RPMs
src
python-libcst-1.0.1-1.oc9.src.rpm (info) (download)
noarch
python3-libcst-1.0.1-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 28 2023 cunshunxia <cunshunxia@tencent.com> - 1.0.1-1 - Upgrade to version 1.0.1 * Tue Sep 26 2023 cunshunxia <cunshunxia@tencent.com> - 0.4.10-1 - initial build