python-asttokens 2.0.3-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.
  * d/watch: Use https protocol.
  * Bump Standards-Version to 4.4.1.

  [ Diego M. Rodriguez ]
  * New upstream version 2.0.3. (Closes: #950072)
  * Bump debhelper-compat to 12.
  * Bump Standards-Version to 4.5.0.
  * Replace nose with pytest in build-depends.

 -- Boyuan Yang <email address hidden>  Fri, 07 Feb 2020 12:04:55 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asttokens_2.0.3-1.dsc 2.1 KiB e2bc3af2960ec0e79d783fb2b59ca76fce7a98a0f76aaaf14dc57068e7a894c2
python-asttokens_2.0.3.orig.tar.gz 40.6 KiB 284831ac3e33be743ca6ac018316b66abfd8b1a49d6366ce6c7b1fd07504a21b
python-asttokens_2.0.3-1.debian.tar.xz 1.9 KiB 20459da21cce34aa68cc09a5c8c9f89b551125d370023cdad9e4a6ffef9bc3a2

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.