python-flake8 4.0.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + flake8: Drop versioned constraint on python-flake8 in Replaces.
    + flake8: Drop versioned constraint on python-flake8 in Breaks.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-entrypoints,
      python3-mccabe, python3-mock and python3-setuptools.
    + python3-flake8: Drop versioned constraint on python3-mccabe and
      python3-setuptools in Depends.

  [ Scott Talbert ]
  * Update to new upstream release 4.0.1 (Closes: #1002319)
  * Update d/watch version to 4
  * Update Standards-Version to 4.6.0 (no changes needed)

 -- Scott Talbert <email address hidden>  Fri, 18 Feb 2022 10:20:01 -0500

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_4.0.1-1.dsc 2.3 KiB 7eb218267715a182e209a86fd3bc99b78e2514a7417049467f6398205b7e868e
python-flake8_4.0.1.orig.tar.gz 151.3 KiB 806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d
python-flake8_4.0.1-1.debian.tar.xz 8.2 KiB 50897f0d65c78ee091f5d49fd9f8f64359130518f8014d8a0d56f5a944fa2da5

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.