python-flake8 7.1.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 7.1.1

 -- Alexandre Detiste <email address hidden>  Sun, 11 Aug 2024 18:41:43 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_7.1.1-1.dsc 2.3 KiB 2cb72175eba926faeed9d8f07e8da94179189c1f3e39fde917388d135efbeeeb
python-flake8_7.1.1.orig.tar.gz 135.6 KiB 97fb097cade66db0c5dc98a086862ce9b6ae93cf62c6bcdfedac0e195cee5dbe
python-flake8_7.1.1-1.debian.tar.xz 8.6 KiB fb377cdcef58a59beee3afeab187e7c876db5564cc24c3a8a69128712a6ff1ea

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.