python-asttokens 2.4.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * debian/control: Migrate to pybuild-plugin-pyproject build-dep.

 -- Boyuan Yang <email address hidden>  Tue, 28 Nov 2023 05:31:49 -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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asttokens_2.4.1-1.dsc 2.2 KiB 560cfe40559906e633e731d1ece141b99dcace7696fea62c392cc84f4b849bd8
python-asttokens_2.4.1.orig.tar.gz 60.8 KiB b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0
python-asttokens_2.4.1-1.debian.tar.xz 2.5 KiB c6365bf7cc77641df3d8bb4c3f62b9a64a740dec66b7af2a26a507c629ce6609

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.