forked from pool/python-weasyprint
- update to 60.2:
* Fix SVG markers size, position and drawing
* Draw background behind absolutely positioned replaced boxes
* Don’t crash with bitmap fonts with no "glyf" table
* Improve SVG text-anchor attribute
* Fix crash caused by wrong UTF-8 indices
* Print form fields
* Add support for textLength and lengthAdjust in SVG text
elements
* Handle <wbr> tag
* Handle y offset of glyphs
* Add a --timeout option
* Bug fixes:
* Fix footnote-call displayed incorrectly for some fonts
* Fix page-margin boxes layout algorithm
* Fix IndexError when rendering PDF version 1.4
* Apply text transformations to first-letter pseudo elements
* Avoid footnote appearing before its call
* Fix balance before "column-span: all"
* Only draw required glyph with OpenType-SVG fonts
* Don’t draw clipPath when defined after reference
* Don’t ignore min-width when computing cell size
* Fix named pages inheritance
* Avoid page breaks caused by children of overflow hidden boxes
* Use bleed area for page’s painting area
* Use margin box of children to define available width for
leaders
- Update to version 56.1
- Update to 55.0
- enable all tests after upgrade of tinycss2 to 1.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weasyprint?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 29 10:19:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 60.2:
|
||||||
|
* Fix SVG markers size, position and drawing
|
||||||
|
* Draw background behind absolutely positioned replaced boxes
|
||||||
|
* Don’t crash with bitmap fonts with no "glyf" table
|
||||||
|
* Improve SVG text-anchor attribute
|
||||||
|
* Fix crash caused by wrong UTF-8 indices
|
||||||
|
* Print form fields
|
||||||
|
* Add support for textLength and lengthAdjust in SVG text
|
||||||
|
elements
|
||||||
|
* Handle <wbr> tag
|
||||||
|
* Handle y offset of glyphs
|
||||||
|
* Add a --timeout option
|
||||||
|
* Bug fixes:
|
||||||
|
* Fix footnote-call displayed incorrectly for some fonts
|
||||||
|
* Fix page-margin boxes layout algorithm
|
||||||
|
* Fix IndexError when rendering PDF version 1.4
|
||||||
|
* Apply text transformations to first-letter pseudo elements
|
||||||
|
* Avoid footnote appearing before its call
|
||||||
|
* Fix balance before "column-span: all"
|
||||||
|
* Only draw required glyph with OpenType-SVG fonts
|
||||||
|
* Don’t draw clipPath when defined after reference
|
||||||
|
* Don’t ignore min-width when computing cell size
|
||||||
|
* Fix named pages inheritance
|
||||||
|
* Avoid page breaks caused by children of overflow hidden boxes
|
||||||
|
* Use bleed area for page’s painting area
|
||||||
|
* Use margin box of children to define available width for
|
||||||
|
leaders
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 14 11:42:32 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
Wed Jun 14 11:42:32 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
%global zopfli_min_version 0.1.4
|
%global zopfli_min_version 0.1.4
|
||||||
|
|
||||||
Name: python-weasyprint
|
Name: python-weasyprint
|
||||||
Version: 59.0
|
Version: 60.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to convert web documents to PDF
|
Summary: Python module to convert web documents to PDF
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:223a76636b3744eaa4ab8a2885f50cf46cf8ebb1acb99b5276d02feccf507492
|
|
||||||
size 438338
|
|
||||||
3
weasyprint-60.2.tar.gz
Normal file
3
weasyprint-60.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c0cdd617a78699262b80026e67fa1692e3802cfa966395436eeaf6f787dd126
|
||||||
|
size 442554
|
||||||
Reference in New Issue
Block a user