Your message dated Wed, 25 Jul 2012 22:17:12 +0000 with message-id <[email protected]> and subject line Bug#681328: fixed in blockdiag 1.1.6-1.1 has caused the Debian Bug report #681328, regarding blockdiag: FTBFS: pep8: 21 errors / 0 warnings 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.) -- 681328: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681328 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: blockdiag Version: 1.1.6-1 Severity: serious Justification: fails to build from source blockdiag FTBFS: | set -e; \ | PYTHONPATH=/build/blockdiag-VLK4f1/blockdiag-1.1.6/src nosetests -d | ................................................................................................................................................................................................................................................................F.......................................... | ====================================================================== | FAIL: blockdiag.tests.test_pep8.test_pep8 | ---------------------------------------------------------------------- | Traceback (most recent call last): | File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | self.test(*self.arg) | File "/build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/tests/test_pep8.py", line 38, in test_pep8 | assert errors + warnings == 0, message | AssertionError: pep8: 21 errors / 0 warnings | 0 = <module 'pep8' from '/usr/lib/python2.7/dist-packages/pep8.pyc'>.get_count('W') | 'pep8: 21 errors / 0 warnings' = 'pep8: %d errors / %d warnings' % (21, 0) | print 'pep8: 21 errors / 0 warnings' | >> assert 21 + 0 == 0, 'pep8: 21 errors / 0 warnings' | | -------------------- >> begin captured stdout << --------------------- | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/builder.py:505:51: E272 multiple spaces before keyword | for edge in (e for e in self.diagram.edges if e.style != 'none'): | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/builder.py:509:48: E272 multiple spaces before keyword | for edge in (e for e in group.edges if e.style != 'none'): | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/drawer.py:78:38: E272 multiple spaces before keyword | for edge in (e for e in edges if e.style != 'none'): | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/elements.py:591:74: E502 the backslash is redundant between brackets | kwargs = dict([str(unquote(attr.name)), unquote(attr.value)] \ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/metrics.py:45:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:' | if self.stroking == False: | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/imagedraw/simplesvg.py:206:52: E502 the backslash is redundant between brackets | self.path.append('A%s,%s %s %s %s %s %s' % \ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/imagedraw/simplesvg.py:210:52: E502 the backslash is redundant between brackets | self.path.append('a%s,%s %s %s %s %s %s' % \ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/imagedraw/filters/linejump.py:131:52: E712 comparison to True should be 'if cond is True:' or 'if cond:' | if 'jump' in kwargs and kwargs['jump'] == True: | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/noderenderer/__init__.py:104:27: E711 comparison to None should be 'if cond is not None:' | if self.node.icon != None and kwargs.get('shadow') != True: | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/noderenderer/__init__.py:119:31: E711 comparison to None should be 'if cond is not None:' | if self.node.numbered != None and kwargs.get('shadow') != True: | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/tests/test_builder_edge.py:49:31: E711 comparison to None should be 'if cond is None:' | assert edge.thick == None | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/tests/test_builder_edge.py:57:31: E711 comparison to None should be 'if cond is None:' | assert edge.thick == None | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/tests/test_utils_fontmap.py:291:52: E502 the backslash is redundant between brackets | _config = ("[fontmap]\nserif-bold: %s\n" + \ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/tests/utils.py:85:73: E502 the backslash is redundant between brackets | raise RuntimeError('edge (%s -> %s) is not found' % \ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/tests/utils.py:89:50: E272 multiple spaces before keyword | for node in (n for n in diagram.nodes if n.drawable): | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/utils/TextFolder.py:47:34: E272 multiple spaces before keyword | return len([x for x in string if is_zenkaku(x)]) | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/utils/TextFolder.py:61:34: E272 multiple spaces before keyword | return len([x for x in string if not is_zenkaku(x)]) | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/utils/bootstrap.py:111:77: E502 the backslash is redundant between brackets | help='do not make transparent background of diagram ' +\ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/utils/ellipse.py:27:58: E502 the backslash is redundant between brackets | phi += du / math.sqrt((a * math.sin(phi)) ** 2 + \ | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/utils/rst/directives.py:233:56: E272 multiple spaces before keyword | descriptions = [n.to_desctable() for n in nodes if n.drawable] | ^ | /build/blockdiag-VLK4f1/blockdiag-1.1.6/src/blockdiag/utils/rst/directives.py:255:56: E272 multiple spaces before keyword | descriptions = [e.to_desctable() for e in edges if e.style != 'none'] | ^ | 8 E272 multiple spaces before keyword | 7 E502 the backslash is redundant between brackets | 4 E711 comparison to None should be 'if cond is not None:' | 2 E712 comparison to False should be 'if cond is False:' or 'if not cond:' | pep8: 21 errors / 0 warnings | | --------------------- >> end captured stdout << ---------------------- | | ---------------------------------------------------------------------- | Ran 299 tests in 10.245s | | FAILED (failures=1) | make[1]: *** [override_dh_auto_test] Error 1 -- Jakub Wilk
--- End Message ---
--- Begin Message ---Source: blockdiag Source-Version: 1.1.6-1.1 We believe that the bug you reported is fixed in the latest version of blockdiag, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Evgeni Golov <[email protected]> (supplier of updated blockdiag 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 18 Jul 2012 21:16:06 +0200 Source: blockdiag Binary: python-blockdiag Architecture: source all Version: 1.1.6-1.1 Distribution: unstable Urgency: low Maintainer: Kouhei Maeda <[email protected]> Changed-By: Evgeni Golov <[email protected]> Description: python-blockdiag - generate block-diagram image file from spec-text file Closes: 681328 Changes: blockdiag (1.1.6-1.1) unstable; urgency=low . * Non-maintainer upload. * Fix PEP8 violations with a patch from upstream (31961dd5ba9b). Closes: #681328 Checksums-Sha1: 6d01227d955efc09989040fc86415ce1c93bb20c 1335 blockdiag_1.1.6-1.1.dsc 937fe7e0899db91c38d2dbff1d48c424b5053229 6057 blockdiag_1.1.6-1.1.debian.tar.gz 759ee7b1a1542064cad54a645cee1d3ccdd56542 61234 python-blockdiag_1.1.6-1.1_all.deb Checksums-Sha256: bc3e8bd652ec5dc507e8617190b3dd400d315bdf8c427c71789f174134577b3b 1335 blockdiag_1.1.6-1.1.dsc b44f60d01792248545ba25b7a99357f9a76571030ec04ae52cee1a3a64edaac1 6057 blockdiag_1.1.6-1.1.debian.tar.gz 9bcab0494d4315446e3fde44412a7aa8b0bcb69d327f1e3d3ba74db819023a1d 61234 python-blockdiag_1.1.6-1.1_all.deb Files: 1f27cc213c301ae0248443710c32ae50 1335 python optional blockdiag_1.1.6-1.1.dsc fd221f8f9bb6c17b0983264ad46d365f 6057 python optional blockdiag_1.1.6-1.1.debian.tar.gz 75be92ca63e8f0df21977874a392d5f5 61234 python optional python-blockdiag_1.1.6-1.1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlAQb2gACgkQHajaM93NaGo3tACfUKIORxVPRdB3KIrSwsYfmror ETQAnRAgQR+A3TNKnTdS0D3qLXwtgD52 =xtv6 -----END PGP SIGNATURE-----
--- End Message ---

