diff --git a/python-weasyprint.changes b/python-weasyprint.changes index 659ecbb..9579c6c 100644 --- a/python-weasyprint.changes +++ b/python-weasyprint.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Dec 29 10:19:12 UTC 2023 - Dirk Müller + +- 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 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 @@ -46,7 +77,7 @@ Wed Jun 14 04:42:21 UTC 2023 - Steve Kowalik ------------------------------------------------------------------- Sat Sep 3 19:13:07 UTC 2022 - Klaas Freitag -- Update to version 56.1 +- Update to version 56.1 * Support format 5 for bitmap glyphs * #1666: Fix reproducible PDF generation with embedded images * #1668: Fix @page:nth() selector @@ -56,7 +87,7 @@ Sat Sep 3 19:13:07 UTC 2022 - Klaas Freitag ------------------------------------------------------------------- Mon May 16 11:21:00 UTC 2022 - Marcus Rueckert -- Update to 55.0 +- Update to 55.0 Python 3.7 is now the minimum requirement - Features - #1534: Support word-break: break-all @@ -152,7 +183,7 @@ Mon Nov 22 10:52:42 UTC 2021 - Matej Cepl ------------------------------------------------------------------- Sun Nov 21 09:36:20 UTC 2021 - Axel Braun -- enable all tests after upgrade of tinycss2 to 1.1.0 +- enable all tests after upgrade of tinycss2 to 1.1.0 ------------------------------------------------------------------- Fri Nov 19 17:06:45 UTC 2021 - Axel Braun diff --git a/python-weasyprint.spec b/python-weasyprint.spec index 6a4edd5..225f1c1 100644 --- a/python-weasyprint.spec +++ b/python-weasyprint.spec @@ -28,7 +28,7 @@ %global zopfli_min_version 0.1.4 Name: python-weasyprint -Version: 59.0 +Version: 60.2 Release: 0 Summary: Python module to convert web documents to PDF License: BSD-3-Clause diff --git a/weasyprint-59.0.tar.gz b/weasyprint-59.0.tar.gz deleted file mode 100644 index e450f84..0000000 --- a/weasyprint-59.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223a76636b3744eaa4ab8a2885f50cf46cf8ebb1acb99b5276d02feccf507492 -size 438338 diff --git a/weasyprint-60.2.tar.gz b/weasyprint-60.2.tar.gz new file mode 100644 index 0000000..a0e6985 --- /dev/null +++ b/weasyprint-60.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0cdd617a78699262b80026e67fa1692e3802cfa966395436eeaf6f787dd126 +size 442554