Your message dated Thu, 07 May 2015 00:19:35 +0000
with message-id <e1yq9xl-0002pm...@franck.debian.org>
and subject line Bug#784270: fixed in python2.7 2.7.9-5
has caused the Debian Bug report #784270,
regarding python-docutils: FTBFS: test_invalid_raw_xml fails with TypeError
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.)


-- 
784270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784270
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-docutils
Version: 0.12+dfsg-1
Severity: serious

python-docutils FTBFS with Python 2.7.9:

  ======================================================================
  ERROR: test_invalid_raw_xml 
(test_writers.test_docutils_xml.DocutilsXMLTestCase)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/tmp/buildd/python-docutils-0.12+dfsg/test/test_writers/test_docutils_xml.py", 
line 181, in test_invalid_raw_xml
      result = publish_xml(settings, invalid_raw_xml_source)
    File 
"/tmp/buildd/python-docutils-0.12+dfsg/test/test_writers/test_docutils_xml.py", 
line 127, in publish_xml
      settings_overrides=settings)
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/core.py", 
line 414, in publish_string
      enable_exit_status=enable_exit_status)
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/core.py", 
line 662, in publish_programmatically
      output = pub.publish(enable_exit_status=enable_exit_status)
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/core.py", 
line 219, in publish
      output = self.writer.write(self.document, self.destination)
    File 
"/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/writers/__init__.py", 
line 80, in write
      self.translate()
    File 
"/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/writers/docutils_xml.py",
 line 74, in translate
      self.document.walkabout(visitor)
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/nodes.py", 
line 174, in walkabout
      if child.walkabout(visitor):
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/nodes.py", 
line 174, in walkabout
      if child.walkabout(visitor):
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/nodes.py", 
line 166, in walkabout
      visitor.dispatch_visit(self)
    File "/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/nodes.py", 
line 1882, in dispatch_visit
      return method(node)
    File 
"/tmp/buildd/python-docutils-0.12+dfsg/build/py2/docutils/writers/docutils_xml.py",
 line 184, in visit_raw
      col_num, line_num, node.astext())
  TypeError: %d format: a number is required, not NoneType

Full log is available here:
http://mitya57.me/builds/python-docutils_0.12+dfsg-1_amd64.build

--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: python2.7
Source-Version: 2.7.9-5

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python2.7 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: Wed, 06 May 2015 22:47:05 +0200
Source: python2.7
Binary: python2.7 libpython2.7-stdlib python2.7-minimal libpython2.7-minimal 
libpython2.7 python2.7-examples python2.7-dev libpython2.7-dev 
libpython2.7-testsuite idle-python2.7 python2.7-doc python2.7-dbg 
libpython2.7-dbg
Architecture: source all ppc64el
Version: 2.7.9-5
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 idle-python2.7 - IDE for Python (v2.7) using Tkinter
 libpython2.7 - Shared Python runtime library (version 2.7)
 libpython2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 libpython2.7-dev - Header files and a static library for Python (v2.7)
 libpython2.7-minimal - Minimal subset of the Python language (version 2.7)
 libpython2.7-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython2.7-testsuite - Testsuite for the Python standard library (v2.7)
 python2.7  - Interactive high-level object-oriented language (version 2.7)
 python2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 python2.7-dev - Header files and a static library for Python (v2.7)
 python2.7-doc - Documentation for the high-level object-oriented language 
Python
 python2.7-examples - Examples for the Python language (v2.7)
 python2.7-minimal - Minimal subset of the Python language (version 2.7)
Closes: 782081 784270
Changes:
 python2.7 (2.7.9-5) unstable; urgency=medium
 .
   * Update to 20150507, taken from the 2.7 release branch.
     - Issue #24134: assertRaises() and assertRaisesRegexp() checks are not
       longer successful if the callable is None.
     - Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's
       siftup and siftdown functions.
     - Backport collections.deque fixes from Python 3.5.  Prevents reentrant
       badness during deletion by deferring the decref until the container has
       been restored to a consistent state.
     - Issue #24125: Saved error's line and column numbers when an error
       occured. Fixes python-docutils. Closes: #784270.
     - Issue #23842, SystemError in os.minor, os.major. Closes: #782081.
Checksums-Sha1:
 4d6196a785e5354803806993aa09e8ba2bc9826d 3243 python2.7_2.7.9-5.dsc
 8edce658ca8390ced2bc9c2e336f323cfc4c3d4c 484943 python2.7_2.7.9-5.diff.gz
 8269649aa9f4d4dcdf030f84f4ab98cfb033a4fd 595556 
python2.7-examples_2.7.9-5_all.deb
 5f5a1cc700a84c75f9c6b232ca68f8aa50835246 2099622 
libpython2.7-testsuite_2.7.9-5_all.deb
 a31d5fd6b2ab25f3931d6ed59e5d3e8cfd3fd15d 308860 idle-python2.7_2.7.9-5_all.deb
 30618f426041b18789407824b4887f4b2af45a1f 4296390 python2.7-doc_2.7.9-5_all.deb
 e97755d23d97ca1d333207085d676ceec3de80f4 257984 python2.7_2.7.9-5_ppc64el.deb
 77efe686e956dbe0a632a7cbbea47ab8d99cdab4 1761630 
libpython2.7-stdlib_2.7.9-5_ppc64el.deb
 6e025b2baab1ab7dd6d73e5afe2cbd0e23fc5dc2 1016348 
python2.7-minimal_2.7.9-5_ppc64el.deb
 6d5fb80558ad0436ef88fc06d2a4c198e0fec932 381452 
libpython2.7-minimal_2.7.9-5_ppc64el.deb
 0d6c898284ece0e8a9a86c034af780b93e746745 968940 
libpython2.7_2.7.9-5_ppc64el.deb
 58907ce1618e46251183be3be307684da113a22b 260766 
python2.7-dev_2.7.9-5_ppc64el.deb
 1fd885529a52d3b1c8ef028f98c3cb9bb0a824fa 1653234 
libpython2.7-dev_2.7.9-5_ppc64el.deb
 ff5e83cbc5b025fb5ad54dfc8a75b1cc7e9e5de8 5951980 
python2.7-dbg_2.7.9-5_ppc64el.deb
 3d122c2f6b6bc8b348016077ba1da97ab3d81c0c 3945820 
libpython2.7-dbg_2.7.9-5_ppc64el.deb
Checksums-Sha256:
 dcf41eab12802557a390c26059fc2b2a98ab5e0a6110441b5ac8a35e9c12b274 3243 
python2.7_2.7.9-5.dsc
 d50e25950e2ca76643145d3e25ffe84cfbc15c380d88d6df8587944b37f6538b 484943 
python2.7_2.7.9-5.diff.gz
 bd4db6c02b074596a4db104cae503e2f3e048e823deb534611faffeca8154092 595556 
python2.7-examples_2.7.9-5_all.deb
 796adf9f04d7a50684410e7d57f0a9915c02d20166dfe9e6b750fa9b2cfc6ac7 2099622 
libpython2.7-testsuite_2.7.9-5_all.deb
 7597ec6ad3dc11bde72d85fc720f2046645bad01f49cd0f9160161061ba655df 308860 
idle-python2.7_2.7.9-5_all.deb
 056cc11a4c00a487814b994228fd5f112a66c53e89f5198018ef102ef56f2bf5 4296390 
python2.7-doc_2.7.9-5_all.deb
 6694644da2afec2fcdd6157f7a69bf7ce0aad69b6b85d4195341b715870fd0ae 257984 
python2.7_2.7.9-5_ppc64el.deb
 44b81b75b83127e7b657fa7c8b26fa488e668e225ae9ea5341a022dccadfab9b 1761630 
libpython2.7-stdlib_2.7.9-5_ppc64el.deb
 76fe6002ff448b2ff0f51ee3a37977b24c131b8ba6304b8dba7952efc019bd0b 1016348 
python2.7-minimal_2.7.9-5_ppc64el.deb
 47c3c9cfa3ec71baec8ef56e3e49aaf30e3cceea17b572b0abbb753a900bd84d 381452 
libpython2.7-minimal_2.7.9-5_ppc64el.deb
 f5915e8eeead7513239540cdcd0206a828a486bc70df5194be57e2b57436da22 968940 
libpython2.7_2.7.9-5_ppc64el.deb
 0a10dfd87b0bb28a7abe044012be36375b29384bc2ef1c79fefb91522170cede 260766 
python2.7-dev_2.7.9-5_ppc64el.deb
 33a87d0cd6970019f0956c16ad84c0da6f551cdeb8b8bf4cf19362b9599d39da 1653234 
libpython2.7-dev_2.7.9-5_ppc64el.deb
 7a6050a1b9387dc76ca77e16e25792fc7eeb772958a6937948a14b45c44147cd 5951980 
python2.7-dbg_2.7.9-5_ppc64el.deb
 d5486e74e958099855188ddb6280dce70f00405198068e0c9ff1b01a1a962bb2 3945820 
libpython2.7-dbg_2.7.9-5_ppc64el.deb
Files:
 66872599c3dec74582c5d56bbe3409b2 3243 python optional python2.7_2.7.9-5.dsc
 c580b3f83d921b9123c3e82db7592833 484943 python optional 
python2.7_2.7.9-5.diff.gz
 0799fa1412147d63de9b0ab67fbce5ff 595556 python optional 
python2.7-examples_2.7.9-5_all.deb
 35c2d056d0b705fb4dfc616c768e1806 2099622 libdevel optional 
libpython2.7-testsuite_2.7.9-5_all.deb
 df9a4f6aee1e3b7d08cf718b4bf833ad 308860 python optional 
idle-python2.7_2.7.9-5_all.deb
 7622fcc3ff06bf40652388935296a647 4296390 doc optional 
python2.7-doc_2.7.9-5_all.deb
 754cafe46ccf22d2ce0e1aef6b2c0e22 257984 python standard 
python2.7_2.7.9-5_ppc64el.deb
 2195e84f5874d72dcc354d0f6358d57a 1761630 python standard 
libpython2.7-stdlib_2.7.9-5_ppc64el.deb
 95fa291b04c0329906a2185cf774a388 1016348 python standard 
python2.7-minimal_2.7.9-5_ppc64el.deb
 f7949839b0d68702767fa9e663b94b1a 381452 python standard 
libpython2.7-minimal_2.7.9-5_ppc64el.deb
 14c5ea5cc6dd56838404ad148402aa18 968940 libs standard 
libpython2.7_2.7.9-5_ppc64el.deb
 a0fb8f3272e8fe82506632da7624c268 260766 python optional 
python2.7-dev_2.7.9-5_ppc64el.deb
 1348200af86c5b7419c5a4830e51c967 1653234 libdevel optional 
libpython2.7-dev_2.7.9-5_ppc64el.deb
 bd55c2b9b28d5ccdf5884a17f91dad74 5951980 debug extra 
python2.7-dbg_2.7.9-5_ppc64el.deb
 5f796fbd9f17047129efa70cf543a9f9 3945820 debug extra 
libpython2.7-dbg_2.7.9-5_ppc64el.deb

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

iQIcBAEBCAAGBQJVSqnnAAoJEL1+qmB3j6b1V/kP/1Titz88vBkPUl6TzVuUUjQ1
bkthRfydQAbbwEkNarmhbU7TZppgxppdklZ4YRobi8E/DN0/iR//qrXeEcpacZM1
JFcqbdMloorss923SHYRqyPsE8rGWcx5wZpz+NkUS2oQ62CjeJlUUbA9AmTzwP0U
3nJtwrvR4zFExF3Bk3A8idLDLzayBjfiMrzGBAq9qsPJL6JYklEN6YjHTkuQWQKZ
AwuclrHgWKTOsC9419dQ3ZRn7ETSrwbXzbKIdEpUe04W1xTu5l49UANTeR+nzYW0
nNP5+taeVX3mDjdydT7WQu/oEjzW3YS0/pWPemeBl4DozsTjCm1nsKiB0QxQ+Tnb
YRN/LYTCeLNMxVJ9qzXRJnlbn9EEm8md+EYAhzY8S8xbTmaHMUvInvCdlysOUnoL
CFvW46AnXi9JFhcaizdXYp3zSESS2xxM8g+zDogL1vh/MbbaFt21aOTK96qYANyi
s+Nna3jGO4lzDzA+otaamhhZipvWEn+ADcMrnIOn54sCWBvzYREsPA9YGZnWJJ6l
EPoQzz18UDPXzeNj350wcmQhrNWX3la5YiUJdp35BWdRu9YKEbgSFde70IoCpEt+
pFLrieIVCmO6ehBS6sApunQcUIIeiv5FCQcYsqvjr1Y8g95dh4JOwK8R5lfnMrXk
p6vE/Xb6ESiXSUMON7EY
=w5E4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to