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

ID172108
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
Release6.fc43~bootstrap
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-libcst.git#7693ba973a53ea89d0b2696daabc7fc5953c2fc1
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
StartedFri, 21 Nov 2025 03:12:50 CST
CompletedFri, 21 Nov 2025 03:16:01 CST
Taskbuild (f43-bootstrap, /rpms/python-libcst.git:7693ba973a53ea89d0b2696daabc7fc5953c2fc1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-libcst.git#7693ba973a53ea89d0b2696daabc7fc5953c2fc1'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.8.0-6 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.8.0-5 - Rebuilt for Python 3.14.0rc2 bytecode * 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