python-flake8 2.1.0-1 source package in Ubuntu

Changelog

python-flake8 (2.1.0-1) unstable; urgency=low


  * Team upload.
  * New upstream release
  * Add manpage. Closes: #722704
  * debian/control:
    - Update versioned depends
  * Make basic autopkgtest

 -- Jackson Doak <email address hidden>  Tue, 05 Nov 2013 16:52:26 +1100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-flake8_2.1.0-1.dsc 2.2 KiB 5408ed50e7b9c8697e4aa34662ea60a4ef673c3924cbe27b9006d6e233d30ac2
python-flake8_2.1.0.orig.tar.gz 24.4 KiB 098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512
python-flake8_2.1.0-1.debian.tar.xz 3.6 KiB ca3b70def0b073b5bd49e5faf0749bfa6a2ae50a0d8044066406210366b49a24

No changes file available.

Binary packages built by this source

python-flake8: code checker using pep8 and pyflakes

 Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
 runs all tools by launching the single 'flake8' script, but ignores pep8 and
 PyFlakes extended options and just uses defaults. It displays the warnings in
 a per-file, merged output.
 .
 This package provides Python 2 module bindings only.

python3-flake8: code checker using pep8 and pyflakes (Python 3)

 Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
 runs all tools by launching the single 'flake8' script, but ignores pep8 and
 PyFlakes extended options and just uses defaults. It displays the warnings in
 a per-file, merged output.
 .
 This package provides Python 3 module bindings only.