Z3c.rml

Latest version: v4.4.0

Safety actively analyzes 629532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 10

3.5.1

------------------

- Upgraded to support Reportlab 3.5.9

3.5.0

------------------

- Honor the order of attribute choices in the docs.

- Abstracted span styles out of base paragraph style, so that attributes can
be reused.

- Remove all default values for ``SpanStyle`` styles, so that all values can
be inherited from the paragraph.

- Support for package-relative ``src`` values in ``<para>`` ``<img>`` tags.

3.4.0

------------------

- Drop Python 3.4 support.

- Feature: Support for ``<span style="NAME">`` and corresponding
``<spanStyle>`` styles.

- Bug: ``attr.Sequence``'s ``min_length`` and ``max_length`` was ineffective

3.3.0

------------------

- Add support for non-rml header and footer statements
This is to be able to support export to Open Document Format.

- Dropped Support for Python 3.3

3.2.0

------------------

- Improve ``IntegerSequence`` field to return ranges using lists of two
numbers instead of listing them all out.

- Extended ``IntegerSequence`` to allow specification of first number and
lower/upper bound inclusion.

- Updated ``ConcatenationPostProcessor`` to handle the new integer sequence
data structure. Since this is so much more efficient for the merging
library, there was a 5x improvement when including PDFs with page ranges.

- Implemented a PdfTk-based concatenation post-processor. PdfTk is very fast,
but unfortunatelya lot of the gain is lost, since the outline must be merged
in manually. The PdfTk post-processor can be enabled by::

from z3c.rml import pdfinclude
pdfinclude.IncludePdfPages.ConcatenationPostProcessorFactory = \
pdfinclude.PdfTkConcatenationPostProcessor

- Fix initial blank page when PDF inclusion is first flowable. [Kyle MacFarlane]

- Support for Python 3.5 [Kyle MacFarlane]

- attr.getFileInfo() crashed if the context element wasn't parsed.

3.1.0

------------------

- Feature: Added new paragraph style attributes ``splitLongWords``,
``underlineProportion``, and ``bulletAnchor``.

- Feature: Added ``topPadder`` directive. Patch by Alvin Gonzales.

- Bug: Default SVG fill is black. Patch by Alvin Gonzales.

- Bug: Fixes drawing incorrectly showing when the SVG `viewBox` is not
anchored at coordinate (0, 0). Patch by Alvin Gonzales.

- Test: Updated versions.cfg to reference the latest releases of all
dependencies.

- Bug: Avoid raising an exception of PdfReadWarning when including PDFs.
Patch by Adam Groszer.

Page 4 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.