pyflakes 1.1.0-1 source package in Ubuntu

Changelog

pyflakes (1.1.0-1) unstable; urgency=medium

  * New upstream release.
    - Closes: #595181
    - Closes: #700566
    - Closes: #742995
    - Closes: #757004
    - Closes: #666494
    - Closes: #641316
  * d/control, d/rules: Split pyflakes binary package so that the Python 3
    version is now in pyflakes3.  (Closes: #804303)
  * d/control: Bump Standards-Version.
  * d/manpages: Replaced by d/pyflakes.manpages and d/pyflakes3.manpages.
  * d/tests/control: Updated for package split.

 -- Barry Warsaw <email address hidden>  Sat, 12 Mar 2016 12:56:14 -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.1.0-1.dsc 2.3 KiB 97bfd2ed1d607047b88da6cb0342a2c8f26acc55ffa1dc9d82f3ed09cb085225
pyflakes_1.1.0.orig.tar.gz 40.5 KiB e5f959931987e2be178781554b485d52342ec9f1b43f891d2dad07a691c7a89a
pyflakes_1.1.0-1.debian.tar.xz 6.1 KiB d41b093a5e170afdf136a8ea714ed8f823ce0763fc6da9977f5a453f0e2b97e7

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.

pyflakes3: 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 3 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.