Thu, 23 May 2024 12:25:55 UTC | login

Information for build python-asttokens-2.4.1-4.fc40

ID291049
Package Namepython-asttokens
Version2.4.1
Release4.fc40
Epoch
SummaryModule to annotate Python abstract syntax trees with source code positions
DescriptionThe asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. This makes it possible for tools that work with logical AST nodes to find the particular text that resulted in those nodes, for example for automated refactoring or highlighting.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 28 Feb 2024 16:38:58 UTC
CompletedWed, 28 Feb 2024 16:38:58 UTC
Tags
f40
f41
RPMs
src
python-asttokens-2.4.1-4.fc40.src.rpm (info) (download)
noarch
python3-asttokens-2.4.1-4.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.4.1-2 - Convert license tag to SPDX * Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.4.1-1 - Version 2.4.1 (rhbz#2246346) * Wed Sep 06 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.4.0-1 - Version 2.4.0 (rhbz#2236972) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1^20230701a802446-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 02 2023 Python Maint <python-maint@redhat.com> - 2.2.1^20230701a802446-2 - Rebuilt for Python 3.12 * Sun Jul 02 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.2.1^20230701a802446-1 - Use sources from 3.12 branch to add compatibility with Python 3.12 * Wed Feb 15 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.2.1-1 - Update to 2.2.1 (resolves: rhbz#2149290) * Fri Jan 20 2023 Miro Hrončok <miro@hroncok.cz> - 2.1.0-3 - Remove an unneeded build dependency on deprecated python3dist(toml) - https://fedoraproject.org/wiki/Changes/DeprecatePythonToml * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 01 2022 Lumir Balhar <lbalhar@redhat.com> - 2.1.0-1 - Update to 2.1.0 * Wed Aug 17 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.8-1 - Version 2.0.8 (rhbz#2116423) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.5-7 - Rebuilt for Python 3.11 * Wed Apr 27 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.5-6 - Do not test against astroid (rhbz#2034943) * Mon Apr 25 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.5-5 - Rewrap %description to 80 columns