Information for build python-libcst-1.8.0-4.fc43~bootstrap

ID131869
Package Namepython-libcst
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.8.0
Release4.fc43~bootstrap
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-libcst.git#12e01308d5f7521362c62a153eeb8fe19dfdf890
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 byzhangsongsong
State failed
Volume DEFAULT
StartedThu, 14 Aug 2025 20:33:45 CST
CompletedThu, 14 Aug 2025 20:39:32 CST
Taskbuild (f43-bootstrap, /rpms/python-libcst.git:12e01308d5f7521362c62a153eeb8fe19dfdf890)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-libcst.git#12e01308d5f7521362c62a153eeb8fe19dfdf890'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 04 2025 Python Maint <python-maint@redhat.com> - 1.8.0-3 - Rebuilt for Python 3.14 * Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.8.0-2 - Bootstrap for Python 3.14 * Wed May 28 2025 Karolina Surma <ksurma@redhat.com> - 1.8.0-1 - Update to 1.8.0 * Thu Mar 20 2025 Michel Lind <salimma@fedoraproject.org> - 1.7.0-1 - Update to 1.7.0; Fixes: RHBZ#2351860 * Fri Feb 21 2025 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-2 - Apply minor patch for compatibility with annotate-snippets 0.11 * Tue Jan 21 2025 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1 - Update to version 1.6.0; Fixes RHBZ#2317826 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Aug 13 2024 Michel Lind <salimma@fedoraproject.org> - 1.4.0-1 - Update to version 1.4.0; Fixes: RHBZ#2264887 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.1.0-4 - Rebuilt for Python 3.13 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.0-3 - Bootstrap for Python 3.13 * Thu Feb 01 2024 Michel Lind <salimma@fedoraproject.org> - 1.1.0-2 - Rebuild with tests enabled * Wed Jan 31 2024 Michel Lind <salimma@fedoraproject.org> - 1.1.0-1 - Update to 1.1.0 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Oct 27 2023 Miro Hrončok <miro@hroncok.cz> - 0.4.10-2 - Fix build --without tests * Wed Sep 06 2023 Michel Lind <salimma@fedoraproject.org> - 0.4.10-1 - Update to 0.4.10 - Use SPDX license identifiers - Modernize to use the new Python packaging guidelines