pylint 2.11.1-1 source package in Ubuntu

Changelog

pylint (2.11.1-1) unstable; urgency=medium

  * New upstream release
  * debian/watch
    - track github releases
  * debian/copyright
    - update upstream copyright notices
  * debian/control
    - bump versioned b-d on astroid to >= 2.8.0
    - add typing-extensions to b-d, needed to build package
    - merge b-d and b-d-i
    - add platformdirs to b-d, needed to build doc
  * debian/patches/gh_issue_3198.patch
    - refresh patch onto new upstream code
  * debian/rules
    - temporarily exclude some failing tests
    - dont install manpages, they've been removed upstream

 -- Sandro Tosi <email address hidden>  Wed, 03 Nov 2021 00:33:18 -0400

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_2.11.1-1.dsc 2.3 KiB 65322c5dfa3a86ff4296644f34078b0dd6cf5fb26e1f624791cbc16013591d7a
pylint_2.11.1.orig.tar.xz 715.5 KiB 79cde61aa70e65a2743eaa70a91181777c057ebdfbff80a819ee71d82c238cba
pylint_2.11.1-1.debian.tar.xz 22.5 KiB 910bb3cd04a1076545d4f58989f56386714318a8ef20667df81ac1c7d2fa78b3

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.

pylint3: No summary available for pylint3 in ubuntu jammy.

No description available for pylint3 in ubuntu jammy.