Changelog
lintian4python (0.20) experimental; urgency=low
* Summary of tag changes:
+ Added:
- obsolete-conflicts
- obsolete-provides
- obsolete-replaces
* checks/python/bytecompilation:
+ Fix a warning.
+ Don't complain about .py files in /usr/share/apport/package-hooks/ not
being byte-compiled. These modules are never imported by apport, so
there's no benefit from byte-compilation.
* checks/python/code-analysis:
+ Don't run the helper if there are no files to check.
* checks/python/depends:
+ Check for python2.3-* and python2.4-* package names in Conflicts,
Replaces and Provides.
* checks/python/helpers:
+ Update dh_python2 stable version to the wheezy one. This effectively
downgrades all missing-versioned-build-dependency-on-python-helper tags
to insufficient-build-dependency-on-python-helper.
* Emit xb-python-version-is-deprecated also for source packages.
* checks/python/pyflakes:
+ Run pyflakes on Python 3 modules, too.
+ Don't run the helper if there are no files to check.
* data/python*-embedded-code-copies:
+ Add regexps for detecting copies of the ssl.match_hostname() function.
* data/python*-projects:
+ Update.
* helpers/pyflakes:
+ Port to Python 3.
* tests/helpers:
+ Update missing-versioned-build-dependency-on-python-helper tests.
* tests/*:
+ New tests.
-- Jakub Wilk <email address hidden> Fri, 24 May 2013 01:10:14 +0200