Changelog
lintian4python (0.18) experimental; urgency=low
* Summary of tag changes:
+ Added:
- except-without-exception-type
- hardcoded-errno-value
- mkstemp-file-descriptor-leak
* checks/lintian.desc, collection, data/common, data/output:
+ Remove; they were symlinks to /usr/share/lintian, which are no longer
needed since we started using --include-dir.
Thanks to Niels Thykier for the bug report.
* checks/python/code-analysis:
+ Add new tags.
* checks/python/pyflakes:
+ Add link to “Idioms and Anti-Idioms in Python” to the
pyflakes-import-star-used description.
* checks/python/teams:
+ Fix a typo.
+ Prefer anonscm.debian.org to svn.debian.org.
+ Remove “Experimental” flag from all tags.
* data/python*-projects:
+ Update.
* data/python*-sys.path-additions:
+ Update.
* data/python-exceptions:
+ Update.
* data/errno-constants:
+ New data file with most common errno constants.
* debian/control:
+ Relax dependency on lintian, allowing backported versions.
* debian/*.lintian-overrides:
+ Remove; no longer needed.
* debian/rules:
+ Don't install ‘collection’.
* helpers/code-analysis:
+ Refactor to use the visitor pattern.
+ Make sure it's always run with tab check enabled.
+ Don't require LINTIAN4PYTHON_ROOT to be set (but emit a warning when
it's not).
+ Check for mkstemp() file descriptor leaks.
+ Check for hardcoded errno values.
+ Check for “except” clauses that don't specify any exception type.
* private/update-errno-constants:
+ New script to update data/errno-constants.
* private/refresh-*:
+ Rename as update-*.
* private/update-exception-names:
+ Fix a typo.
* tests/teams:
+ Prefer anonscm.debian.org to svn.debian.org.
* tests/*:
+ New tests.
-- Jakub Wilk <email address hidden> Wed, 01 May 2013 12:16:22 +0200