Your message dated Sun, 06 Mar 2016 12:00:53 +0000
with message-id <e1acxmj-0000y8...@franck.debian.org>
and subject line Bug#804741: fixed in python-flake8 2.5.4-1
has caused the Debian Bug report #804741,
regarding python3-flake8: Should depend upon python3-pyflakes instead of 
pyflakes
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.)


-- 
804741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-flake8
Version: 2.2.2-1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear Maintainer,

python3-flake8 currently depends upon pyflakes,
which supports both python2 and python3.

However, recently, pyflakes package splits to python-pyflakes and 
python3-pyflakes.
All the files needed by python3-flake8 are now contained in python3-pyflakes.

Best regards,
- -- 
Ryo IGARASHI, Ph.D.
rigar...@gmail.com

- -- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-flake8 depends on:
ii  pyflakes        1.0.0-1
ii  python3-mccabe  0.2.1-1
ii  python3-pep8    1.6.2-0.1
pn  python3:any     <none>

python3-flake8 recommends no packages.

python3-flake8 suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWQptCAAoJEOx5ooBqGSMZo6MQAJUokV3ewGe48AN3H5mkYrQu
TrkOQqHFxqZ1EoeOzAwMfYacN9SjoGBi+34cLf3KSdL7CIzR1RlIJ9uH56wNT4kE
YUtHpYz/w2VlftwFAc5neFMUwTzI9+OK3WOFCC7xQ5/zGHPABm9KbSr7pb9iTwxF
LX7hCYy+Rtt/OA3hVDBQ1O4hBle8/qdUDdURhAgsjLYzHt68BA5cFiQoZzUTYqBK
2GZYete68ytYxTAqJF54/5Jnnscls+0aP1zFcdwYyQCX4TLNvWJsfZ8Iw+mEdMBZ
X3n+uuk+domWujEEhtKqeXcoMrF9/Du/F/7lV2lXFqdvVcFvNlTkmDtcpdM9p1B5
2d6uRLQI1YnI2XX1toRhxWTbNFSXciT86PuoyFNNyyeMTbnbuloLAq1+fxbq54PD
pxDUfkb5xXEF3AyeXsLP6iK/AILPw68pCYgzeRUd8MuuaV8YPDr5ya9n8KdWJVhI
+DTwPKW8upzkVA6olTd5K9flaDlDmybGRSzmS6vB+cXsSnLHMUaEPANtN4iGGz0Q
w25uQoLZ+Eulbc38U4f6FLAKzMxKW4CLrfBfXYKlyto2dGISZOVgZpa42wumH8fg
7Ky30zxAVz6hypbC/P/L2X7CXaemWS/HUy8eG/+3CAxRquQ21joKssAeVvkcTvBG
yyov4Bcgdfk/+2Lc8ajZ
=ebyB
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: python-flake8
Source-Version: 2.5.4-1

We believe that the bug you reported is fixed in the latest version of
python-flake8, 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 804...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated python-flake8 
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: Tue, 01 Mar 2016 18:32:47 +0100
Source: python-flake8
Binary: flake8 python-flake8 python3-flake8
Architecture: source all
Version: 2.5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
 flake8     - code checker using pep8 and pyflakes
 python-flake8 - code checker using pep8 and pyflakes - Python 2.x
 python3-flake8 - code checker using pep8 and pyflakes - Python 3.x
Closes: 742482 804741
Changes:
 python-flake8 (2.5.4-1) unstable; urgency=medium
 .
   [ Sylvestre Ledru ]
   * Team upload
   * New upstream release
   * Update of the standard version
   * Update of the homepage
   * Depends on python-pyflakes/python3-pyflakes instead of pyflakes
     (Closes: #804741)
   * Run the test suite when building the package
   * Cherry-pick Ubuntu changes
 .
   [ Jackson Doak ]
   * debian/tests/tools: Call flake8 on some actual files (setup.py as a
     known-good one, and a synthetic one for a known-bad one) instead of
     without arguments on an empty directory. Closes: #742482
 .
   [ Ondřej Nový ]
   * Standards-Version is 3.9.7 now (no change).
   * Vcs-Git changed to https.
   * Added python-pyflakes and dh-python to Build-Depend.
   * Removed useless XS-Testsuite.
   * Added myself to d/copyright.
   * Added myself as uploader.
   * d/copyright: Cleanup.
   * Removed python-mock from Debian tests dependency - it's not needed.
   * Moved /usr/bin/flake8 to solo package.
   * Changed architecture of python3-flake8 to all.
Checksums-Sha1:
 1c6bd9d6abf6dc9a00511fb4dc55b798144edb3f 2485 python-flake8_2.5.4-1.dsc
 778b32ee00738628f28b061a93427fe9e23eb7f0 81663 python-flake8_2.5.4.orig.tar.gz
 eb9dd31afcfad006ffcdd4622afad5835c4a9a6a 5460 
python-flake8_2.5.4-1.debian.tar.xz
 578f6920d29327c461e15297fd0fe19ed1e8c33b 10758 flake8_2.5.4-1_all.deb
 b450f720269a5305bf55fd75e8002cd2a10750f5 30080 python-flake8_2.5.4-1_all.deb
 48d52fd260b29774bacbd4e40a0001f538947bbb 30142 python3-flake8_2.5.4-1_all.deb
Checksums-Sha256:
 4ba6f0ad59194e0a150383810d498463b769f2a401d1e9102e551e7dc0b11acb 2485 
python-flake8_2.5.4-1.dsc
 cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f 81663 
python-flake8_2.5.4.orig.tar.gz
 1d802d46f9fec9eac5567436a78a00ed63243bfbc479e473f2164eaa0415fe2d 5460 
python-flake8_2.5.4-1.debian.tar.xz
 9e5300444b061aa9f9f14e172532576394114a1b48f74356dc39c3fc8758c4e3 10758 
flake8_2.5.4-1_all.deb
 b13e1c86aa59e9aaef40822c211ab1e9a1133b17d8626326b19186698ab74220 30080 
python-flake8_2.5.4-1_all.deb
 e9814e975cb5b0ce319ccd0a7dee0b4b39d0779952c35c4c1a16d2e9c5a8e591 30142 
python3-flake8_2.5.4-1_all.deb
Files:
 5b67c8978fb601e9f3e34c05241ffde9 2485 python optional python-flake8_2.5.4-1.dsc
 a4585b3569b95c3f66acb8294a7f06ef 81663 python optional 
python-flake8_2.5.4.orig.tar.gz
 8c6a0e8ce1982b885266f4e70cafc7e9 5460 python optional 
python-flake8_2.5.4-1.debian.tar.xz
 7dccbd0159d5887a548a7aa66c755df7 10758 python optional flake8_2.5.4-1_all.deb
 6efe6faa5d79e79413b9f7c66112e8d6 30080 python optional 
python-flake8_2.5.4-1_all.deb
 4a3ea68eac6014f252381311e3103c77 30142 python optional 
python3-flake8_2.5.4-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJW2wKaAAoJEH5lKNp1LxvheLgP/Re5DwcIli+0zG6Vb/rzQKM9
/C6623zkXdK8xgj9GqDza7GwMX46u2pgzlBpqv5zowZZPHFmj5I6Fv/w1wFlKSyF
K+Kct1hrDzi2QiPaG/vAq1kQJPghYuLVORJugWVQfiZQUbwvSEOSb6/A5iET7mAA
soJSKEu/i4cFgc5Ai5ZU0cruHHgoLHfx2InHwCwBYoNud4z0to5eGILky3QPg4N0
DOIakDup7sZh7RkAPyna4hNmYOL0JLzRMa6Ko4RScKSjhJkc3ouhzZWEKI4JBDmo
mAP4kqlcX3rQkNnkIavGVuT+kmVP2/0Mj5faO1DSuyMMw2vpGypbbUWwdxgOdfKF
R1HbodLKXkn7HJwy8UtmM8nOR/G/Uu6DJELotYmWTtJrpjdouUUlCl7MJs+sq6u1
QhrEi1ocs2G5OlBuvJ0t8lAlbD0do8ZeCJiAcj6+zsVe6hYUZaacEj6URJF1dW3g
VG4fNRdptGeiPO8fUqe8oVND3usGzqrRLMcTvlm4RmHkIOlL2ahUx1vNgK+F8Bzn
k3JPOCbHGSqqheqqBF8GxoN5R2Gquno+tdg0/hvxgUtcdmu31q88V5YkPC5U9RQa
7BGslXtV48yD/uKyL1Bq6Yq6v6ybXwvPGd9UzeuaHelgDpda80TrCSWrXOkrgTaZ
a1bCyZMI502qyZtPUibH
=j/6H
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to