Thu, 23 May 2024 12:04:09 UTC | login

Information for build python-asttokens-1.1.10-2.fc29

ID49133
Package Namepython-asttokens
Version1.1.10
Release2.fc29
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
StartedSun, 08 Jul 2018 15:18:11 UTC
CompletedSun, 08 Jul 2018 15:18:11 UTC
Tags
f29
RPMs
src
python-asttokens-1.1.10-2.fc29.src.rpm (info) (download)
noarch
python2-asttokens-1.1.10-2.fc29.noarch.rpm (info) (download)
python3-asttokens-1.1.10-2.fc29.noarch.rpm (info) (download)
Changelog * Sat Jul 07 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.10-2 - Replace my own patches with better patches from upstream (all tests should now pass) * Thu Jul 05 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.10-1 - Update to latest version (#1586009) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Nov 06 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.6-1 - Initial version