pyflakes 1.0.0-3 source package in Ubuntu

Changelog

pyflakes (1.0.0-3) unstable; urgency=medium

  * d/control: Add the proper Replaces/Breaks to handle post-binary
    package split upgrades.  (Closes: #804319)

 -- Barry Warsaw <email address hidden>  Mon, 09 Nov 2015 11:29:51 -0500

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-3.dsc 2.2 KiB 16474d1b9179a17b65055feadd66dc42ba8c99b17a6e193ee4e72378f2b06dde
pyflakes_1.0.0.orig.tar.gz 34.5 KiB f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263
pyflakes_1.0.0-3.debian.tar.xz 5.8 KiB 83d9be68c7d8ca1c3362a0f608916903238a8d81090fc3d411e69fcfc3f6fc96

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.

python-pyflakes: passive checker of Python 2 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 library version.

python3-pyflakes: passive checker of Python 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 3 library version.