python-flake8 3.7.9-2 source package in Ubuntu

Changelog

python-flake8 (3.7.9-2) unstable; urgency=medium

  * Drop python2 support; Closes: #937757

 -- Sandro Tosi <email address hidden>  Sat, 15 Feb 2020 13:08:53 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_3.7.9-2.dsc 2.4 KiB 31f0dd2abcc55921257f78c2dc173dd3aeb5125a47414c6231c0dcc7b1934c9a
python-flake8_3.7.9.orig.tar.gz 146.6 KiB 45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb
python-flake8_3.7.9-2.debian.tar.xz 7.9 KiB 04fe9a45f40318289976392f7deb58886210a1a6f5a678b5eaa1f7461ff2dd96

Available diffs

No changes file available.

Binary packages built by this source

flake8: code checker using pycodestyle and pyflakes

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

python3-flake8: code checker using pycodestyle and pyflakes - Python 3.x

 Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
 Flake8 runs all tools by launching the single 'flake8' script, but ignores
 pycodestyle 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.