pyflakes 2.4.0-2 source package in Ubuntu
Changelog
pyflakes (2.4.0-2) unstable; urgency=medium * Team upload. * Fix CI tests of pyflakes3 binary -- Scott Talbert <email address hidden> Fri, 18 Feb 2022 10:09:47 -0500
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | interpreters | |
Jammy | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyflakes_2.4.0-2.dsc | 2.1 KiB | 77127265c3dfdfa1c324518fa4ec3a319cfdb1d3acb20993b4ecb23ae894ac82 |
pyflakes_2.4.0.orig.tar.gz | 67.5 KiB | 05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c |
pyflakes_2.4.0-2.debian.tar.xz | 7.6 KiB | 2cc7d1d15e935b2296a720500597c2a998ac906f8b7a76724230d01edf9db1b1 |
Available diffs
- diff from 2.2.0-2 to 2.4.0-2 (14.7 KiB)
- diff from 2.4.0-1 to 2.4.0-2 (579 bytes)
No changes file available.
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.