python-flake8 7.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Remove stale dependency on deprecated python3-entrypoints
  * Standards-Version: 4.7.0 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

  [ Ondřej Nový ]
  * Remove myself from Uploaders.

 -- Alexandre Detiste <email address hidden>  Mon, 01 Jul 2024 22:16:20 +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.0-1.dsc 2.3 KiB bfb19a755686ac0de02b8ba0b4aa6ba05def3e64cdc79d7d0c1cd19fae2519f4
python-flake8_7.1.0.orig.tar.gz 135.3 KiB 8f3ca187da364401ef59cd1c6f02929ae09ddb94f2028f340402c10c102d3708
python-flake8_7.1.0-1.debian.tar.xz 8.5 KiB de24a47f7561408cdf02ce06eec9b036faed2fd95257f13ffa2358a73f262cff

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.