pyflakes 2.1.1-2ubuntu1 source package in Ubuntu
Changelog
pyflakes (2.1.1-2ubuntu1) focal; urgency=medium * Cherry-pick patch to add support for PEP 572 assignment expressions (LP: #2002855) -- Jeremy Bicha <email address hidden> Fri, 13 Jan 2023 14:38:01 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- interpreters
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | updates | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyflakes_2.1.1.orig.tar.gz | 56.7 KiB | d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2 |
pyflakes_2.1.1-2ubuntu1.debian.tar.xz | 7.9 KiB | 8868cd8418b54679fc61b61b83d1d7f897acecc3ae8d6e209483a55f330f624c |
pyflakes_2.1.1-2ubuntu1.dsc | 2.4 KiB | 98f20605c8a095042233a15f2dca5724cee33a0926ee6cdb0642cd82e9ac7fab |
Available diffs
- diff from 2.2.0-1~20.04.1 to 2.1.1-2ubuntu1 (18.7 KiB)
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.