pyflakes 0.8.1-1 source package in Ubuntu
Changelog
pyflakes (0.8.1-1) unstable; urgency=medium * Team upload. * New upstream release. -- Barry Warsaw <email address hidden> Mon, 31 Mar 2014 13:58:49 -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 | |
---|---|---|---|---|
Trusty | release | main | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyflakes_0.8.1-1.dsc | 2.1 KiB | b6bbd8f46ae4d7ab9934397194d4150a5478f2e4c24fbfe1ae2a2858318220c8 |
pyflakes_0.8.1.orig.tar.gz | 32.2 KiB | 3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769 |
pyflakes_0.8.1-1.debian.tar.xz | 5.0 KiB | 8ef4c1009b580b1d2efd8a9277481d1b531976a56cf4f636b0d5f47d31075e4c |
Available diffs
- diff from 0.7.3-2 to 0.8.1-1 (16.6 KiB)
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.