Your message dated Mon, 7 Dec 2015 15:09:20 +0100
with message-id <[email protected]>
and subject line fixed in 1.6.2-0.1
has caused the Debian Bug report #788132,
regarding python3-pep8 ships a different version of pep8.py in comparison with 
pep8 package
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 [email protected]
immediately.)


-- 
788132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788132
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-pep8
Version: 1.5.7-2
Severity: normal

Dear Maintainer,

I was investigating a pep8 related problem in Ubuntu[0], after
some triaging I found that python3-pep8 package comes with a very
different version of pep8.py than the one provided in pep8
package.

I rebuilt the package and this problem is reproducible, but
checking debian/rules I couldn't find what could be producing
this strange behaviour.

Here is the output of my terminal:

root@debian-sid:~# dpkg -l python3-pep8 pep8
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                            Version                     
 Architecture                 Description
+++-===============================================-============================-============================-===================================================================================================
ii  pep8                                            1.5.7-2                     
 all                          Python PEP 8 code style checker - python2
ii  python3-pep8                                    1.5.7-2                     
 all                          Python PEP 8 code style checker - python3
root@debian-sid:~# python -c "import pep8; print(pep8.__version__)"
1.5.7
root@debian-sid:~# python -c "import pep8; print(pep8.__file__)"
/usr/lib/python2.7/dist-packages/pep8.pyc
root@debian-sid:~# python3 -c "import pep8; print(pep8.__version__)"
1.4.6
root@debian-sid:~# python3 -c "import pep8; print(pep8.__file__)"
/usr/lib/python3/dist-packages/pep8.py
root@debian-sid:~# diff -u /usr/lib/python2.7/dist-packages/pep8.py 
/usr/lib/python3/dist-packages/pep8.py | diffstat
 pep8.py |  698 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 316 insertions(+), 382 deletions(-)

Best,

[0] https://bugs.launchpad.net/ubuntu/+source/python-hacking/+bug/1429521

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-999-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-pep8 depends on:
ii  python3-setuptools  17.0-1
pn  python3:any         <none>

python3-pep8 recommends no packages.

python3-pep8 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.6.2-0.1

--- End Message ---

Reply via email to