pyflakes 1.0.0-1 source package in Ubuntu

Changelog

pyflakes (1.0.0-1) unstable; urgency=medium

  * Team upload.
    - Apparently I'm still looking after this package after all.
  * New upstream release.
    - Drop python35-compat.patch (applied upstream).

 -- Tristan Seligmann <email address hidden>  Tue, 06 Oct 2015 19:15:29 +0200

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_1.0.0-1.dsc 1.8 KiB 3efdbfee1d75ca7f2b50cb2a011d6796157f9c644deb582991d87c59475d3503
pyflakes_1.0.0.orig.tar.gz 34.5 KiB f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263
pyflakes_1.0.0-1.debian.tar.xz 5.4 KiB 581688e528845d5914a9291775f13d00efb570ace6eea6aceb52a507b9d6fe59

Available diffs

No changes file available.

Binary packages built by this source

pyflakes: passive checker of Python 2 and 3 programs

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the Python 2 command line `pyflakes3` program.