pylint 2.15.8-1 source package in Ubuntu

Changelog

pylint (2.15.8-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - bump astroid b-d to >= 2.12.13
    - bump dill b-d to >= 0.3.6, needed for tests to pass with python 3.11;
      Closes: #1025322
    - bump Standards-Version to 4.6.1.0 (no changes needed)
  * debian/NEWS, debian/NEWS.Debian
    - remove NEWS, very ancient
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <email address hidden>  Sat, 10 Dec 2022 20:35:42 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_2.15.8-1.dsc 2.4 KiB 9ef525295b85bac12b762435afd11733e033a3f9a95188a742350dde1eb39818
pylint_2.15.8.orig.tar.xz 953.4 KiB 8ec0ae4dbfb39ad5b1c2846d4d0b38706412dc1afc30f3218a599e5d71a365ed
pylint_2.15.8-1.debian.tar.xz 23.5 KiB 1fde6d45d27f01e1fe3e52128dd78536fc24be21fba33009b960a89343d5846a

No changes file available.

Binary packages built by this source

pylint: Python 3 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-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.