pyflakes 0.7.3-1 source package in Ubuntu

Changelog

pyflakes (0.7.3-1) unstable; urgency=low


  * Switch to dh-python.
  * New upstream release (Closes: #718728)
    - "Fix undefined name for generator expression and dict/set
    comprehension at class level"
    - drop all patches

 -- Dmitrijs Ledkovs <email address hidden>  Sun, 04 Aug 2013 23:49:01 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyflakes_0.7.3-1.dsc 2.1 KiB 7e2dade0c10c3e69d5e62447b9844a410eb1eb07dfba8d4e67e41ad734227a81
pyflakes_0.7.3.orig.tar.gz 29.8 KiB dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3
pyflakes_0.7.3-1.debian.tar.gz 5.0 KiB 374135e592e13bd8fff2cabcb90baf862ab78f71ced38d485237c1a1dadf13d2

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.