Mon, 17 Jun 2024 13:04:46 UTC | login

Information for build python-libcst-0.3.17-4.fc33

ID194907
Package Namepython-libcst
Version0.3.17
Release4.fc33
Epoch
SummaryA concrete syntax tree with AST-like properties for Python 3
Description LibCST 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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 06:09:49 UTC
CompletedSat, 24 Apr 2021 06:09:49 UTC
Tags
f33
f37
f38
RPMs
src
python-libcst-0.3.17-4.fc33.src.rpm (info) (download)
noarch
python-libcst-doc-0.3.17-4.fc33.noarch.rpm (info) (download)
python3-libcst-0.3.17-4.fc33.noarch.rpm (info) (download)
Changelog * Wed Mar 03 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.17-4 - Fix intersphinx inventory path - Fix %py_provides gating * Wed Mar 03 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.17-3 - Fix docs build and enable it by default * Tue Mar 02 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.17-2 - Fix license - Switch to GitHub tarball - Add docs build (disabled by default) - Switch to pytest and document ignored tests * Tue Mar 02 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.17-1 - Initial package.