14
0

- Update to 0.2.16:

* New
    + OL tag allow start counter
    + Div, P, And Body allows dir attribute (rtl and ltr) to provide text
      direction
    + Add encryption and password protection
    + New WaterMark management system with new options
    + Add Graphic builder
    + Add signing pdfs (simple and pades)
  * Improvements
    + Page counter and Page number are now available as simple text inside
      paragraphs
    + New regex for strip up to curly bracket
    + Change pyPDF3 to pypdf.
  * Bug-Fixes
    + Add compatibility for reportlab >= 4.1
    + Make pyCairo dependency optional
    + Fix image rendering with link_callback
    + Fix TypeError on column widths specified as percentages
    + Fix TypeError when formatting width in debug logging
    + Fix page number & page count
    + Fix ZeroDivisionError on broken image files
    + Fix CSSParseError for minified @font-face definitions
    + Remove import cycle between utils and default
    + Fixed link_callback construction of path
    + Fixed path when is relative to current path
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xhtml2pdf?expand=0&rev=23
This commit is contained in:
2024-09-17 02:43:24 +00:00
committed by Git OBS Bridge
parent ac0a0301eb
commit 4337f7b6bb
4 changed files with 62 additions and 25 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Sep 17 02:41:49 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.2.16:
* New
+ OL tag allow start counter
+ Div, P, And Body allows dir attribute (rtl and ltr) to provide text
direction
+ Add encryption and password protection
+ New WaterMark management system with new options
+ Add Graphic builder
+ Add signing pdfs (simple and pades)
* Improvements
+ Page counter and Page number are now available as simple text inside
paragraphs
+ New regex for strip up to curly bracket
+ Change pyPDF3 to pypdf.
* Bug-Fixes
+ Add compatibility for reportlab >= 4.1
+ Make pyCairo dependency optional
+ Fix image rendering with link_callback
+ Fix TypeError on column widths specified as percentages
+ Fix TypeError when formatting width in debug logging
+ Fix page number & page count
+ Fix ZeroDivisionError on broken image files
+ Fix CSSParseError for minified @font-face definitions
+ Remove import cycle between utils and default
+ Fixed link_callback construction of path
+ Fixed path when is relative to current path
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Fri Oct 14 13:10:51 UTC 2022 - pgajdos@suse.com