python-asttokens 2.0.5-2 source package in Ubuntu

Changelog

python-asttokens (2.0.5-2) unstable; urgency=medium

  * Team upload.
  
  [ Boyuan Yang ]
  * debian/rules: Re-enable tests since the library is now compatible
    with python3.10. (Closes: #976119)
  * debian/control: Use actual project homepage.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Boyuan Yang <email address hidden>  Tue, 12 Apr 2022 14:36:47 -0400

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asttokens_2.0.5-2.dsc 2.1 KiB ba263df051d391bd5fa7f782b7166ac79f5561bf6b6b189f4dd015370ac0e52b
python-asttokens_2.0.5.orig.tar.gz 49.0 KiB 9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5
python-asttokens_2.0.5-2.debian.tar.xz 2.4 KiB db0b78d42ca3a2d09e566f9cb880db2e03f9f29f7f0e37d843e3c6a148fafb4a

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.