From 099e9213be57d901096898c1e5fc9a34085477ef Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 5 Mar 2013 16:00:50 +0100 Subject: [PATCH] Update required pylint version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should help a lot of users, since pylint 0.21.1 was quite an old version⦠The tree is "clean" w.r.t. the new pylint version. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michele Tartara <mtartara@google.com> --- doc/devnotes.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 67fc06938..941e54886 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -29,14 +29,16 @@ Note that for pylint, at the current moment the following versions must be used:: $ pylint --version - pylint 0.21.1, - astng 0.20.1, common 0.50.3 + pylint 0.25.1, + astng 0.23.1, common 0.58.0 The same with pep8, other versions may give you errors:: $ pep8 --version 1.2 +Both these versions are the ones shipped with Debian Wheezy. + To generate unittest coverage reports (``make coverage``), `coverage <http://pypi.python.org/pypi/coverage>`_ needs to be installed. @@ -46,9 +48,9 @@ Installation of all dependencies listed here:: $ apt-get install pandoc python-epydoc graphviz $ cd / && sudo easy_install \ sphinx \ - logilab-astng==0.20.1 \ - logilab-common==0.50.3 \ - pylint==0.21.1 \ + logilab-astng==0.25.1 \ + logilab-common==0.58.0 \ + pylint==0.23.1 \ pep8==1.2 \ coverage -- GitLab