Mon, 24 Jun 2024 20:18:17 UTC | login

Information for build python-libcst-0.3.21-6.fc38

ID228736
Package Namepython-libcst
Version0.3.21
Release6.fc38
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
StartedWed, 22 Feb 2023 15:08:54 UTC
CompletedWed, 22 Feb 2023 15:08:54 UTC
Tags
f38
f39
f40
RPMs
src
python-libcst-0.3.21-6.fc38.src.rpm (info) (download)
noarch
python-libcst-doc-0.3.21-6.fc38.noarch.rpm (info) (download)
python3-libcst-0.3.21-6.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jul 16 2022 Python Maint <python-maint@redhat.com> - 0.3.21-4 - Rebuilt for Python 3.11 * Mon Jun 20 2022 Python Maint <python-maint@redhat.com> - 0.3.21-3 - Bootstrap for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Nov 07 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.21-1 - Update to 0.3.21; Fixes: RHBZ#1960292, RHBZ#1959007 * Sun Nov 07 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.18-7 - Drop logic for Fedora 32 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 07 2021 Python Maint <python-maint@redhat.com> - 0.3.18-4 - Rebuilt for Python 3.10 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.18-3 - Bootstrap for Python 3.10 * Wed Apr 21 2021 Tomas Hrnciar <thrnciar@redhat.com> - 0.3.18-2 - Add bcond to disable tests to avoid dependency loop on python-hypothesmith * Sat Apr 03 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.18-1 - Update to 0.3.18 - Add hypothesmith to BuildRequires and enable back some more tests * 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.