pyflakes 1.1.0-2 source package in Ubuntu
Changelog
pyflakes (1.1.0-2) unstable; urgency=medium * d/control: Bump Suggests to Recommends, and add Recommends to python-pyflakes and python3-pyflakes packages. -- Barry Warsaw <email address hidden> Tue, 15 Mar 2016 12:09:45 -0400
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 | |
---|---|---|---|---|
Xenial | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyflakes_1.1.0-2.dsc | 2.3 KiB | 56e746adec9b37eea8ae9a2a73707221814ad1b1e11e440d1c2009a76cf40ba8 |
pyflakes_1.1.0.orig.tar.gz | 40.5 KiB | e5f959931987e2be178781554b485d52342ec9f1b43f891d2dad07a691c7a89a |
pyflakes_1.1.0-2.debian.tar.xz | 6.1 KiB | 183a92c23ee4810770bf8d82c4a47493d546a07b93d41a812abc97d84f35f685 |
Available diffs
- diff from 1.1.0-1 to 1.1.0-2 (661 bytes)
No changes file available.
Binary packages built by this source
- pyflakes: passive checker of Python 2 and 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 2 command line `pyflakes3` program.
- pyflakes3: passive checker of Python 2 and 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
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: No summary available for python3-pyflakes in ubuntu yakkety.
No description available for python3-pyflakes in ubuntu yakkety.