python-flake8 6.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
    - Add support for python 3.12 (Closes: #1056242)
  * Refresh patches and drop patches applied upstream
  * Use GitHub tags as source tarball
  * Bump required library version to upstream's minimums
  * Bump Standards-Version to 4.6.2
  * Run upstream tests during autopkgtest

 -- Benjamin Drung <email address hidden>  Thu, 07 Dec 2023 15:55:58 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_6.1.0-1.dsc 2.3 KiB 4c27620cf707c8847864e478f61641c48db2ab0bccdbfb0c8e663ca057c1404f
python-flake8_6.1.0.orig.tar.gz 136.0 KiB b4931c9c3c6fc0e9b526745918fc128f9922830fcddbc979458a2d9cd39d2cf5
python-flake8_6.1.0-1.debian.tar.xz 8.7 KiB 76f6f0bd0cf40524e96370ec6dfdb31a4a770f9693cafc8161b49f6fe1261509

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.