14
0

- update to 62.3:

* #2174: Fix extra width distribution for auto table layout
  * #2175: Don’t compress PDF metadata for PDF/A-1
  * Set default PDF variant values in options before
    generating PDF
  * Avoid PDF artifacts when drawing 0-width borders
  * Don’t duplicate column when container is split on
    multiple pages
  * Don’t set default Fontconfig values for unset
    properties
  * Fix layout when all footnotes are removed from the
    footnote area
  * Make items overflowing grid wrap to the next
    row/column
  * Don’t append useless tracks when grid elements are
    positioned

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weasyprint?expand=0&rev=32
This commit is contained in:
2024-06-30 08:16:49 +00:00
committed by Git OBS Bridge
parent ae3cff2334
commit 4d8b147576
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Jun 30 08:16:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 62.3:
* #2174: Fix extra width distribution for auto table layout
* #2175: Dont compress PDF metadata for PDF/A-1
* Set default PDF variant values in options before
generating PDF
* Avoid PDF artifacts when drawing 0-width borders
* Dont duplicate column when container is split on
multiple pages
* Dont set default Fontconfig values for unset
properties
* Fix layout when all footnotes are removed from the
footnote area
* Make items overflowing grid wrap to the next
row/column
* Dont append useless tracks when grid elements are
positioned
-------------------------------------------------------------------
Mon Jun 10 09:58:20 UTC 2024 - Dirk Müller <dmueller@suse.com>