pyflakes 2.1.1-1build1 source package in Ubuntu

Changelog

pyflakes (2.1.1-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:40:20 +0000

Upload details

Uploaded by:
Matthias Klose
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.1.1.orig.tar.gz 56.7 KiB d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2
pyflakes_2.1.1-1build1.debian.tar.xz 7.1 KiB eec38aa7d5e8d419a5a84f4ae3c2416748ef5b81a1d7c8d0035116cddc8f7f30
pyflakes_2.1.1-1build1.dsc 2.3 KiB 4487de13000ae1d0a4ff8c17b41760307229656fa9c8a3a9e7bd0c1f191a0a0a

View changes file

Binary packages built by this source

pyflakes: passive checker of Python 2 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 2 command line `pyflakes` program.

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.

python-pyflakes: passive checker of Python 2 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 2 library version.

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.