pyflakes 2.1.1-1ubuntu1 source package in Ubuntu

Changelog

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

  * Use python2 in the autopkg tests.

 -- Matthias Klose <email address hidden>  Wed, 08 Jan 2020 13:01:02 +0100

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-1ubuntu1.debian.tar.xz 7.1 KiB ddd7bf405ad1018ade7854ece1a48729eb8d6ea643079bd9d550a8536561e564
pyflakes_2.1.1-1ubuntu1.dsc 2.3 KiB 28c566dacffbf9bc48ac3531d654ff49cab7ae8bee70f0db812d6198b6e9d699

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.