python-flake8 5.0.4-4 source package in Ubuntu

Changelog

python-flake8 (5.0.4-4) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Jochen Sprickerhof ]
  * Add upstream commit for pycodestyle 2.10

 -- Jochen Sprickerhof <email address hidden>  Fri, 30 Dec 2022 07:54:07 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_5.0.4-4.dsc 2.3 KiB e5bd96e0abb5636edb9d0aa4f6e4c5e855d73f425372523f707cf0632cbdabae
python-flake8_5.0.4.orig.tar.gz 142.4 KiB 6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db
python-flake8_5.0.4-4.debian.tar.xz 9.0 KiB 5b0d0cc52521f904b6f7abc7b0f594fb809ad4600dd1f5fd5e96b30511a2eb3c

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.