Thu, 23 May 2024 01:41:53 UTC | login

Information for build python-asttokens-1.1.10-4.fc30

ID75881
Package Namepython-asttokens
Version1.1.10
Release4.fc30
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
StartedSat, 01 Dec 2018 03:36:56 UTC
CompletedSat, 01 Dec 2018 03:36:56 UTC
Tags
f30
f31
RPMs
src
python-asttokens-1.1.10-4.fc30.src.rpm (info) (download)
noarch
python3-asttokens-1.1.10-4.fc30.noarch.rpm (info) (download)
Changelog * 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