Your message dated Sun, 02 Jun 2024 12:36:51 +0000
with message-id <e1sdksb-002igc...@fasolo.debian.org>
and subject line Bug#1057949: fixed in nbconvert 7.16.4-1
has caused the Debian Bug report #1057949,
regarding nbconvert: needs update for new version of pandoc: PDF creating failed
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.)
--
1057949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nbconvert
Version: 6.5.3-4
Severity: serious
X-Debbugs-CC: pan...@packages.debian.org
Tags: sid trixie
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:pandoc
Dear maintainer(s),
With a recent upload of pandoc the autopkgtest of nbconvert fails in
testing when that autopkgtest is run with the binary packages of pandoc
from unstable. It passes when run with only packages from testing. In
tabular form:
pass fail
pandoc from testing 2.17.1.1+~git20230125+ds-1
nbconvert from testing 6.5.3-4
all others from testing from testing
I copied some of the output at the bottom of this report.
Currently this regression is blocking the migration of pandoc to testing
[1]. Of course, pandoc shouldn't just break your autopkgtest (or even
worse, your package), but it seems to me that the change in pandoc was
intended and your package needs to update to the new situation.
If this is a real problem in your package (and not only in your
autopkgtest), the right binary package(s) from pandoc should really add
a versioned Breaks on the unfixed version of (one of your) package(s).
Note: the Breaks is nice even if the issue is only in the autopkgtest as
it helps the migration software to figure out the right versions to
combine in the tests.
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://qa.debian.org/excuses.php?package=pandoc
https://ci.debian.net/data/autopkgtest/testing/amd64/n/nbconvert/40824350/log.gz
378s [1m[31mE
/usr/lib/python3/dist-packages/nbconvert/utils/pandoc.py:51:
RuntimeWarning: You are using an unsupported version of pandoc (3.0.1).[0m
378s [1m[31mE Your version must be at least (1.12.1) but
less than (3.0.0).[0m
378s [1m[31mE Refer to https://pandoc.org/installing.html.[0m
378s [1m[31mE Continuing with doubts...[0m
378s [1m[31mE check_pandoc_version()[0m
378s [1m[31mE [NbConvertApp] Support files will be in
notebook2_files/[0m
378s [1m[31mE [NbConvertApp] Making directory
./notebook2_files[0m
378s [1m[31mE [NbConvertApp] Writing 2889 bytes to support
file ./notebook2_files/notebook2_13_1.png[0m
378s [1m[31mE [NbConvertApp] Making directory
./notebook2_files[0m
378s [1m[31mE [NbConvertApp] Writing 74369 bytes to support
file ./notebook2_files/notebook2_13_1.pdf[0m
378s [1m[31mE [NbConvertApp] Writing 25528 bytes to
notebook.tex[0m
378s [1m[31mE [NbConvertApp] Building PDF[0m
378s [1m[31mE [NbConvertApp] Running xelatex 1 time:
['xelatex', 'notebook.tex', '-quiet'][0m
378s [1m[31mE [NbConvertApp] CRITICAL | xelatex failed:
['xelatex', 'notebook.tex', '-quiet'][0m
378s [1m[31mE [0m
378s [1m[31mE Traceback (most recent call last):[0m
378s [1m[31mE File "<frozen runpy>", line 198, in
_run_module_as_main[0m
378s [1m[31mE File "<frozen runpy>", line 88, in _run_code[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/__main__.py", line 3, in
<module>[0m
378s [1m[31mE main()[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/jupyter_core/application.py", line 282,
in launch_instance[0m
378s [1m[31mE super().launch_instance(argv=argv,
**kwargs)[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/traitlets/config/application.py", line
982, in launch_instance[0m
378s [1m[31mE app.start()[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/nbconvertapp.py", line 423, in
start[0m
378s [1m[31mE self.convert_notebooks()[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/nbconvertapp.py", line 597, in
convert_notebooks[0m
378s [1m[31mE
self.convert_single_notebook(notebook_filename)[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/nbconvertapp.py", line 560, in
convert_single_notebook[0m
378s [1m[31mE output, resources =
self.export_single_notebook([0m
378s [1m[31mE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/nbconvertapp.py", line 488, in
export_single_notebook[0m
378s [1m[31mE output, resources =
self.exporter.from_filename([0m
378s [1m[31mE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/exporters/exporter.py", line
189, in from_filename[0m
378s [1m[31mE return self.from_file(f,
resources=resources, **kw)[0m
378s [1m[31mE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/exporters/exporter.py", line
206, in from_file[0m
378s [1m[31mE return self.from_notebook_node([0m
378s [1m[31mE ^^^^^^^^^^^^^^^^^^^^^^^^[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/exporters/pdf.py", line 194,
in from_notebook_node[0m
378s [1m[31mE self.run_latex(tex_file)[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/exporters/pdf.py", line 164,
in run_latex[0m
378s [1m[31mE return self.run_command([0m
378s [1m[31mE ^^^^^^^^^^^^^^^^^[0m
378s [1m[31mE File
"/usr/lib/python3/dist-packages/nbconvert/exporters/pdf.py", line 150,
in run_command[0m
378s [1m[31mE raise raise_on_failure([0m
378s [1m[31mE nbconvert.exporters.pdf.LatexFailed: PDF
creating failed, captured latex output:[0m
378s [1m[31mE Failed to run "['xelatex', 'notebook.tex',
'-quiet']" command:[0m
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: nbconvert
Source-Version: 7.16.4-1
Done: Colin Watson <cjwat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
nbconvert, 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 1057...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated nbconvert 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: Sun, 02 Jun 2024 13:23:53 +0100
Source: nbconvert
Architecture: source
Version: 7.16.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1057949
Changes:
nbconvert (7.16.4-1) unstable; urgency=medium
.
* Team upload.
* New upstream release (closes: #1057949).
* Go back to using packaged mistune.
* Mark python-nbconvert-doc as Multi-Arch: foreign.
* Drop "Patch out obsolete grffile from latex template"; upstream does
version detection now, so this isn't needed.
Checksums-Sha1:
a9356d05fe716278706267a262bc37b5d5cb7b9b 3012 nbconvert_7.16.4-1.dsc
198c9136637c83daab354f07e2bd6015b1db459b 759248 nbconvert_7.16.4.orig.tar.gz
ad643f4ca90ebf58ddbb02e053f470a47adc5fcd 77180 nbconvert_7.16.4-1.debian.tar.xz
Checksums-Sha256:
dc21f697b7debafe9c6bdef8c0ebb117b93b445c55b5ef05de1fb0921077c5cb 3012
nbconvert_7.16.4-1.dsc
657508896dec92b46d911cd40645526897071991d4a06e71fcb49650663748ff 759248
nbconvert_7.16.4.orig.tar.gz
30d735f56d1cba5a3b18c0f0f8c4dc513d9bcc45820a289035b9cd2284361034 77180
nbconvert_7.16.4-1.debian.tar.xz
Files:
2e46bebf2a4f72f8223dada9fff569e1 3012 python optional nbconvert_7.16.4-1.dsc
6a8ceb8bc6146ecb543b22a7b257c47e 759248 python optional
nbconvert_7.16.4.orig.tar.gz
e2087446c139b1c52e738e97d5173fbc 77180 python optional
nbconvert_7.16.4-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmZcZIQACgkQOTWH2X2G
UAtn5Q/+Lp6Lf0YGxa2P4C20yQ6MAdBLBwCDSRM3hTAbl3wFBJh6FERQGq86zFzf
Kv5IGiqIuKEWexwRUmDPhJhecaRuymFW9T+6+H98VnLwNPRU5T2blaJq95dDowI6
yDqD+AOITgzn3gVio4CYEVandeGnN01nGluqsOVsS0M2/OBCtCuKTuzIIyIhWnnN
em19OYNNldBG9rAiOyB6VjhYIkyrqOX5tcevZ8kzPTPMuASkPg7tlNjXsjPiIp3u
Ny3u90XiGa5HdLGoSAtGwvRS7f6fomsMDlIfBZokDANN8NdQ7JrXVOmvzOTyt1Mb
2gMYLvubpw2fufCcauDowffX7a7gkXYVHo6R88xP0xVvp+j4G25gWIhELEcjYaVf
ad7ljbOg6nCwaBJnbRwT7i3PCYfiesNbdo7faW1H+l44Tjr5/Tsk5UlsknX2z8BB
zit0TVO7bMjbAqVEaX7GerphZpnBggJxKXghSQfGMQ3sUlwmjteu91D+yUq7tKI4
hqBnWPFTcyGXEtCp4CA2jAEGY9ekVEWYN4/23HAm9DrisvX9MiLqry0ER4xdKBEx
hfg2Sc6EAM2tDiTzd+JLYdgsiS1tYEFTrluEhI9CjQtCerm059XwQcTz9MP/nGB1
Eq665adEtRVI1wJQJt5GSZeYm374sSr5LmrrHqAJOy6up7SNtFw=
=Zfzq
-----END PGP SIGNATURE-----
pgpS1Ex0Uemfh.pgp
Description: PGP signature
--- End Message ---