forked from pool/python-weasyprint
- Update to 54.0:
- Always use absolute paths to get hrefs in SVG - Fix many rendering problems of broken tables - Fix support of fonts with SVG emojis - html5lib 1.1+ is now needed. - Support footnotes, with financial support from Code & Co. - Handle parallel flows for floats, absolutes, table-cells - Support ``text-align-last`` and ``text-align-all`` properties - Draw SVG and PNG emojis - Support ``overflow-wrap: anywhere`` - Cache SVG ``use`` tags - Encode non-JPEG images as PNGs instead of JPEG2000s - Don’t use ``text-transform`` text for content-based uses - Don’t serialize and parse again inline SVG files - Correctly handle whitespaces in bookmark labels - Fix column height with ``column-span`` content - Fix absolutely positioned boxes in duplicated pages - Fix ``target-counter`` attribute in flex items - Don’t draw empty glyphs - Don’t crash when font size is really small OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weasyprint?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 10 20:04:52 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 54.0:
|
||||||
|
- Always use absolute paths to get hrefs in SVG
|
||||||
|
- Fix many rendering problems of broken tables
|
||||||
|
- Fix support of fonts with SVG emojis
|
||||||
|
- html5lib 1.1+ is now needed.
|
||||||
|
- Support footnotes, with financial support from Code & Co.
|
||||||
|
- Handle parallel flows for floats, absolutes, table-cells
|
||||||
|
- Support ``text-align-last`` and ``text-align-all`` properties
|
||||||
|
- Draw SVG and PNG emojis
|
||||||
|
- Support ``overflow-wrap: anywhere``
|
||||||
|
- Cache SVG ``use`` tags
|
||||||
|
- Encode non-JPEG images as PNGs instead of JPEG2000s
|
||||||
|
- Don’t use ``text-transform`` text for content-based uses
|
||||||
|
- Don’t serialize and parse again inline SVG files
|
||||||
|
- Correctly handle whitespaces in bookmark labels
|
||||||
|
- Fix column height with ``column-span`` content
|
||||||
|
- Fix absolutely positioned boxes in duplicated pages
|
||||||
|
- Fix ``target-counter`` attribute in flex items
|
||||||
|
- Don’t draw empty glyphs
|
||||||
|
- Don’t crash when font size is really small
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 22 23:52:20 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
Wed Dec 22 23:52:20 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-weasyprint
|
# spec file for package python-weasyprint
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
|
|
||||||
Name: python-weasyprint
|
Name: python-weasyprint
|
||||||
Version: 53.4
|
Version: 54.0
|
||||||
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:10ccb17d55c73096bdf1edd3efe58cb855b07e4c307d9bad4ebc9a3f13ff4580
|
|
||||||
size 388163
|
|
||||||
3
weasyprint-54.0.tar.gz
Normal file
3
weasyprint-54.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0aeda9a045c7881289420cac917cc57115b1243e476187338e66d593dd000853
|
||||||
|
size 402453
|
||||||
Reference in New Issue
Block a user