pyflakes 2.5.0-1 source package in Ubuntu
Changelog
pyflakes (2.5.0-1) unstable; urgency=medium * Team upload. * New upstream release. * Run unit tests with pytest to fix build time warning about `python3 setup.py test` deprecation. -- Emanuele Rocca <email address hidden> Thu, 01 Sep 2022 11:23:53 +0200
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 | |
---|---|---|---|---|
Mantic | release | universe | interpreters | |
Lunar | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyflakes_2.5.0-1.dsc | 2.1 KiB | 0c423b823a42323cdf14206c7b33a833a954aaaf7bc4ce69db8d31ee5e862c6e |
pyflakes_2.5.0.orig.tar.gz | 64.8 KiB | 491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3 |
pyflakes_2.5.0-1.debian.tar.xz | 7.7 KiB | 535cb795da5d1672783d0c6e43649880e9b2be4d79456a743d4711029ede00d8 |
Available diffs
- diff from 2.4.0-2 to 2.5.0-1 (24.6 KiB)
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.