Your message dated Wed, 23 May 2018 09:34:40 +0000
with message-id <e1flqak-000ifc...@fasolo.debian.org>
and subject line Bug#897111: fixed in pypandoc 1.4+ds0-1.1
has caused the Debian Bug report #897111,
regarding pypandoc FTBFS with pandoc 2.1.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.)
--
897111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pypandoc
Version: 1.4+ds0-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pypandoc.html
...
======================================================================
ERROR: test_convert_with_custom_writer (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 182, in
test_convert_with_custom_writer
received = pypandoc.convert_file(file_name, lua_file_name)
File "/build/1st/pypandoc-1.4+ds0/pypandoc/__init__.py", line 140, in
convert_file
outputfile=outputfile, filters=filters)
File "/build/1st/pypandoc-1.4+ds0/pypandoc/__init__.py", line 324, in
_convert_input
'Pandoc died with exitcode "%s" during conversion: %s' % (p.returncode,
stderr)
RuntimeError: Pandoc died with exitcode "1" during conversion: pandoc:
/tmp/tmpcfrhkwfoo-bar+baz/tmpe3s0o8.lua: openFile: does not exist (No such file
or directory)
======================================================================
FAIL: test_basic_conversion_from_file (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 156, in
test_basic_conversion_from_file
self.assertEqualExceptForNewlineEnd(expected, received)
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 399, in
assertEqualExceptForNewlineEnd
self.assertEqual(expected.rstrip('\n'), received.rstrip('\n'))
AssertionError: u'some title\n==========' != u'#some title'
- some title
? -
+ #some title? +
- ==========
======================================================================
FAIL: test_basic_conversion_from_file_with_format (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 189, in
test_basic_conversion_from_file_with_format
self.assertEqualExceptForNewlineEnd(expected, received)
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 399, in
assertEqualExceptForNewlineEnd
self.assertEqual(expected.rstrip('\n'), received.rstrip('\n'))
AssertionError: u'some title\n==========' != u'#some title'
- some title
? -
+ #some title? +
- ==========
======================================================================
FAIL: test_basic_conversion_from_string (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 197, in
test_basic_conversion_from_string
self.assertEqualExceptForNewlineEnd(expected, received)
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 399, in
assertEqualExceptForNewlineEnd
self.assertEqual(expected.rstrip('\n'), received.rstrip('\n'))
AssertionError: u'some title\n==========' != u'#some title'
- some title
? -
+ #some title? +
- ==========
======================================================================
FAIL: test_basic_conversion_to_file (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 231, in
test_basic_conversion_to_file
self.assertEqualExceptForNewlineEnd(expected, written)
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 399, in
assertEqualExceptForNewlineEnd
self.assertEqual(expected.rstrip('\n'), received.rstrip('\n'))
AssertionError: u'some title\n==========' != u'#some title'
- some title
? -
+ #some title? +
- ==========
======================================================================
FAIL: test_conversion_from_markdown_with_extensions (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 222, in
test_conversion_from_markdown_with_extensions
self.assertEqualExceptForNewlineEnd(expected_without_extension,
received_without_extension)
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 399, in
assertEqualExceptForNewlineEnd
self.assertEqual(expected.rstrip('\n'), received.rstrip('\n'))
AssertionError: u'<p><sub><sub>strike</sub></sub></p>' !=
u'<p>~<sub>strike</sub>~</p>'
- <p><sub><sub>strike</sub></sub></p>
? ^^^^^ ^^^^^^
+ <p>~<sub>strike</sub>~</p>
? ^ ^
======================================================================
FAIL: test_conversion_from_non_plain_text_file (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 319, in
test_conversion_from_non_plain_text_file
self.assertEqualExceptForNewlineEnd(expected, received)
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 399, in
assertEqualExceptForNewlineEnd
self.assertEqual(expected.rstrip('\n'), received.rstrip('\n'))
AssertionError: u'some title\n==========' != u'#some title'
- some title
? -
+ #some title? +
- ==========
======================================================================
FAIL: test_get_pandoc_version (tests.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/pypandoc-1.4+ds0/tests.py", line 137, in
test_get_pandoc_version
self.assertTrue(major in [0, 1])
AssertionError: False is not true
----------------------------------------------------------------------
Ran 24 tests in 9.296s
FAILED (failures=7, errors=1, skipped=1)
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
/build/1st/pypandoc-1.4+ds0/.pybuild/cpython2_2.7_pypandoc
E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1:
python2.7 setup.py test
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
make: *** [debian/rules:5: build] Error 25
--- End Message ---
--- Begin Message ---
Source: pypandoc
Source-Version: 1.4+ds0-1.1
We believe that the bug you reported is fixed in the latest version of
pypandoc, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated pypandoc 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: SHA512
Format: 1.8
Date: Mon, 21 May 2018 11:00:13 +0200
Source: pypandoc
Binary: python-pypandoc python3-pypandoc
Architecture: source
Version: 1.4+ds0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Elena Grandi <valhall...@trueelena.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
python-pypandoc - Thin wrapper for pandoc (Python 2.x)
python3-pypandoc - Thin wrapper for pandoc (Python 3.x)
Closes: 897111
Changes:
pypandoc (1.4+ds0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/patches: Apply upstream patches to fix compatibility with recent
pandoc versions. (Closes: #897111)
Checksums-Sha1:
b32b9e9d1f74e719526ab069db3a208325d9025d 2348 pypandoc_1.4+ds0-1.1.dsc
5f533bdeb2712b4934b6770562b6bfabdf79c8e9 5948
pypandoc_1.4+ds0-1.1.debian.tar.xz
Checksums-Sha256:
6037f60adbc7ecc7e956abe094bebb24b61fda224752e4ccde8450dc72a2dfb1 2348
pypandoc_1.4+ds0-1.1.dsc
06961cafd68977ab6fe5b0ccadaeb4b8433a230f7b3a3ec895c456517d1bf2ef 5948
pypandoc_1.4+ds0-1.1.debian.tar.xz
Files:
49218a9623a4211dc33999c1398dc7c0 2348 python optional pypandoc_1.4+ds0-1.1.dsc
541448a18b4113b7951275fb86b2d328 5948 python optional
pypandoc_1.4+ds0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAlsCi24ACgkQafL8UW6n
GZPHFA/+OkI4xae032YqeisfkbNuSMNUBUsvnTYTFoLL+C1UsNVlze4GZyXqNI+0
y78vyO8BQMTbcx29qKZXvY7oOVKG0kJH2DrTPW4njsrCD8MbWVNtbEMzbzLUEczw
8fs3RFUvm3v8bnnFR7qUblBKnWPRatGbQ55DjLmHNf1YWmE9McXG5DeveQyh41UO
kvBrW+5ORUnvXYmx4FKLX2zfknmnWJh11VabEqnn8XmLSFf37zxeSmQhbeYgPaca
A9YA5i2T6Yv0zsAi/rVboe0GDrg0t/rlO88+fHbP1vyd6A/QSzT+vB4MaBUHYScw
0EBuBShFdNyhIe104MPyBt3WXjyAxkiCiFFXbeg9RSNWvVyx1PH65CQpINRET3Bl
I2EYd3PgzLu2/E6kYhiclNLhIKAcF5g+/2W6n8H2Ny5EmM/hSTutAPD0zDJXu6Kw
YPvi3/mjrChYMFgoBmoEtVx3eRpcwBpSWX1kMOpJO986tZd/cFkR3+cCwTmGY2EP
bKh7tGDjVb9s64PYyNvc9HC81vWz8kOnI+at9AR4LyNQmnKKNxZ6RdMGLOf+uOrf
tP4/9RTeXVJURX9ool+eREMMuKHiZPrBcPW6FKsbXqfoQMPIWKF5DjYLOAy4kACK
K8R9Dj2fK0fexOZ376+YuMueMs95Co+bzfdrpJrSyVba0QjIF40=
=UjeC
-----END PGP SIGNATURE-----
--- End Message ---