vulture 0.8.1-1 source package in Ubuntu

Changelog

vulture (0.8.1-1) unstable; urgency=medium

  * New upstream release.
  * deb/control:
    + added Enhances against prospector.
    + added build-deps for pytest and pytest-cov.
  * deb/copyright: updated.
  * deb/rules: added override to dh_auto_test, but disabled due to
    outdated pytest-cov.

 -- Daniel Stender <email address hidden>  Sat, 24 Oct 2015 02:05:01 +0200

Upload details

Uploaded by:
Daniel Stender
Uploaded to:
Sid
Original maintainer:
Daniel Stender
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vulture_0.8.1-1.dsc 2.0 KiB 3bb6c90e0a7affdc6a20797722cc019d8d2054f5bfff1009a8a629968318ef61
vulture_0.8.1.orig.tar.gz 18.3 KiB 3d5567f7300707a7e340fffd0fd1ebfc8d717114944c03c842b8b6c26e2d365a
vulture_0.8.1-1.debian.tar.xz 2.4 KiB 02c65cae697ce24a53eb52250ceb658c12f3b2a81e044c4ab010463fb72da982

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.