pylint 1.8.3-1 source package in Ubuntu

Changelog

pylint (1.8.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol

  [ Sandro Tosi ]
  * New upstream release; #891176
  * debian/source/options
    - ignore missing .eggs folder; patch by Joseph Herlant; Closes: #894224
  * debian/copyright
    - extend packaging copyright years
  * debian/rules
    - re-enable tests installation, there's no reason not to; Closes: #891146
  * debian/control
    - bump Standards-Version to 4.1.3 (no changes needed)
  * debian/*.postinst
    - do not pre-compile pylint; test directory contains intentionally broken
      files, but py{3,}compile would try to build them anyway, failing to
      install the package; dh_python* doesnt provide a sane way to selectively
      disable only the test dir, so let's skip entirely the pre-build step

 -- Sandro Tosi <email address hidden>  Tue, 27 Mar 2018 23:14:47 -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
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylint_1.8.3-1.dsc 2.4 KiB 0ebf0af86f3ad4800972fc8ba0cd990b9eaae31b4f420a5ba359b14b3739097c
pylint_1.8.3.orig.tar.gz 500.1 KiB c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2
pylint_1.8.3-1.debian.tar.xz 15.8 KiB 5c5e6f700a25656dd5e4f5c0ff91b15e29b1d518263e95c87c3049c5954aa763

Available diffs

No changes file available.

Binary packages built by this source

pylint: No summary available for pylint in ubuntu cosmic.

No description available for pylint in ubuntu cosmic.

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 cosmic.

No description available for pylint3 in ubuntu cosmic.