Changelog
lintian4python (0.28) experimental; urgency=low
* Summary of tag chanages:
+ Added:
+ syntax-warning
+ Removed:
- pyflakes-duplicate-argument
- pyflakes-late-future-import
* checks/python/pyflakes:
+ Update for pyflakes 0.8.
+ Blacklist syntax error tags; they are better handled by the code-analysis
check.
* data/python*-projects:
+ Update.
* debian/control:
+ Update pyflakes dependency.
* debian/copyright:
+ Update years.
* debian/tests:
+ Add test for adequate(1)-cleanness.
* helpers/python/code-analysis:
+ Byte-compile ASTs to catch more syntax errors.
+ Check for syntax warnings.
* helpers/python/pyflakes:
+ Blacklist syntax error tags.
* private/update-code-analysis-tags:
+ Always use UTF-8 for Python source encodings.
* private/update-pyflakes-tags:
+ Blacklist syntax error tags.
* tests/code-analysis:
+ Add new tests.
* tests/blackbox/pyflakes:
+ Remove tests for blacklisted tags
-- Jakub Wilk <email address hidden> Sun, 30 Mar 2014 21:30:39 +0200