Your message dated Wed, 15 Jan 2025 09:36:06 +0000
with message-id <e1txzok-0086kk...@fasolo.debian.org>
and subject line Bug#1089526: fixed in rst2pdf 0.102-3
has caused the Debian Bug report #1089526,
regarding rst2pdf: cannot import name '_fitz_old' from partially initialized
module 'fitz_old'
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.)
--
1089526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089526
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rst2pdf
Version: 0.102-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source
Hello,
rst2pdf FTBFS on current sid with
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build; python3.13 -m
pytest -v -k "not test-referencing-an-aliased-font and not test_aafigure and
not test_aafigure_extra and not test_blockquotes_in_table and not
test_docutils_math and not test_issue_231 and not test_issue_349 and not
test_issue_363 and not
test_issue_73_unicode_box_drawing_characters_renders_without_errors and not
test_issue_785 and not test_math and not test_raw_html and not test_slides and
not sphinx-issue252 and not sphinx-issue257 "
ImportError while loading conftest
'/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build/tests/conftest.py'.
tests/conftest.py:22: in <module>
import fitz_old as fitz
/usr/lib/python3/dist-packages/fitz_old/__init__.py:25: in <module>
from fitz_old.fitz_old import *
/usr/lib/python3/dist-packages/fitz_old/fitz_old.py:14: in <module>
from . import _fitz_old
E ImportError: cannot import name '_fitz_old' from partially initialized
module 'fitz_old' (most likely due to a circular import)
(/usr/lib/python3/dist-packages/fitz_old/__init__.py)
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=4: cd
/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build; python3.13 -m
pytest -v -k "not test-referencing-an-aliased-font and not test_aafigure and
not test_aafigure_extra and not test_blockquotes_in_table and not
test_docutils_math and not test_issue_231 and not test_issue_349 and not
test_issue_363 and not
test_issue_73_unicode_box_drawing_characters_renders_without_errors and not
test_issue_785 and not test_math and not test_raw_html and not test_slides and
not sphinx-issue252 and not sphinx-issue257 "
cu Andreas
dpkg-buildpackage: info: source package rst2pdf
dpkg-buildpackage: info: source version 0.102-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Alexandre Detiste <tc...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --with python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf
* Building wheel...
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml
does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/setuptools_scm/_integration/pyproject_reading.py",
line 36, in read_pyproject
section = defn.get("tool", {})[tool_name]
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
running bdist_wheel
running build
running build_py
creating build/lib/rst2pdf
copying ./rst2pdf/__init__.py -> build/lib/rst2pdf
copying ./rst2pdf/basenodehandler.py -> build/lib/rst2pdf
copying ./rst2pdf/config.py -> build/lib/rst2pdf
copying ./rst2pdf/createpdf.py -> build/lib/rst2pdf
copying ./rst2pdf/dumpstyle.py -> build/lib/rst2pdf
copying ./rst2pdf/findfonts.py -> build/lib/rst2pdf
copying ./rst2pdf/flowables.py -> build/lib/rst2pdf
copying ./rst2pdf/genelements.py -> build/lib/rst2pdf
copying ./rst2pdf/genpdftext.py -> build/lib/rst2pdf
copying ./rst2pdf/image.py -> build/lib/rst2pdf
copying ./rst2pdf/languages.py -> build/lib/rst2pdf
copying ./rst2pdf/log.py -> build/lib/rst2pdf
copying ./rst2pdf/math_flowable.py -> build/lib/rst2pdf
copying ./rst2pdf/nodehandlers.py -> build/lib/rst2pdf
copying ./rst2pdf/pdfbuilder.py -> build/lib/rst2pdf
copying ./rst2pdf/pygments2style.py -> build/lib/rst2pdf
copying ./rst2pdf/rson.py -> build/lib/rst2pdf
copying ./rst2pdf/sectnumlinks.py -> build/lib/rst2pdf
copying ./rst2pdf/sinker.py -> build/lib/rst2pdf
copying ./rst2pdf/sphinxnodes.py -> build/lib/rst2pdf
copying ./rst2pdf/style2yaml.py -> build/lib/rst2pdf
copying ./rst2pdf/styles.py -> build/lib/rst2pdf
copying ./rst2pdf/svgimage.py -> build/lib/rst2pdf
copying ./rst2pdf/utils.py -> build/lib/rst2pdf
copying ./rst2pdf/writer.py -> build/lib/rst2pdf
creating build/lib/rst2pdf/directives
copying ./rst2pdf/directives/__init__.py -> build/lib/rst2pdf/directives
copying ./rst2pdf/directives/aafigure.py -> build/lib/rst2pdf/directives
copying ./rst2pdf/directives/code_block.py -> build/lib/rst2pdf/directives
copying ./rst2pdf/directives/contents.py -> build/lib/rst2pdf/directives
copying ./rst2pdf/directives/noop.py -> build/lib/rst2pdf/directives
copying ./rst2pdf/directives/oddeven.py -> build/lib/rst2pdf/directives
creating build/lib/rst2pdf/extensions
copying ./rst2pdf/extensions/__init__.py -> build/lib/rst2pdf/extensions
copying ./rst2pdf/extensions/dotted_toc.py -> build/lib/rst2pdf/extensions
copying ./rst2pdf/extensions/fancytitles.py -> build/lib/rst2pdf/extensions
copying ./rst2pdf/extensions/plantuml_r2p.py -> build/lib/rst2pdf/extensions
copying ./rst2pdf/extensions/preprocess_r2p.py -> build/lib/rst2pdf/extensions
copying ./rst2pdf/extensions/sample.py -> build/lib/rst2pdf/extensions
creating build/lib/rst2pdf/roles
copying ./rst2pdf/roles/__init__.py -> build/lib/rst2pdf/roles
copying ./rst2pdf/roles/counter.py -> build/lib/rst2pdf/roles
copying ./rst2pdf/roles/counter_off.py -> build/lib/rst2pdf/roles
copying ./rst2pdf/roles/package.py -> build/lib/rst2pdf/roles
creating build/lib/rst2pdf/styles
copying ./rst2pdf/styles/11x17.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a0.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a1-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a1.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a2-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a2.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a3-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a3.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a4-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a4.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a5-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a5.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a6-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/a6.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/abap.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/algol.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/algol_nu.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/arduino.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/autumn.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b0.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b1-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b1.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b2-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b2.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b3-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b3.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b4-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b4.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b5-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b5.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b6-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/b6.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/borland.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/bw.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/colorful.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/debugtables.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/default.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/dejavu.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/double-sided.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/eightpoint.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/emacs.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/freetype-sans.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/freetype-serif.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/friendly.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/fruity.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/igor.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/legal.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/letter-landscape.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/letter.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/lovelace.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/manni.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/monokai.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/murphy.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/native.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/no-compact-lists.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/paraiso-dark.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/paraiso-light.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/pastie.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/perldoc.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/rainbow_dash.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/rrt.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/rst2pdf-0-9.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/sas.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/serif.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/solarized-dark.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/solarized-light.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/sphinx.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/stata-dark.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/stata-light.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/stata.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/styles.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/tango.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/tenpoint.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/trac.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/twelvepoint.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/twocolumn.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/vim.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/vs.yaml -> build/lib/rst2pdf/styles
copying ./rst2pdf/styles/xcode.yaml -> build/lib/rst2pdf/styles
creating build/lib/rst2pdf/images
copying ./rst2pdf/images/image-missing.png -> build/lib/rst2pdf/images
copying ./rst2pdf/images/image-missing.jpg -> build/lib/rst2pdf/images
creating build/lib/rst2pdf/templates
copying ./rst2pdf/templates/cover.tmpl -> build/lib/rst2pdf/templates
copying ./rst2pdf/templates/sphinxcover.tmpl -> build/lib/rst2pdf/templates
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/rst2pdf
copying build/lib/rst2pdf/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/basenodehandler.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/config.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/createpdf.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/dumpstyle.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/findfonts.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/flowables.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/genelements.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/genpdftext.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/image.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/languages.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/log.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/math_flowable.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/nodehandlers.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/pdfbuilder.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/pygments2style.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/rson.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/sectnumlinks.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/sinker.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/sphinxnodes.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/style2yaml.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/styles.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/svgimage.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/utils.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/writer.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
creating build/bdist.linux-x86_64/wheel/rst2pdf/directives
copying build/lib/rst2pdf/directives/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/aafigure.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/code_block.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/contents.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/noop.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/oddeven.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
creating build/bdist.linux-x86_64/wheel/rst2pdf/extensions
copying build/lib/rst2pdf/extensions/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/dotted_toc.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/fancytitles.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/plantuml_r2p.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/preprocess_r2p.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/sample.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
creating build/bdist.linux-x86_64/wheel/rst2pdf/roles
copying build/lib/rst2pdf/roles/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
copying build/lib/rst2pdf/roles/counter.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
copying build/lib/rst2pdf/roles/counter_off.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
copying build/lib/rst2pdf/roles/package.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
creating build/bdist.linux-x86_64/wheel/rst2pdf/styles
copying build/lib/rst2pdf/styles/11x17.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a0.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a1-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a1.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a2-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a2.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a3-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a3.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a4-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a4.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a5-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a5.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a6-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a6.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/abap.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/algol.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/algol_nu.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/arduino.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/autumn.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b0.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b1-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b1.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b2-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b2.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b3-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b3.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b4-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b4.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b5-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b5.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b6-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b6.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/borland.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/bw.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/colorful.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/debugtables.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/default.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/dejavu.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/double-sided.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/eightpoint.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/emacs.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/freetype-sans.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/freetype-serif.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/friendly.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/fruity.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/igor.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/legal.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/letter-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/letter.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/lovelace.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/manni.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/monokai.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/murphy.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/native.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/no-compact-lists.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/paraiso-dark.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/paraiso-light.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/pastie.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/perldoc.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/rainbow_dash.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/rrt.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/rst2pdf-0-9.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/sas.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/serif.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/solarized-dark.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/solarized-light.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/sphinx.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/stata-dark.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/stata-light.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/stata.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/styles.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/tango.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/tenpoint.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/trac.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/twelvepoint.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/twocolumn.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/vim.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/vs.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/xcode.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
creating build/bdist.linux-x86_64/wheel/rst2pdf/images
copying build/lib/rst2pdf/images/image-missing.png ->
build/bdist.linux-x86_64/wheel/./rst2pdf/images
copying build/lib/rst2pdf/images/image-missing.jpg ->
build/bdist.linux-x86_64/wheel/./rst2pdf/images
creating build/bdist.linux-x86_64/wheel/rst2pdf/templates
copying build/lib/rst2pdf/templates/cover.tmpl ->
build/bdist.linux-x86_64/wheel/./rst2pdf/templates
copying build/lib/rst2pdf/templates/sphinxcover.tmpl ->
build/bdist.linux-x86_64/wheel/./rst2pdf/templates
running install_egg_info
running egg_info
creating rst2pdf.egg-info
writing rst2pdf.egg-info/PKG-INFO
writing dependency_links to rst2pdf.egg-info/dependency_links.txt
writing entry points to rst2pdf.egg-info/entry_points.txt
writing requirements to rst2pdf.egg-info/requires.txt
writing top-level names to rst2pdf.egg-info/top_level.txt
writing manifest file 'rst2pdf.egg-info/SOURCES.txt'
reading manifest file 'rst2pdf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'rst2pdf.egg-info/SOURCES.txt'
Copying rst2pdf.egg-info to
build/bdist.linux-x86_64/wheel/./rst2pdf-0.102.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/rst2pdf-0.102.dist-info/WHEEL
creating
'/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/.tmp-bwde3c4x/rst2pdf-0.102-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'rst2pdf/__init__.py'
adding 'rst2pdf/basenodehandler.py'
adding 'rst2pdf/config.py'
adding 'rst2pdf/createpdf.py'
adding 'rst2pdf/dumpstyle.py'
adding 'rst2pdf/findfonts.py'
adding 'rst2pdf/flowables.py'
adding 'rst2pdf/genelements.py'
adding 'rst2pdf/genpdftext.py'
adding 'rst2pdf/image.py'
adding 'rst2pdf/languages.py'
adding 'rst2pdf/log.py'
adding 'rst2pdf/math_flowable.py'
adding 'rst2pdf/nodehandlers.py'
adding 'rst2pdf/pdfbuilder.py'
adding 'rst2pdf/pygments2style.py'
adding 'rst2pdf/rson.py'
adding 'rst2pdf/sectnumlinks.py'
adding 'rst2pdf/sinker.py'
adding 'rst2pdf/sphinxnodes.py'
adding 'rst2pdf/style2yaml.py'
adding 'rst2pdf/styles.py'
adding 'rst2pdf/svgimage.py'
adding 'rst2pdf/utils.py'
adding 'rst2pdf/writer.py'
adding 'rst2pdf/directives/__init__.py'
adding 'rst2pdf/directives/aafigure.py'
adding 'rst2pdf/directives/code_block.py'
adding 'rst2pdf/directives/contents.py'
adding 'rst2pdf/directives/noop.py'
adding 'rst2pdf/directives/oddeven.py'
adding 'rst2pdf/extensions/__init__.py'
adding 'rst2pdf/extensions/dotted_toc.py'
adding 'rst2pdf/extensions/fancytitles.py'
adding 'rst2pdf/extensions/plantuml_r2p.py'
adding 'rst2pdf/extensions/preprocess_r2p.py'
adding 'rst2pdf/extensions/sample.py'
adding 'rst2pdf/images/image-missing.jpg'
adding 'rst2pdf/images/image-missing.png'
adding 'rst2pdf/roles/__init__.py'
adding 'rst2pdf/roles/counter.py'
adding 'rst2pdf/roles/counter_off.py'
adding 'rst2pdf/roles/package.py'
adding 'rst2pdf/styles/11x17.yaml'
adding 'rst2pdf/styles/a0.yaml'
adding 'rst2pdf/styles/a1-landscape.yaml'
adding 'rst2pdf/styles/a1.yaml'
adding 'rst2pdf/styles/a2-landscape.yaml'
adding 'rst2pdf/styles/a2.yaml'
adding 'rst2pdf/styles/a3-landscape.yaml'
adding 'rst2pdf/styles/a3.yaml'
adding 'rst2pdf/styles/a4-landscape.yaml'
adding 'rst2pdf/styles/a4.yaml'
adding 'rst2pdf/styles/a5-landscape.yaml'
adding 'rst2pdf/styles/a5.yaml'
adding 'rst2pdf/styles/a6-landscape.yaml'
adding 'rst2pdf/styles/a6.yaml'
adding 'rst2pdf/styles/abap.yaml'
adding 'rst2pdf/styles/algol.yaml'
adding 'rst2pdf/styles/algol_nu.yaml'
adding 'rst2pdf/styles/arduino.yaml'
adding 'rst2pdf/styles/autumn.yaml'
adding 'rst2pdf/styles/b0.yaml'
adding 'rst2pdf/styles/b1-landscape.yaml'
adding 'rst2pdf/styles/b1.yaml'
adding 'rst2pdf/styles/b2-landscape.yaml'
adding 'rst2pdf/styles/b2.yaml'
adding 'rst2pdf/styles/b3-landscape.yaml'
adding 'rst2pdf/styles/b3.yaml'
adding 'rst2pdf/styles/b4-landscape.yaml'
adding 'rst2pdf/styles/b4.yaml'
adding 'rst2pdf/styles/b5-landscape.yaml'
adding 'rst2pdf/styles/b5.yaml'
adding 'rst2pdf/styles/b6-landscape.yaml'
adding 'rst2pdf/styles/b6.yaml'
adding 'rst2pdf/styles/borland.yaml'
adding 'rst2pdf/styles/bw.yaml'
adding 'rst2pdf/styles/colorful.yaml'
adding 'rst2pdf/styles/debugtables.yaml'
adding 'rst2pdf/styles/default.yaml'
adding 'rst2pdf/styles/dejavu.yaml'
adding 'rst2pdf/styles/double-sided.yaml'
adding 'rst2pdf/styles/eightpoint.yaml'
adding 'rst2pdf/styles/emacs.yaml'
adding 'rst2pdf/styles/freetype-sans.yaml'
adding 'rst2pdf/styles/freetype-serif.yaml'
adding 'rst2pdf/styles/friendly.yaml'
adding 'rst2pdf/styles/fruity.yaml'
adding 'rst2pdf/styles/igor.yaml'
adding 'rst2pdf/styles/legal.yaml'
adding 'rst2pdf/styles/letter-landscape.yaml'
adding 'rst2pdf/styles/letter.yaml'
adding 'rst2pdf/styles/lovelace.yaml'
adding 'rst2pdf/styles/manni.yaml'
adding 'rst2pdf/styles/monokai.yaml'
adding 'rst2pdf/styles/murphy.yaml'
adding 'rst2pdf/styles/native.yaml'
adding 'rst2pdf/styles/no-compact-lists.yaml'
adding 'rst2pdf/styles/paraiso-dark.yaml'
adding 'rst2pdf/styles/paraiso-light.yaml'
adding 'rst2pdf/styles/pastie.yaml'
adding 'rst2pdf/styles/perldoc.yaml'
adding 'rst2pdf/styles/rainbow_dash.yaml'
adding 'rst2pdf/styles/rrt.yaml'
adding 'rst2pdf/styles/rst2pdf-0-9.yaml'
adding 'rst2pdf/styles/sas.yaml'
adding 'rst2pdf/styles/serif.yaml'
adding 'rst2pdf/styles/solarized-dark.yaml'
adding 'rst2pdf/styles/solarized-light.yaml'
adding 'rst2pdf/styles/sphinx.yaml'
adding 'rst2pdf/styles/stata-dark.yaml'
adding 'rst2pdf/styles/stata-light.yaml'
adding 'rst2pdf/styles/stata.yaml'
adding 'rst2pdf/styles/styles.yaml'
adding 'rst2pdf/styles/tango.yaml'
adding 'rst2pdf/styles/tenpoint.yaml'
adding 'rst2pdf/styles/trac.yaml'
adding 'rst2pdf/styles/twelvepoint.yaml'
adding 'rst2pdf/styles/twocolumn.yaml'
adding 'rst2pdf/styles/vim.yaml'
adding 'rst2pdf/styles/vs.yaml'
adding 'rst2pdf/styles/xcode.yaml'
adding 'rst2pdf/templates/cover.tmpl'
adding 'rst2pdf/templates/sphinxcover.tmpl'
adding 'rst2pdf-0.102.dist-info/LICENSE.txt'
adding 'rst2pdf-0.102.dist-info/METADATA'
adding 'rst2pdf-0.102.dist-info/WHEEL'
adding 'rst2pdf-0.102.dist-info/entry_points.txt'
adding 'rst2pdf-0.102.dist-info/top_level.txt'
adding 'rst2pdf-0.102.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built rst2pdf-0.102-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
I: pybuild pybuild:334: cd doc ;
PYTHONPATH=/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build
python3.13 rst2html-manual.py --stylesheet=assets/manual.css manual.rst
output/html/manual.html ; rst2man rst2pdf.rst output/rst2pdf.1
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation
--wheel --outdir /tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.12_rst2pdf
* Building wheel...
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml
does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/setuptools_scm/_integration/pyproject_reading.py",
line 36, in read_pyproject
section = defn.get("tool", {})[tool_name]
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
running bdist_wheel
running build
running build_py
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/rst2pdf
copying build/lib/rst2pdf/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/basenodehandler.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/config.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/createpdf.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/dumpstyle.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/findfonts.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/flowables.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/genelements.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/genpdftext.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/image.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/languages.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/log.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/math_flowable.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/nodehandlers.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/pdfbuilder.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/pygments2style.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/rson.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/sectnumlinks.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/sinker.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/sphinxnodes.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/style2yaml.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/styles.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/svgimage.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/utils.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
copying build/lib/rst2pdf/writer.py -> build/bdist.linux-x86_64/wheel/./rst2pdf
creating build/bdist.linux-x86_64/wheel/rst2pdf/directives
copying build/lib/rst2pdf/directives/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/aafigure.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/code_block.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/contents.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/noop.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
copying build/lib/rst2pdf/directives/oddeven.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/directives
creating build/bdist.linux-x86_64/wheel/rst2pdf/extensions
copying build/lib/rst2pdf/extensions/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/dotted_toc.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/fancytitles.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/plantuml_r2p.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/preprocess_r2p.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
copying build/lib/rst2pdf/extensions/sample.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/extensions
creating build/bdist.linux-x86_64/wheel/rst2pdf/roles
copying build/lib/rst2pdf/roles/__init__.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
copying build/lib/rst2pdf/roles/counter.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
copying build/lib/rst2pdf/roles/counter_off.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
copying build/lib/rst2pdf/roles/package.py ->
build/bdist.linux-x86_64/wheel/./rst2pdf/roles
creating build/bdist.linux-x86_64/wheel/rst2pdf/styles
copying build/lib/rst2pdf/styles/11x17.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a0.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a1-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a1.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a2-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a2.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a3-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a3.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a4-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a4.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a5-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a5.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a6-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/a6.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/abap.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/algol.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/algol_nu.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/arduino.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/autumn.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b0.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b1-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b1.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b2-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b2.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b3-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b3.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b4-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b4.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b5-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b5.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b6-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/b6.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/borland.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/bw.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/colorful.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/debugtables.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/default.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/dejavu.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/double-sided.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/eightpoint.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/emacs.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/freetype-sans.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/freetype-serif.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/friendly.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/fruity.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/igor.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/legal.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/letter-landscape.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/letter.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/lovelace.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/manni.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/monokai.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/murphy.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/native.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/no-compact-lists.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/paraiso-dark.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/paraiso-light.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/pastie.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/perldoc.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/rainbow_dash.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/rrt.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/rst2pdf-0-9.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/sas.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/serif.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/solarized-dark.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/solarized-light.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/sphinx.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/stata-dark.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/stata-light.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/stata.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/styles.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/tango.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/tenpoint.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/trac.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/twelvepoint.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/twocolumn.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/vim.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/vs.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
copying build/lib/rst2pdf/styles/xcode.yaml ->
build/bdist.linux-x86_64/wheel/./rst2pdf/styles
creating build/bdist.linux-x86_64/wheel/rst2pdf/images
copying build/lib/rst2pdf/images/image-missing.png ->
build/bdist.linux-x86_64/wheel/./rst2pdf/images
copying build/lib/rst2pdf/images/image-missing.jpg ->
build/bdist.linux-x86_64/wheel/./rst2pdf/images
creating build/bdist.linux-x86_64/wheel/rst2pdf/templates
copying build/lib/rst2pdf/templates/cover.tmpl ->
build/bdist.linux-x86_64/wheel/./rst2pdf/templates
copying build/lib/rst2pdf/templates/sphinxcover.tmpl ->
build/bdist.linux-x86_64/wheel/./rst2pdf/templates
running install_egg_info
running egg_info
writing rst2pdf.egg-info/PKG-INFO
writing dependency_links to rst2pdf.egg-info/dependency_links.txt
writing entry points to rst2pdf.egg-info/entry_points.txt
writing requirements to rst2pdf.egg-info/requires.txt
writing top-level names to rst2pdf.egg-info/top_level.txt
reading manifest file 'rst2pdf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'rst2pdf.egg-info/SOURCES.txt'
Copying rst2pdf.egg-info to
build/bdist.linux-x86_64/wheel/./rst2pdf-0.102.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/rst2pdf-0.102.dist-info/WHEEL
creating
'/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.12_rst2pdf/.tmp-1xa5ova4/rst2pdf-0.102-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'rst2pdf/__init__.py'
adding 'rst2pdf/basenodehandler.py'
adding 'rst2pdf/config.py'
adding 'rst2pdf/createpdf.py'
adding 'rst2pdf/dumpstyle.py'
adding 'rst2pdf/findfonts.py'
adding 'rst2pdf/flowables.py'
adding 'rst2pdf/genelements.py'
adding 'rst2pdf/genpdftext.py'
adding 'rst2pdf/image.py'
adding 'rst2pdf/languages.py'
adding 'rst2pdf/log.py'
adding 'rst2pdf/math_flowable.py'
adding 'rst2pdf/nodehandlers.py'
adding 'rst2pdf/pdfbuilder.py'
adding 'rst2pdf/pygments2style.py'
adding 'rst2pdf/rson.py'
adding 'rst2pdf/sectnumlinks.py'
adding 'rst2pdf/sinker.py'
adding 'rst2pdf/sphinxnodes.py'
adding 'rst2pdf/style2yaml.py'
adding 'rst2pdf/styles.py'
adding 'rst2pdf/svgimage.py'
adding 'rst2pdf/utils.py'
adding 'rst2pdf/writer.py'
adding 'rst2pdf/directives/__init__.py'
adding 'rst2pdf/directives/aafigure.py'
adding 'rst2pdf/directives/code_block.py'
adding 'rst2pdf/directives/contents.py'
adding 'rst2pdf/directives/noop.py'
adding 'rst2pdf/directives/oddeven.py'
adding 'rst2pdf/extensions/__init__.py'
adding 'rst2pdf/extensions/dotted_toc.py'
adding 'rst2pdf/extensions/fancytitles.py'
adding 'rst2pdf/extensions/plantuml_r2p.py'
adding 'rst2pdf/extensions/preprocess_r2p.py'
adding 'rst2pdf/extensions/sample.py'
adding 'rst2pdf/images/image-missing.jpg'
adding 'rst2pdf/images/image-missing.png'
adding 'rst2pdf/roles/__init__.py'
adding 'rst2pdf/roles/counter.py'
adding 'rst2pdf/roles/counter_off.py'
adding 'rst2pdf/roles/package.py'
adding 'rst2pdf/styles/11x17.yaml'
adding 'rst2pdf/styles/a0.yaml'
adding 'rst2pdf/styles/a1-landscape.yaml'
adding 'rst2pdf/styles/a1.yaml'
adding 'rst2pdf/styles/a2-landscape.yaml'
adding 'rst2pdf/styles/a2.yaml'
adding 'rst2pdf/styles/a3-landscape.yaml'
adding 'rst2pdf/styles/a3.yaml'
adding 'rst2pdf/styles/a4-landscape.yaml'
adding 'rst2pdf/styles/a4.yaml'
adding 'rst2pdf/styles/a5-landscape.yaml'
adding 'rst2pdf/styles/a5.yaml'
adding 'rst2pdf/styles/a6-landscape.yaml'
adding 'rst2pdf/styles/a6.yaml'
adding 'rst2pdf/styles/abap.yaml'
adding 'rst2pdf/styles/algol.yaml'
adding 'rst2pdf/styles/algol_nu.yaml'
adding 'rst2pdf/styles/arduino.yaml'
adding 'rst2pdf/styles/autumn.yaml'
adding 'rst2pdf/styles/b0.yaml'
adding 'rst2pdf/styles/b1-landscape.yaml'
adding 'rst2pdf/styles/b1.yaml'
adding 'rst2pdf/styles/b2-landscape.yaml'
adding 'rst2pdf/styles/b2.yaml'
adding 'rst2pdf/styles/b3-landscape.yaml'
adding 'rst2pdf/styles/b3.yaml'
adding 'rst2pdf/styles/b4-landscape.yaml'
adding 'rst2pdf/styles/b4.yaml'
adding 'rst2pdf/styles/b5-landscape.yaml'
adding 'rst2pdf/styles/b5.yaml'
adding 'rst2pdf/styles/b6-landscape.yaml'
adding 'rst2pdf/styles/b6.yaml'
adding 'rst2pdf/styles/borland.yaml'
adding 'rst2pdf/styles/bw.yaml'
adding 'rst2pdf/styles/colorful.yaml'
adding 'rst2pdf/styles/debugtables.yaml'
adding 'rst2pdf/styles/default.yaml'
adding 'rst2pdf/styles/dejavu.yaml'
adding 'rst2pdf/styles/double-sided.yaml'
adding 'rst2pdf/styles/eightpoint.yaml'
adding 'rst2pdf/styles/emacs.yaml'
adding 'rst2pdf/styles/freetype-sans.yaml'
adding 'rst2pdf/styles/freetype-serif.yaml'
adding 'rst2pdf/styles/friendly.yaml'
adding 'rst2pdf/styles/fruity.yaml'
adding 'rst2pdf/styles/igor.yaml'
adding 'rst2pdf/styles/legal.yaml'
adding 'rst2pdf/styles/letter-landscape.yaml'
adding 'rst2pdf/styles/letter.yaml'
adding 'rst2pdf/styles/lovelace.yaml'
adding 'rst2pdf/styles/manni.yaml'
adding 'rst2pdf/styles/monokai.yaml'
adding 'rst2pdf/styles/murphy.yaml'
adding 'rst2pdf/styles/native.yaml'
adding 'rst2pdf/styles/no-compact-lists.yaml'
adding 'rst2pdf/styles/paraiso-dark.yaml'
adding 'rst2pdf/styles/paraiso-light.yaml'
adding 'rst2pdf/styles/pastie.yaml'
adding 'rst2pdf/styles/perldoc.yaml'
adding 'rst2pdf/styles/rainbow_dash.yaml'
adding 'rst2pdf/styles/rrt.yaml'
adding 'rst2pdf/styles/rst2pdf-0-9.yaml'
adding 'rst2pdf/styles/sas.yaml'
adding 'rst2pdf/styles/serif.yaml'
adding 'rst2pdf/styles/solarized-dark.yaml'
adding 'rst2pdf/styles/solarized-light.yaml'
adding 'rst2pdf/styles/sphinx.yaml'
adding 'rst2pdf/styles/stata-dark.yaml'
adding 'rst2pdf/styles/stata-light.yaml'
adding 'rst2pdf/styles/stata.yaml'
adding 'rst2pdf/styles/styles.yaml'
adding 'rst2pdf/styles/tango.yaml'
adding 'rst2pdf/styles/tenpoint.yaml'
adding 'rst2pdf/styles/trac.yaml'
adding 'rst2pdf/styles/twelvepoint.yaml'
adding 'rst2pdf/styles/twocolumn.yaml'
adding 'rst2pdf/styles/vim.yaml'
adding 'rst2pdf/styles/vs.yaml'
adding 'rst2pdf/styles/xcode.yaml'
adding 'rst2pdf/templates/cover.tmpl'
adding 'rst2pdf/templates/sphinxcover.tmpl'
adding 'rst2pdf-0.102.dist-info/LICENSE.txt'
adding 'rst2pdf-0.102.dist-info/METADATA'
adding 'rst2pdf-0.102.dist-info/WHEEL'
adding 'rst2pdf-0.102.dist-info/entry_points.txt'
adding 'rst2pdf-0.102.dist-info/top_level.txt'
adding 'rst2pdf-0.102.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built rst2pdf-0.102-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
"installer" module
I: pybuild pybuild:334: cd doc ;
PYTHONPATH=/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.12_rst2pdf/build
python3.12 rst2html-manual.py --stylesheet=assets/manual.css manual.rst
output/html/manual.html ; rst2man rst2pdf.rst output/rst2pdf.1
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build; python3.13 -m
pytest -v -k "not test-referencing-an-aliased-font and not test_aafigure and
not test_aafigure_extra and not test_blockquotes_in_table and not
test_docutils_math and not test_issue_231 and not test_issue_349 and not
test_issue_363 and not
test_issue_73_unicode_box_drawing_characters_renders_without_errors and not
test_issue_785 and not test_math and not test_raw_html and not test_slides and
not sphinx-issue252 and not sphinx-issue257 "
ImportError while loading conftest
'/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build/tests/conftest.py'.
tests/conftest.py:22: in <module>
import fitz_old as fitz
/usr/lib/python3/dist-packages/fitz_old/__init__.py:25: in <module>
from fitz_old.fitz_old import *
/usr/lib/python3/dist-packages/fitz_old/fitz_old.py:14: in <module>
from . import _fitz_old
E ImportError: cannot import name '_fitz_old' from partially initialized
module 'fitz_old' (most likely due to a circular import)
(/usr/lib/python3/dist-packages/fitz_old/__init__.py)
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=4: cd
/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.13_rst2pdf/build; python3.13 -m
pytest -v -k "not test-referencing-an-aliased-font and not test_aafigure and
not test_aafigure_extra and not test_blockquotes_in_table and not
test_docutils_math and not test_issue_231 and not test_issue_349 and not
test_issue_363 and not
test_issue_73_unicode_box_drawing_characters_renders_without_errors and not
test_issue_785 and not test_math and not test_raw_html and not test_slides and
not sphinx-issue252 and not sphinx-issue257 "
I: pybuild base:311: cd
/tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.12_rst2pdf/build; python3.12 -m
pytest -v -k "not test-referencing-an-aliased-font and not test_aafigure and
not test_aafigure_extra and not test_blockquotes_in_table and not
test_docutils_math and not test_issue_231 and not test_issue_349 and not
test_issue_363 and not
test_issue_73_unicode_box_drawing_characters_renders_without_errors and not
test_issue_785 and not test_math and not test_raw_html and not test_slides and
not sphinx-issue252 and not sphinx-issue257 "
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0 --
/usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /tmp/JJJJJJJ/rst2pdf-0.102/.pybuild/cpython3_3.12_rst2pdf/build
configfile: pyproject.toml
plugins: typeguard-4.4.1
collecting ... collected 275 items / 16 deselected / 259 selected
tests/input/invalid_cli_flag.rst::invalid_cli_flag PASSED [ 0%]
tests/input/numbered_links.rst::numbered_links PASSED [ 0%]
tests/input/numbered_links_2.rst::numbered_links_2 PASSED [ 1%]
tests/input/source.rst::source PASSED [ 1%]
tests/input/styled_literal.rst::styled_literal PASSED [ 1%]
tests/input/test_753.rst::test_753 PASSED [ 2%]
tests/input/test_alignment_of_figures_and_images.rst::test_alignment_of_figures_and_images
PASSED [ 2%]
tests/input/test_autoembedding_type1.rst::test_autoembedding_type1 PASSED [ 3%]
tests/input/test_autoleading.rst::test_autoleading PASSED [ 3%]
tests/input/test_background.rst::test_background PASSED [ 3%]
tests/input/test_background_image.rst::test_background_image PASSED [ 4%]
tests/input/test_background_svg.rst::test_background_svg PASSED [ 4%]
tests/input/test_base_url.rst::test_base_url PASSED [ 5%]
tests/input/test_box_widths.rst::test_box_widths PASSED [ 5%]
tests/input/test_bullet_chars.rst::test_bullet_chars PASSED [ 5%]
tests/input/test_bullet_widths.rst::test_bullet_widths PASSED [ 6%]
tests/input/test_codeblock_tabs.rst::test_codeblock_tabs PASSED [ 6%]
tests/input/test_cover.rst::test_cover PASSED [ 6%]
tests/input/test_cover_2.rst::test_cover_2 PASSED [ 7%]
tests/input/test_cover_3.rst::test_cover_3 PASSED [ 7%]
tests/input/test_csv_table.rst::test_csv_table PASSED [ 8%]
tests/input/test_custom_cover.rst::test_custom_cover PASSED [ 8%]
tests/input/test_definition_lists.rst::test_definition_lists PASSED [ 8%]
tests/input/test_dict_styles.rst::test_dict_styles PASSED [ 9%]
tests/input/test_embedded_reference.rst::test_embedded_reference PASSED [ 9%]
tests/input/test_extensions.rst::test_extensions PASSED [ 10%]
tests/input/test_field_widths.rst::test_field_widths PASSED [ 10%]
tests/input/test_figure_alignment.rst::test_figure_alignment PASSED [ 10%]
tests/input/test_fontsizeunits.rst::test_fontsizeunits PASSED [ 11%]
tests/input/test_footnotes.rst::test_footnotes PASSED [ 11%]
tests/input/test_foreground.rst::test_foreground PASSED [ 11%]
tests/input/test_framebreak.rst::test_framebreak PASSED [ 12%]
tests/input/test_greek.rst::test_greek PASSED [ 12%]
tests/input/test_header_footer.rst::test_header_footer PASSED [ 13%]
tests/input/test_header_footer_in_stylesheet.rst::test_header_footer_in_stylesheet
PASSED [ 13%]
tests/input/test_header_separator.rst::test_header_separator PASSED [ 13%]
tests/input/test_hl_lines.rst::test_hl_lines PASSED [ 14%]
tests/input/test_image_alignment.rst::test_image_alignment PASSED [ 14%]
tests/input/test_image_directive.rst::test_image_directive PASSED [ 15%]
tests/input/test_image_units.rst::test_image_units PASSED [ 15%]
tests/input/test_image_units_svg.rst::test_image_units_svg SKIPPED (...) [ 15%]
tests/input/test_img_header.rst::test_img_header PASSED [ 16%]
tests/input/test_inline_colors.rst::test_inline_colors PASSED [ 16%]
tests/input/test_inline_image.rst::test_inline_image PASSED [ 16%]
tests/input/test_internal_link.rst::test_internal_link PASSED [ 17%]
tests/input/test_issue_103.rst::test_issue_103 PASSED [ 17%]
tests/input/test_issue_104.rst::test_issue_104 PASSED [ 18%]
tests/input/test_issue_107.rst::test_issue_107 PASSED [ 18%]
tests/input/test_issue_109.rst::test_issue_109 PASSED [ 18%]
tests/input/test_issue_110.rst::test_issue_110 PASSED [ 19%]
tests/input/test_issue_110_2.rst::test_issue_110_2 PASSED [ 19%]
tests/input/test_issue_110_3.rst::test_issue_110_3 PASSED [ 20%]
tests/input/test_issue_112.rst::test_issue_112 PASSED [ 20%]
tests/input/test_issue_113.rst::test_issue_113 PASSED [ 20%]
tests/input/test_issue_114.rst::test_issue_114 PASSED [ 21%]
tests/input/test_issue_116.rst::test_issue_116 PASSED [ 21%]
tests/input/test_issue_117.rst::test_issue_117 PASSED [ 22%]
tests/input/test_issue_118.rst::test_issue_118 PASSED [ 22%]
tests/input/test_issue_118_2.rst::test_issue_118_2 PASSED [ 22%]
tests/input/test_issue_118_3.rst::test_issue_118_3 PASSED [ 23%]
tests/input/test_issue_119.rst::test_issue_119 PASSED [ 23%]
tests/input/test_issue_126.rst::test_issue_126 PASSED [ 23%]
tests/input/test_issue_128.rst::test_issue_128 PASSED [ 24%]
tests/input/test_issue_132.rst::test_issue_132 PASSED [ 24%]
tests/input/test_issue_134.rst::test_issue_134 PASSED [ 25%]
tests/input/test_issue_137.rst::test_issue_137 PASSED [ 25%]
tests/input/test_issue_138.rst::test_issue_138 PASSED [ 25%]
tests/input/test_issue_140.rst::test_issue_140 PASSED [ 26%]
tests/input/test_issue_143.rst::test_issue_143 PASSED [ 26%]
tests/input/test_issue_144.rst::test_issue_144 PASSED [ 27%]
tests/input/test_issue_146.rst::test_issue_146 PASSED [ 27%]
tests/input/test_issue_147.rst::test_issue_147 PASSED [ 27%]
tests/input/test_issue_151.rst::test_issue_151 PASSED [ 28%]
tests/input/test_issue_152.rst::test_issue_152 PASSED [ 28%]
tests/input/test_issue_154.rst::test_issue_154 PASSED [ 28%]
tests/input/test_issue_155.rst::test_issue_155 PASSED [ 29%]
tests/input/test_issue_156.rst::test_issue_156 PASSED [ 29%]
tests/input/test_issue_159.rst::test_issue_159 PASSED [ 30%]
tests/input/test_issue_165.rst::test_issue_165 PASSED [ 30%]
tests/input/test_issue_173.rst::test_issue_173 PASSED [ 30%]
tests/input/test_issue_174.rst::test_issue_174 PASSED [ 31%]
tests/input/test_issue_175.rst::test_issue_175 PASSED [ 31%]
tests/input/test_issue_176.rst::test_issue_176 PASSED [ 32%]
tests/input/test_issue_180_1.rst::test_issue_180_1 PASSED [ 32%]
tests/input/test_issue_180_2.rst::test_issue_180_2 PASSED [ 32%]
tests/input/test_issue_181.rst::test_issue_181 PASSED [ 33%]
tests/input/test_issue_186.rst::test_issue_186 PASSED [ 33%]
tests/input/test_issue_186_2.rst::test_issue_186_2 PASSED [ 33%]
tests/input/test_issue_186_3.rst::test_issue_186_3 PASSED [ 34%]
tests/input/test_issue_196.rst::test_issue_196 PASSED [ 34%]
tests/input/test_issue_197.rst::test_issue_197 PASSED [ 35%]
tests/input/test_issue_199.rst::test_issue_199 PASSED [ 35%]
tests/input/test_issue_200.rst::test_issue_200 PASSED [ 35%]
tests/input/test_issue_201.rst::test_issue_201 PASSED [ 36%]
tests/input/test_issue_202.rst::test_issue_202 PASSED [ 36%]
tests/input/test_issue_203.rst::test_issue_203 PASSED [ 37%]
tests/input/test_issue_216.rst::test_issue_216 SKIPPED (Output PDF i...) [ 37%]
tests/input/test_issue_217.rst::test_issue_217 PASSED [ 37%]
tests/input/test_issue_223.rst::test_issue_223 PASSED [ 38%]
tests/input/test_issue_224.rst::test_issue_224 PASSED [ 38%]
tests/input/test_issue_225.rst::test_issue_225 PASSED [ 38%]
tests/input/test_issue_226.rst::test_issue_226 PASSED [ 39%]
tests/input/test_issue_227.rst::test_issue_227 PASSED [ 39%]
tests/input/test_issue_230.rst::test_issue_230 PASSED [ 40%]
tests/input/test_issue_232.rst::test_issue_232 PASSED [ 40%]
tests/input/test_issue_234.rst::test_issue_234 PASSED [ 40%]
tests/input/test_issue_238.rst::test_issue_238 PASSED [ 41%]
tests/input/test_issue_239.rst::test_issue_239 SKIPPED (SVGIMage is ...) [ 41%]
tests/input/test_issue_241.rst::test_issue_241 PASSED [ 42%]
tests/input/test_issue_243.rst::test_issue_243 PASSED [ 42%]
tests/input/test_issue_244.rst::test_issue_244 PASSED [ 42%]
tests/input/test_issue_247.rst::test_issue_247 PASSED [ 43%]
tests/input/test_issue_248.rst::test_issue_248 PASSED [ 43%]
tests/input/test_issue_249.rst::test_issue_249 PASSED [ 44%]
tests/input/test_issue_255_2.rst::test_issue_255_2 SKIPPED (headers ...) [ 44%]
tests/input/test_issue_261.rst::test_issue_261 PASSED [ 44%]
tests/input/test_issue_261_2.rst::test_issue_261_2 PASSED [ 45%]
tests/input/test_issue_264.rst::test_issue_264 PASSED [ 45%]
tests/input/test_issue_266_2.rst::test_issue_266_2 SKIPPED (Incorrec...) [ 45%]
tests/input/test_issue_274.rst::test_issue_274 PASSED [ 46%]
tests/input/test_issue_274_2.rst::test_issue_274_2 PASSED [ 46%]
tests/input/test_issue_277.rst::test_issue_277 PASSED [ 47%]
tests/input/test_issue_277_2.rst::test_issue_277_2 PASSED [ 47%]
tests/input/test_issue_286.rst::test_issue_286 SKIPPED [ 47%]
tests/input/test_issue_288.rst::test_issue_288 PASSED [ 48%]
tests/input/test_issue_289.rst::test_issue_289 SKIPPED (Vertical spa...) [ 48%]
tests/input/test_issue_290.rst::test_issue_290 PASSED [ 49%]
tests/input/test_issue_291.rst::test_issue_291 PASSED [ 49%]
tests/input/test_issue_292.rst::test_issue_292 PASSED [ 49%]
tests/input/test_issue_293.rst::test_issue_293 PASSED [ 50%]
tests/input/test_issue_295.rst::test_issue_295 PASSED [ 50%]
tests/input/test_issue_297.rst::test_issue_297 PASSED [ 50%]
tests/input/test_issue_298.rst::test_issue_298 PASSED [ 51%]
tests/input/test_issue_299.rst::test_issue_299 PASSED [ 51%]
tests/input/test_issue_301.rst::test_issue_301 PASSED [ 52%]
tests/input/test_issue_302.rst::test_issue_302 PASSED [ 52%]
tests/input/test_issue_303.rst::test_issue_303 SKIPPED [ 52%]
tests/input/test_issue_304.rst::test_issue_304 PASSED [ 53%]
tests/input/test_issue_305.rst::test_issue_305 PASSED [ 53%]
tests/input/test_issue_307.rst::test_issue_307 PASSED [ 54%]
tests/input/test_issue_309.rst::test_issue_309 PASSED [ 54%]
tests/input/test_issue_310.rst::test_issue_310 PASSED [ 54%]
tests/input/test_issue_310_2.rst::test_issue_310_2 PASSED [ 55%]
tests/input/test_issue_311.rst::test_issue_311 PASSED [ 55%]
tests/input/test_issue_312.rst::test_issue_312 PASSED [ 55%]
tests/input/test_issue_312_2.rst::test_issue_312_2 SKIPPED (Image is...) [ 56%]
tests/input/test_issue_313.rst::test_issue_313 PASSED [ 56%]
tests/input/test_issue_315.rst::test_issue_315 PASSED [ 57%]
tests/input/test_issue_320.rst::test_issue_320 PASSED [ 57%]
tests/input/test_issue_321.rst::test_issue_321 PASSED [ 57%]
tests/input/test_issue_322.rst::test_issue_322 PASSED [ 58%]
tests/input/test_issue_328.rst::test_issue_328 PASSED [ 58%]
tests/input/test_issue_328_2.rst::test_issue_328_2 PASSED [ 59%]
tests/input/test_issue_330.rst::test_issue_330 PASSED [ 59%]
tests/input/test_issue_331.rst::test_issue_331 PASSED [ 59%]
tests/input/test_issue_335.rst::test_issue_335 PASSED [ 60%]
tests/input/test_issue_337.rst::test_issue_337 SKIPPED (`autoLeading...) [ 60%]
tests/input/test_issue_339.rst::test_issue_339 PASSED [ 61%]
tests/input/test_issue_340.rst::test_issue_340 PASSED [ 61%]
tests/input/test_issue_345.rst::test_issue_345 PASSED [ 61%]
tests/input/test_issue_351.rst::test_issue_351 PASSED [ 62%]
tests/input/test_issue_356.rst::test_issue_356 PASSED [ 62%]
tests/input/test_issue_358.rst::test_issue_358 PASSED [ 62%]
tests/input/test_issue_361.rst::test_issue_361 PASSED [ 63%]
tests/input/test_issue_366.rst::test_issue_366 PASSED [ 63%]
tests/input/test_issue_374.rst::test_issue_374 SKIPPED (Blank page b...) [ 64%]
tests/input/test_issue_378.rst::test_issue_378 SKIPPED (Fails to bui...) [ 64%]
tests/input/test_issue_379.rst::test_issue_379 PASSED [ 64%]
tests/input/test_issue_383.rst::test_issue_383 PASSED [ 65%]
tests/input/test_issue_390.rst::test_issue_390 SKIPPED (--config swi...) [ 65%]
tests/input/test_issue_391.rst::test_issue_391 PASSED [ 66%]
tests/input/test_issue_410.rst::test_issue_410 PASSED [ 66%]
tests/input/test_issue_419.rst::test_issue_419 SKIPPED (Admonitions ...) [ 66%]
tests/input/test_issue_427.rst::test_issue_427 PASSED [ 67%]
tests/input/test_issue_452.rst::test_issue_452 PASSED [ 67%]
tests/input/test_issue_461.rst::test_issue_461 PASSED [ 67%]
tests/input/test_issue_464.rst::test_issue_464 PASSED [ 68%]
tests/input/test_issue_467.rst::test_issue_467 SKIPPED (Inline synta...) [ 68%]
tests/input/test_issue_46_malformed_xml_when_reportlab_processes_paragraph.rst::test_issue_46_malformed_xml_when_reportlab_processes_paragraph
PASSED [ 69%]
tests/input/test_issue_470.rst::test_issue_470 PASSED [ 69%]
tests/input/test_issue_471.rst::test_issue_471 PASSED [ 69%]
tests/input/test_issue_473.rst::test_issue_473 PASSED [ 70%]
tests/input/test_issue_478.rst::test_issue_478 SKIPPED (Tables in bl...) [ 70%]
tests/input/test_issue_485.rst::test_issue_485 PASSED [ 71%]
tests/input/test_issue_485_2.rst::test_issue_485_2 PASSED [ 71%]
tests/input/test_issue_50_non_existent_image_should_not_crash.rst::test_issue_50_non_existent_image_should_not_crash
PASSED [ 71%]
tests/input/test_issue_547.rst::test_issue_547 PASSED [ 72%]
tests/input/test_issue_549.rst::test_issue_549 PASSED [ 72%]
tests/input/test_issue_560.rst::test_issue_560 PASSED [ 72%]
tests/input/test_issue_569.rst::test_issue_569 PASSED [ 73%]
tests/input/test_issue_64_handle_author_and_email_addresses_in_metadata.rst::test_issue_64_handle_author_and_email_addresses_in_metadata
PASSED [ 73%]
tests/input/test_issue_64_handle_multiple_authors_in_metadata.rst::test_issue_64_handle_multiple_authors_in_metadata
PASSED [ 74%]
tests/input/test_issue_65_font_alias_to_embedded_font_should_not_include_helvetica.rst::test_issue_65_font_alias_to_embedded_font_should_not_include_helvetica
PASSED [ 74%]
tests/input/test_issue_65_font_alias_to_embedded_font_should_not_include_times_new_roman_2.rst::test_issue_65_font_alias_to_embedded_font_should_not_include_times_new_roman_2
PASSED [ 74%]
tests/input/test_issue_67_indentation_for_lists_with_changing_bullet_width.rst::test_issue_67_indentation_for_lists_with_changing_bullet_width
PASSED [ 75%]
tests/input/test_issue_68_explicit_leading_break_with_inferred_from_fontsize_1.rst::test_issue_68_explicit_leading_break_with_inferred_from_fontsize_1
PASSED [ 75%]
tests/input/test_issue_68_explicit_leading_break_with_inferred_from_fontsize_2.rst::test_issue_68_explicit_leading_break_with_inferred_from_fontsize_2
PASSED [ 76%]
tests/input/test_issue_69_empty_itemized_list_item_causes_backtrace.rst::test_issue_69_empty_itemized_list_item_causes_backtrace
PASSED [ 76%]
tests/input/test_issue_70_table_errors_being_upgraded_to_warning.rst::test_issue_70_table_errors_being_upgraded_to_warning
PASSED [ 76%]
tests/input/test_issue_70_table_errors_being_upgraded_to_warning_2.rst::test_issue_70_table_errors_being_upgraded_to_warning_2
PASSED [ 77%]
tests/input/test_issue_72_numbered_lists_start_with_expected_index.rst::test_issue_72_numbered_lists_start_with_expected_index
PASSED [ 77%]
tests/input/test_issue_74_titled_paragraphs_title_leading_too_small.rst::test_issue_74_titled_paragraphs_title_leading_too_small
PASSED [ 77%]
tests/input/test_issue_754.rst::test_issue_754 PASSED [ 78%]
tests/input/test_issue_83_backColor_works_for_non_named_colors.rst::test_issue_83_backColor_works_for_non_named_colors
PASSED [ 78%]
tests/input/test_issue_84_relative_include_paths_broken_when_start_file_not_in_working_directory.rst::test_issue_84_relative_include_paths_broken_when_start_file_not_in_working_directory
PASSED [ 79%]
tests/input/test_issue_91_definition_list_indentation_broken.rst::test_issue_91_definition_list_indentation_broken
PASSED [ 79%]
tests/input/test_issue_95_indented_table_should_not_produce_error.rst::test_issue_95_indented_table_should_not_produce_error
PASSED [ 79%]
tests/input/test_issue_99_headers_and_footers_error_with_wordaxe_installed.rst::test_issue_99_headers_and_footers_error_with_wordaxe_installed
PASSED [ 80%]
tests/input/test_jpg_scaling.rst::test_jpg_scaling PASSED [ 80%]
tests/input/test_landscape.rst::test_landscape PASSED [ 81%]
tests/input/test_lineno.rst::test_lineno PASSED [ 81%]
tests/input/test_list_table.rst::test_list_table PASSED [ 81%]
tests/input/test_lists.rst::test_lists SKIPPED (Padding issue with 5...) [ 82%]
tests/input/test_malformed_rst.rst::test_malformed_rst PASSED [ 82%]
tests/input/test_multiline_header.rst::test_multiline_header PASSED [ 83%]
tests/input/test_multiple_styles.rst::test_multiple_styles PASSED [ 83%]
tests/input/test_multiple_stylesheet_files.rst::test_multiple_stylesheet_files
PASSED [ 83%]
tests/input/test_nested_lists_page_layout.rst::test_nested_lists_page_layout
PASSED [ 84%]
tests/input/test_no_language_set_on_code_block.rst::test_no_language_set_on_code_block
PASSED [ 84%]
tests/input/test_no_raw_html.rst::test_no_raw_html PASSED [ 84%]
tests/input/test_oddeven.rst::test_oddeven PASSED [ 85%]
tests/input/test_option_list.rst::test_option_list PASSED [ 85%]
tests/input/test_page_counter.rst::test_page_counter PASSED [ 86%]
tests/input/test_page_labels.rst::test_page_labels PASSED [ 86%]
tests/input/test_png_dpi.rst::test_png_dpi PASSED [ 86%]
tests/input/test_preprocessor.rst::test_preprocessor PASSED [ 87%]
tests/input/test_ps_font.rst::test_ps_font PASSED [ 87%]
tests/input/test_raw.rst::test_raw PASSED [ 88%]
tests/input/test_reference-font-with-dir-fails.rst::test_reference-font-with-dir-fails
PASSED [ 88%]
tests/input/test_repeat-table-rows.rst::test_repeat-table-rows PASSED [ 88%]
tests/input/test_replacement_text.rst::test_replacement_text PASSED [ 89%]
tests/input/test_reportlab_issue_81.rst::test_reportlab_issue_81 PASSED [ 89%]
tests/input/test_scale_width.rst::test_scale_width PASSED [ 89%]
tests/input/test_sidebar_literal.rst::test_sidebar_literal PASSED [ 90%]
tests/input/test_sidebar_literal2.rst::test_sidebar_literal2 PASSED [ 90%]
tests/input/test_smarty.rst::test_smarty PASSED [ 91%]
tests/input/test_span_cells.rst::test_span_cells PASSED [ 91%]
tests/input/test_split_notes.rst::test_split_notes PASSED [ 91%]
tests/input/test_strip_elements.rst::test_strip_elements PASSED [ 92%]
tests/input/test_style_width.rst::test_style_width SKIPPED (Table wi...) [ 92%]
tests/input/test_stylesheet_includes.rst::test_stylesheet_includes PASSED [ 93%]
tests/input/test_substituted-font-alias-generates-a-warning.rst::test_substituted-font-alias-generates-a-warning
PASSED [ 93%]
tests/input/test_svg.rst::test_svg PASSED [ 93%]
tests/input/test_svg_alignment.rst::test_svg_alignment PASSED [ 94%]
tests/input/test_table_1.rst::test_table_1 PASSED [ 94%]
tests/input/test_table_classes.rst::test_table_classes PASSED [ 94%]
tests/input/test_table_in_header.rst::test_table_in_header PASSED [ 95%]
tests/input/test_table_space.rst::test_table_space PASSED [ 95%]
tests/input/test_tableofcontents.rst::test_tableofcontents PASSED [ 96%]
tests/input/test_tabwidth.rst::test_tabwidth PASSED [ 96%]
tests/input/test_title_ref.rst::test_title_ref PASSED [ 96%]
tests/input/test_too_wide_literal_error.rst::test_too_wide_literal_error PASSED
[ 97%]
tests/input/test_transitions.rst::test_transitions PASSED [ 97%]
tests/input/test_uml_extension.rst::test_uml_extension SKIPPED (Unme...) [ 98%]
tests/input/test_unicode_headings.rst::test_unicode_headings PASSED [ 98%]
tests/input/test_write_to_stdout.rst::test_write_to_stdout PASSED [ 98%]
tests/input/textannotation.rst::textannotation PASSED [ 99%]
tests/input/too-tall-image-in-figure.rst::too-tall-image-in-figure PASSED [ 99%]
tests/input/too-tall-image-in-table.rst::too-tall-image-in-table PASSED [100%]
========== 240 passed, 19 skipped, 16 deselected in 127.03s (0:02:07) ==========
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13
3.12" returned exit code 13
make: *** [debian/rules:31: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Command exited with non-zero status 2
Command being timed: "dpkg-buildpackage -uc -us -rfakeroot -j1 -b"
User time (seconds): 120.17
System time (seconds): 11.48
Percent of CPU this job got: 99%
Elapsed (wall clock) time (h:mm:ss or m:ss): 2:11.81
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 177332
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 96
Minor (reclaiming a frame) page faults: 3332487
Voluntary context switches: 3014
Involuntary context switches: 4626
Swaps: 0
File system inputs: 31680
File system outputs: 8
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 2
--- End Message ---
--- Begin Message ---
Source: rst2pdf
Source-Version: 0.102-3
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rst2pdf, 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 1089...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated rst2pdf 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: Wed, 15 Jan 2025 10:04:47 +0100
Source: rst2pdf
Architecture: source
Version: 0.102-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1088257 1089526
Changes:
rst2pdf (0.102-3) unstable; urgency=medium
.
* Team upload
* Revert "Deal with PyMuPDF installed as fitz_old"
* Depend on sufficiently new PyMuPDF (Closes: #1088257, #1089526)
Checksums-Sha1:
b0c87680af59bc02ae129ec08bd14b52f33bc630 2217 rst2pdf_0.102-3.dsc
d5401f1a03c8290375474c2f59af7a6e057afe35 6564 rst2pdf_0.102-3.debian.tar.xz
8d4406000f67435a8a65aac65676a5d903263db3 5195 rst2pdf_0.102-3_source.buildinfo
Checksums-Sha256:
7a0a6d8d5a7138bff1bed82c82a4d5dc8ae7301de56e63940b791f2c651410f7 2217
rst2pdf_0.102-3.dsc
65720c3913f3718a5cc10f09f753d90c38c41f5377a9f9f05e785748ba69cc27 6564
rst2pdf_0.102-3.debian.tar.xz
763f35cb89d25238533c8e71d4d8cd3518993b306908b2e4da21daf307c76ba9 5195
rst2pdf_0.102-3_source.buildinfo
Files:
d126fb6dbdc6fd94963b02ce55328274 2217 utils optional rst2pdf_0.102-3.dsc
353fd53b336f3a9a9406c3f2acd9806d 6564 utils optional
rst2pdf_0.102-3.debian.tar.xz
2839ba0f3c0e5d5a011705e2116c0e1e 5195 utils optional
rst2pdf_0.102-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmeHeooQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFPEQDADhjinkwfat+3nK2AG/Mc3+Qigx/ADFpNSj
v1aU55LYrdfc+pSJHPfiyU3Wm9UlrKupVVJOfIjJZByswhmwAny5zxdC+w6UBthe
hzdEunBDmfzVU1Pt+0r7EIMHQyGTjvpqsW9StZxIkOF4dnR3ZGbwGQA5/cg+jJMl
+R2z8PV8eqJ+467PgZWVQ35Q9wjO4LNSqmdzLP2oFt5F5pC7jlbzQAScatWI+MUi
zUGjTenw7xJTTtDiQO9qLsP/WaiMYwxbkhJL1aVWIn9taH5eMvOaDh/1hUcfelg4
SyVJSKSsItD5g9de16inaSFcy7X2GR10FeNNPxINJnx0HK2HaWPHqf6CI0upmG+i
cKxGi+uCjSCVnXUA7gRw0lBjIC2mtmmhhIm87yQf/Cda6+/bAI/bmqsXWRQgwwvv
Avj4nXDuAaFbt8R0cM4ZSExfV0GeBFfdY5d9en3swZp9Rgfu8L7sChGV9tWqAlJP
5Zmp/F1r4wrSnmVeGlPFrX+BgR8k0OU=
=dELa
-----END PGP SIGNATURE-----
pgpNoPxDxJw_q.pgp
Description: PGP signature
--- End Message ---