pyflakes 1.5.0-0ubuntu1 source package in Ubuntu

Changelog

pyflakes (1.5.0-0ubuntu1) artful; urgency=medium

  * New upstream release.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 27 Jun 2017 15:22:48 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_1.5.0.orig.tar.gz 46.4 KiB aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4
pyflakes_1.5.0-0ubuntu1.debian.tar.xz 6.5 KiB 707e591b26652b74a3ec7b3f70848b51570af6ffcb33b439992f8b65f3b2e1b2
pyflakes_1.5.0-0ubuntu1.dsc 2.4 KiB f7c6d9a319cc3b8b655ce88702101d04d8979ed46b64d039a81dce020d30ce74

View changes file

Binary packages built by this source

pyflakes: No summary available for pyflakes in ubuntu artful.

No description available for pyflakes in ubuntu artful.

pyflakes3: No summary available for pyflakes3 in ubuntu artful.

No description available for pyflakes3 in ubuntu artful.

python-pyflakes: passive checker of Python 2 programs - Python modules

 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 library version.

python3-pyflakes: passive checker of Python 3 programs - Python modules

 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 3 library version.