pyflakes 2.2.0-1~20.04.1 source package in Ubuntu

Changelog

pyflakes (2.2.0-1~20.04.1) focal; urgency=medium

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

pyflakes (2.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Set Rules-Requires-Root: no.
  * Bump debhelper compat level to 13.

pyflakes (2.1.1-3) unstable; urgency=medium

  * Drop python2 support; Closes: #937439

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

Upload details

Uploaded by:
Ted Kern
Sponsored by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_2.2.0.orig.tar.gz 63.8 KiB 35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
pyflakes_2.2.0-1~20.04.1.debian.tar.xz 7.1 KiB 0830820fef1a10b9f69f8e09ed85d6a1e7e12707a1678df27618e4eaf5fb7194
pyflakes_2.2.0-1~20.04.1.dsc 2.1 KiB 90dd60c1175ae4ee85b384471fcd0abe36f45166419d255f412e13a9a9635100

View changes file

Binary packages built by this source

pyflakes3: passive checker of Python 3 programs

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the Python 3 command line `pyflakes3` program.

python3-pyflakes: passive checker of Python 3 programs - Python modules

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the Python 3 library version.