pylint 1.5.2-1ubuntu1 source package in Ubuntu

Changelog

pylint (1.5.2-1ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Build-Depend on python-all.

pylint (1.5.2-1) unstable; urgency=medium

  * New upstream release; Closes: #790905
  * debian/control
    - bump versioned depends of python-astroid to 1.4.1
    - drop deps on logilab-common, it is no longer required
  * debian/copyright
    - extend packaging copyright years
    - update for new upstream code
  * Fix build with multiple supported Python versions; patch by Dmitry Shachnev;
    Closes: #802126
  * debian/rules
    - install README.rst (README was renamed)
    - adapt unittests execution to new upstream code
  * debian/pylint.emacsen-startup
    - autoload key-bindings and menu-items; patch by Aaron M. Ucko;
      Closes: #799728

 -- Barry Warsaw <email address hidden>  Tue, 05 Jan 2016 10:37:09 -0500

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_1.5.2.orig.tar.gz 409.2 KiB 983bec35e10b0c5f0ec33c03629fe832642c46b76a43edce37a2e8d2708d2179
pylint_1.5.2-1ubuntu1.debian.tar.xz 10.3 KiB 9d57504b1da7161eb670143029bf768f53f920a884d04939640e38d71ecb9bb2
pylint_1.5.2-1ubuntu1.dsc 2.2 KiB 2f812d18628c6b97a7d0433d76c57cc7bed04aaed67cffa6db6311345319d198

Available diffs

View changes file

Binary packages built by this source

pylint: Python code static checker and UML diagram generator

 Pylint is a Python source code analyzer which looks for programming
 errors, helps enforcing a coding standard and sniffs for some code
 smells (as defined in Martin Fowler's Refactoring book)
 .
 Pylint can be seen as another PyChecker since nearly all tests you
 can do with PyChecker can also be done with Pylint. However, Pylint
 offers some more features, like checking length of lines of code,
 checking if variable names are well-formed according to your coding
 standard, or checking if declared interfaces are truly implemented,
 and much more.
 .
 Additionally, it is possible to write plugins to add your own checks.
 .
 The package also ships the following additional commands:
 .
   * pyreverse: an UML diagram generator
   * symilar: an independent similarities checker
   * epylint: Emacs and Flymake compatible Pylint
   * pylint-gui: a graphical interface (reason for python-tk recommends)

pylint-doc: Python code static checker and UML diagram generator (documentation)

 Pylint is a Python source code analyzer which looks for programming
 errors, helps enforcing a coding standard and sniffs for some code
 smells (as defined in Martin Fowler's Refactoring book)
 .
 Pylint can be seen as another PyChecker since nearly all tests you
 can do with PyChecker can also be done with Pylint. However, Pylint
 offers some more features, like checking length of lines of code,
 checking if variable names are well-formed according to your coding
 standard, or checking if declared interfaces are truly implemented,
 and much more.
 .
 Additionally, it is possible to write plugins to add your own checks.
 .
 The package contains documentation for pylint.

pylint3: No summary available for pylint3 in ubuntu yakkety.

No description available for pylint3 in ubuntu yakkety.