python-flake8 3.8.3-1~20.04.1 source package in Ubuntu

Changelog

python-flake8 (3.8.3-1~20.04.1) focal; urgency=medium

  * Backport to focal. (LP: #1883175)
  * Drop debhelper compat level to 12.

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

  * New upstream release.
  * Rebase patches.
  * Bump required version of pyflakes and pycodestyle.
  * Use pytest to run tests during build.
  * Bump debhelper compat level to 13.
  * Bump standards version to 4.5.0.
  * Set Rules-Requires-Root: no.

 -- Ted Kern <email address hidden>  Thu, 02 Jul 2020 08:48:13 -0700

Upload details

Uploaded by:
Ted Kern
Sponsored by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_3.8.3.orig.tar.gz 158.5 KiB f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208
python-flake8_3.8.3-1~20.04.1.debian.tar.xz 7.9 KiB 2f69473a478b7f710eef12d1d550f0aaae4835438c0349a2dd5a700685e05120
python-flake8_3.8.3-1~20.04.1.dsc 2.4 KiB 1ee130ef1985138b6e270cf6d0a72b10caeac846f582ae9f249b52f9e0433182

View changes file

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.