python-asttokens 2.2.0-1 source package in Ubuntu

Changelog

python-asttokens (2.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    + Fix compatibility with python3.10. (Closes: #1022445)

 -- Boyuan Yang <email address hidden>  Tue, 29 Nov 2022 12:50:52 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asttokens_2.2.0-1.dsc 2.1 KiB 8973c4535fcaed4ea2a8bf73591d28c48855aef049ddcf9846d3ceaba3ab3cea
python-asttokens_2.2.0.orig.tar.gz 58.9 KiB e27b1f115daebfafd4d1826fc75f9a72f0b74bd3ae4ee4d9380406d74d35e52c
python-asttokens_2.2.0-1.debian.tar.xz 2.4 KiB 0a330c2758b63ab38e2edf08c0350c1933da96beb7dd86af7e487f722503ee27

Available diffs

No changes file available.

Binary packages built by this source

python3-asttokens: annotate Python asbtract syntax trees with code references (Python 3)

 The asttokens module annotates Python abstract syntax trees (ASTs) with the
 positions of tokens and text in the source code that generated them.
 .
 It 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
 efactoring or highlighting.
 .
 This package contains the Python 3 version.