Thu, 23 May 2024 03:38:47 UTC | login

Information for build python-asttokens-1.1.13-1.fc31

ID92137
Package Namepython-asttokens
Version1.1.13
Release1.fc31
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, 24 Jul 2019 03:07:46 UTC
CompletedWed, 24 Jul 2019 03:07:46 UTC
Tags
f31
RPMs
src
python-asttokens-1.1.13-1.fc31.src.rpm (info) (download)
noarch
python3-asttokens-1.1.13-1.fc31.noarch.rpm (info) (download)
Changelog * Sat May 04 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.13-1 - Update to latest version (#1697407) * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.10-4 - Subpackage python2-asttokens has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * 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