pylint 3.0.3-1 source package in Ubuntu

Changelog

pylint (3.0.3-1) unstable; urgency=medium

  [ Sandro Tosi ]
  * New upstream release; Closes: #1058718, #1058230, #1056439
  * stop building the -doc package, and so drop patches too
  * debian/pylint.install
    - delete, no longer needed
  * debian/control
    - add git, platformdirs to b-d, needed by tests
    - bump deps on astroid to >= 3.0.1; Closes: #1060894
  * update github organization from PyCQA to pylint-dev
  * debian/rules
    - re-enable some tests now fixed upstream

  [ Nicolas Boulenguez ]
  * debian/pylint.conffiles
    - remove emacs script on upgrade. Closes: #1032687

 -- Sandro Tosi <email address hidden>  Wed, 17 Jan 2024 02:11:07 -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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_3.0.3-1.dsc 2.3 KiB ec593c57b1d24da346f0481073421516ae7326ce241db46120056e75b8cb423f
pylint_3.0.3.orig.tar.xz 1022.2 KiB af4872afcd02676bc25214dc2b583f8722e6adb844a96c72e91d5eef71acfae9
pylint_3.0.3-1.debian.tar.xz 21.0 KiB 840cf45b4b19bc8e5ac0c6953dcf49d78b5a7c6f2012459bf36b138dbee315cf

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