python-flake8 7.0.0-1 source package in Ubuntu

Changelog

python-flake8 (7.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump required library version to upstream's minimums
  * Set upper bound on mccabe, pycodestyle, and pyflakes (Closes: #1057968)

 -- Benjamin Drung <email address hidden>  Thu, 29 Feb 2024 14:38:44 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_7.0.0-1.dsc 2.4 KiB 2944f2c1d4b6bc146f2c2a34f2bb5dd97cf743d3973296801c1e7ef0abf392df
python-flake8_7.0.0.orig.tar.gz 135.2 KiB b64ca65523c94b04cc9c0c53bc029a0fc663ee5f6fc4900e2e05ca0f223cb81d
python-flake8_7.0.0-1.debian.tar.xz 8.4 KiB f6dd68ca4f1391b5ab2a0157468112c16338a312a0c845a9666837f8809737a5

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.