Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-rst2pdf
From: Adam Ciarcinski
Date: 2024-07-22 07:14:51
Message id: 20240722051451.84073FC74@cvs.NetBSD.org
Log Message:
py-rst2pdf: updated to 0.102
0.102 (2024-06-05)
* Added: We now set ``supported_image_type`` attribute in the Sphinx builder
* Changed: We now support ReportLab 4 and xhtml2pdf 0.12.2
* Fixed: CI now correctly fails if the tests fail
0.101 (2023-08-02)
* Changed: We now recommend using pipx to install rst2pdf.
* Changed: The manual's examples for embedding fonts are now better.
* Fixed: The ``twocolumn.yaml`` stylesheet has been restored after inadvertent \
removal in 0.100.
* Fixed: We now use ``ConfigParser`` so that we are ready for 3.12.
* Fixed: Tests now run correctly regardless of locale.
* Fixed: Arguments when calling ``DelayedTable`` are now in the correct order.
0.100 (2023-03-20)
* Added: New command line option ``--record-dependencies`` to write out the list \
of files that were
used to create the PDF.
* Added: Python 3.11 is now experimentally supported. Please report any issues found.
* Changed: Updated tests to use ReportLab 3.6.12. Note that ReportLab 3.6.5 \
introduced some layout
changes in rst2pdf's output. We have noticed that header/footer spacing is \
different, the space
before nested bullets is bigger than before and that some fully-justified text \
paragraphs now
wrap differently.
* Fixed: The ``twoColumn`` style has been reinstated as its used with Sphinx.
Files: