pyflakes 2.1.1-2 source package in Ubuntu
Changelog
pyflakes (2.1.1-2) unstable; urgency=medium * Team upload. * debian/control: Bump Standards-Version to 4.5.0. * debian/tests/: Explicitly use python2 in the autopkg test. (Closes: #948414) [ Ondřej Nový ] * Bump Standards-Version to 4.4.1. [ Helmut Grohne ] * debian/control: Mark pyflakes and pyflakes3 Multi-Arch: foreign. (Closes: #941369) -- Boyuan Yang <email address hidden> Wed, 19 Feb 2020 11:56:58 -0500
Upload details
- Uploaded by:
- Python Applications Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Python Applications Packaging Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyflakes_2.1.1-2.dsc | 2.2 KiB | b81b16b3c1177fa39a51d846031cc50e3612d4678d3b0876775c4c65665efb46 |
pyflakes_2.1.1.orig.tar.gz | 56.7 KiB | d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2 |
pyflakes_2.1.1-2.debian.tar.xz | 7.1 KiB | 3e5a161317d1752fdd981ba103a88f26ddb461bb7f18e8fd9642f32cc7a4c2c9 |
Available diffs
- diff from 2.1.1-1ubuntu1 (in Ubuntu) to 2.1.1-2 (820 bytes)
No changes file available.
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.