Your message dated Fri, 08 Dec 2017 03:09:36 +0000
with message-id <e1en92e-000b60...@fasolo.debian.org>
and subject line Bug#868820: fixed in pylint 1.7.4-1
has caused the Debian Bug report #868820,
regarding pylint: update to 1.7.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
868820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pylint
Severity: normal
Tags: patch
User: debian-pyt...@lists.debian.org
Usertags: python3.6

Dear Maintainer,

pylint needs an update in preparation for python 3.6. I don't have a potted
test case unfortunately (the closest I have is "make python 3.6 the default and
try to rebuild ubuntu-dev-tools"). The update is mostly straightforward but
some dependencies need to be added manually because dh-python does not (yet?)
parse environment-based conditional dependencies. I'm attaching the patch I put
on top of what git-dpm import-new-upstream --rebase ../pylint_1.7.2.orig.tar.gz
did by itself.

Cheers,
mwh


-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (400, 'xenial-proposed'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-83-generic (SMP w/4 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 14202)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+pylint (1.7.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * debian/control
+    - Manually add dependencies missed by dh-python thanks to bug #834133
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Wed, 12 Jul 2017 09:44:37 +1200
+
 pylint (1.6.5-1) unstable; urgency=medium
 
   * New upstream release
Index: debian/control
===================================================================
--- debian/control	(revision 14202)
+++ debian/control	(working copy)
@@ -4,7 +4,7 @@
 Maintainer: Sandro Tosi <mo...@debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-t...@lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all, dh-python
-Build-Depends-Indep: python-astroid (>= 1.4.1), python3-astroid (>= 1.4.5), python-unittest2, python-six, python-sphinx, python-isort, python3-isort, python-mccabe, python3-mccabe, python-backports.functools-lru-cache
+Build-Depends-Indep: python-astroid (>= 1.4.1), python3-astroid (>= 1.4.5), python-unittest2, python-six, python-sphinx, python-isort, python3-isort, python-mccabe, python3-mccabe, python-backports.functools-lru-cache, python-configparser, python-singledispatch, python-setuptools, python3-setuptools
 Standards-Version: 3.9.8
 Homepage: http://www.pylint.org/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pylint/trunk/
@@ -12,7 +12,7 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort, python-backports.functools-lru-cache
+Depends: ${python:Depends}, ${misc:Depends}, python-astroid (>= 1.4.5), python-six, python-isort, python-backports.functools-lru-cache, python-configparser, python-singledispatch
 Recommends: python-tk
 Suggests: pylint-doc, python-mccabe
 Description: Python code static checker and UML diagram generator

--- End Message ---
--- Begin Message ---
Source: pylint
Source-Version: 1.7.4-1

We believe that the bug you reported is fixed in the latest version of
pylint, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 868...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated pylint package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Dec 2017 21:23:07 -0500
Source: pylint
Binary: pylint pylint-doc pylint3
Architecture: source all
Version: 1.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
 pylint     - Python code static checker and UML diagram generator
 pylint-doc - Python code static checker and UML diagram generator (documentati
 pylint3    - Python 3 code static checker and UML diagram generator
Closes: 827139 868820
Changes:
 pylint (1.7.4-1) unstable; urgency=medium
 .
   [ Michael Hudson-Doyle ]
   * New upstream release; Closes: #868820, #827139
   * debian/control
     - Update versions of build-depends-indep on astroid.
     - Add pytest and pytest-runner to build-depends-indep.
     - Manually add dependencies missed by dh-python thanks to bug #834133
   * d/rules:
     - Run the tests via pytest not unittest discover (which no longer finds the
     tests), and do not ignore the exit code when doing so.
 .
   [ Sandro Tosi ]
   * debian/control
     - add logilab-common to b-d and deps
     - bump Standards-Version to 4.1.2 (no changes needed)
     - use python3-sphinx to build doc
     - add setuptools to bin pkgs deps
   * debian/copyright
     - update upstream copyright notice
     - update single files specific copyright notices
   * pylint-gui has been removed upstream
   * debian/patches/doc_makefile_python3.patch
     - build doc extensions with python3
Checksums-Sha1:
 51f8dd2dc7d20ffc2b1d00c07e4bfb4fdc5cb58d 2478 pylint_1.7.4-1.dsc
 c7d4ae4838e7083718ca2093a05a203653ae342e 486518 pylint_1.7.4.orig.tar.gz
 20288ad15aecfcf0195d458cf911c0febfd6e891 13200 pylint_1.7.4-1.debian.tar.xz
 2e1acbffd1c88b3ca720e55070916a71cc7c81b0 196064 pylint-doc_1.7.4-1_all.deb
 418f172ace5ab7a947a447da3a97088cf2f8cba2 215216 pylint3_1.7.4-1_all.deb
 453fc8efd744bc868d799c44f19ce13097716302 219188 pylint_1.7.4-1_all.deb
 dd75c86a518b13a600d18dc45db60ea1fd90400d 9192 pylint_1.7.4-1_amd64.buildinfo
Checksums-Sha256:
 4cfe2c917be70bc05b8ab5c8edde6455dcc1d9ef4a87e503d16c104a42fda0da 2478 
pylint_1.7.4-1.dsc
 1f65b3815c3bf7524b845711d54c4242e4057dd93826586620239ecdfe591fb1 486518 
pylint_1.7.4.orig.tar.gz
 11c42ae969af4bf97bc41dc47ad48443f24cdf0e1376ee936a0c9a83c031149a 13200 
pylint_1.7.4-1.debian.tar.xz
 6b956b7aa19a0689255ec7141d35b6e78b462ebab9c75ae18fc8d18d1e944126 196064 
pylint-doc_1.7.4-1_all.deb
 3552e9a3d665ece0e65f1aedd3a0f76d88bbdee61ec362e294c2a9b5a0e9bfde 215216 
pylint3_1.7.4-1_all.deb
 bcb627a9bd4555e8f7c97862766469e6e7a0d0d46d3f829479f51954ba4ec71c 219188 
pylint_1.7.4-1_all.deb
 9017f2d4c7ff519338d7f80289fcbb2d625b700a0c262219c829355906d9cc24 9192 
pylint_1.7.4-1_amd64.buildinfo
Files:
 2a3761668132edec568e5d6431d4dec8 2478 python optional pylint_1.7.4-1.dsc
 98a1ee985a3ebc876a20eb7577dbab68 486518 python optional 
pylint_1.7.4.orig.tar.gz
 5e362982194780911702d9e03b0da3d7 13200 python optional 
pylint_1.7.4-1.debian.tar.xz
 397854e7359f54c541aaa04becf1b28a 196064 doc optional pylint-doc_1.7.4-1_all.deb
 0df8b0c6776d28cad7a65608caadb33b 215216 python optional pylint3_1.7.4-1_all.deb
 4f32526f491e66c30a50f326604e1ab8 219188 python optional pylint_1.7.4-1_all.deb
 788488cd132068be239744ae7a6fb352 9192 python optional 
pylint_1.7.4-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlop+HMACgkQh588mTgB
qU+iKw/+NNrhBUlk5mWIEMiWmjUlyekcvhY4qyisVrtbnImQfJha3TwbyFmZR+C5
yNFmuEn93ZAw9yyxW45vvJzRF7Udch0yZhcIqV91oYfZfQDntPxsmKOy4WJ2OGE0
GqgbOPfD5n2QuTkm6c2YbMEASGegX3Pftrrqg/6mXts2c++w4b/kHGz9T5p7SJ/s
+rqgw0pHtsG2hDHALzP1WBH7ZU+Y2w8jisNzr8VEIHo+0BALM+5Z62h7awO/PReq
wyYq8GvqUgPLN07/yMMU/7b6/fffqfuBQ72bcFaiurjCrcWIGIA344giaBqzU2T3
qCdZqohgQvNWHqDDE79kWUpRdV6OgKJM66x2X+yJLYgd9n9BDGFo8ePKN+p++wWe
grudgkuU62xCQcOfCjlb9e0tJoU/Y0vbvG6Udrt7lDFWFx/hvdOwdt+Fi/7cBKS/
E0wL3PQW1nXt850a1HY4nqMkEPBVAqT+ydJwU7VIQoPXtTV+xeUy2Dz9Gb+PYSs9
3w+daTYG522lSjnjOASRd0kvYVj1TyPZTWSaQLbqbjZ7yk8xQkz9lQENkrnm2F5l
JqfGyjGfB9azKLIgdCLoNEmz+NBGpdU338fuhaD1O9mQy/CqfCEkvxWygWEEYlP+
vItd19mgAv/xpps3/ZtVOdI2sGcYgZ3Pu6e4q5cMv8t7rH/htm8=
=v8T3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to