python-flake8 5.0.4-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * This version of python-flake8 breaks python3-pytest-flake8 before 1.1.1.
    Update versioned Breaks accordingly.

 -- Emanuele Rocca <email address hidden>  Sat, 10 Sep 2022 11:45:56 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_5.0.4-2.dsc 2.3 KiB 5b5cd5ca770636705b7c8d90d77dbf6d377501b7d2a3e15574c1752e7f329991
python-flake8_5.0.4.orig.tar.gz 142.4 KiB 6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db
python-flake8_5.0.4-2.debian.tar.xz 8.4 KiB d70b84b485d026139570d9994eaf51029a02d40a73c87df73434d3328a0d5701

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.