vulture 2.7-1 source package in Ubuntu

Changelog

vulture (2.7-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ Sandro Tosi ]
  * New upstream release
  * debian/control
    - run wrap-and-sort
    - add pint to b-d, needed by tests
  * debian/tests/control
    - depends on build-deps

 -- Sandro Tosi <email address hidden>  Sun, 26 Feb 2023 01:32:42 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vulture_2.7-1.dsc 2.0 KiB 0945f9ae76b38be53e5529b2ff048c6d0642e4039633a11fe38445533fe5b63f
vulture_2.7.orig.tar.xz 35.9 KiB 7696e42d2608ffa2d4f0a1f3e4c6a356113c867a15b4e5a124529da9018115c2
vulture_2.7-1.debian.tar.xz 4.4 KiB 14b6c84031a749845d86e78e37210f3be698d7a3acf2d4b9dd155b51d9207f33

Available diffs

No changes file available.

Binary packages built by this source

vulture: scans for unused ("dead") code in a Python program

 Vulture uses static code analysis to find unused classes, functions and
 variables in Python code. This helps to cleanup and find errors in
 programs. However, the user has to be aware that the static method has
 its limitations.