pylint 2.12.2-1 source package in Ubuntu

Changelog

pylint (2.12.2-1) unstable; urgency=medium

  * New upstream release; Closes: #1001137
  * debian/control
    - bump versioned b-d on astroid to >= 2.9.0
    - add python3-git to b-d, needed by tests
    - bump Standards-Version to 4.6.0.1 (no changes needed)
  * debian/copyright
    - update upstream copyright notices
  * debian/patches/gh_issue_3198.patch
    - refresh patch
  * drop transitional package pylint3, no longer needed

 -- Sandro Tosi <email address hidden>  Sun, 05 Dec 2021 02:02:10 -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
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_2.12.2-1.dsc 2.2 KiB 8352ab42852e4de452c583dfb127339dfd71fa437fc9107508a0a273a90a2a6a
pylint_2.12.2.orig.tar.xz 759.0 KiB a6f9be3867245c75846a5231fa006f33fd68e1eddf8a933f26d18283a8e32a0b
pylint_2.12.2-1.debian.tar.xz 22.6 KiB 618e58f50f5cb94f3b7c5516b7f9887c55a5a4c4b3bcb95d2c2d5167b339e69a

Available diffs

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: No summary available for pylint-doc in ubuntu kinetic.

No description available for pylint-doc in ubuntu kinetic.