Skip to content

Bump weasyprint from 60.2 to 61.1

Ronan Amicel requested to merge dependabot-pip-weasyprint-61.1 into main

Bumps weasyprint from 60.2 to 61.1.

Release notes

Sourced from weasyprint's releases.

v61.1

Released on 2024-02-26.

Bug fixes

  • #2075: Use default value when variable is not defined
  • #2070: Don’t crash when rendering SVGs with non-text a children
  • Don’t crash when SVG file can’t be rendered

Documentation

  • #2067: Suggest "dnf" instead of "yum" to install Fedora packages
  • Improve documentation for Windows
  • Fix required version of TinyCSS2

Contributors

  • Guillaume Ayoub
  • Felix Schwarz
  • Lucie Anglade

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • René Fritz
  • Simon Sapin
  • Arcanite
  • TrainingSparkle
  • Healthchecks.io
  • Hammerbacher
  • Docraptor
  • Yanal-Yvez Fargialla
  • Morntag
  • NBCO

v61.0

Read about this release on our blog.

Python API

  • DocumentMetadata.attachments is now a list of Attachment objects, not a list of (url, description) tuples.

New features

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 61.1

Released on 2024-02-26.

Bug fixes:

  • [#2075](https://github.com/Kozea/WeasyPrint/issues/2075) <https://github.com/Kozea/WeasyPrint/issues/2075>_: Use default value when variable is not defined
  • [#2070](https://github.com/Kozea/WeasyPrint/issues/2070) <https://github.com/Kozea/WeasyPrint/issues/2070>_: Don’t crash when rendering SVGs with non-text a children
  • Don’t crash when SVG file can’t be rendered

Documentation:

  • [#2067](https://github.com/Kozea/WeasyPrint/issues/2067) <https://github.com/Kozea/WeasyPrint/pull/2067>_: Suggest "dnf" instead of "yum" to install Fedora packages
  • Improve documentation for Windows
  • Fix required version of TinyCSS2

Contributors:

  • Guillaume Ayoub
  • Felix Schwarz
  • Lucie Anglade

Backers and sponsors:

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • René Fritz
  • Simon Sapin
  • Arcanite
  • TrainingSparkle
  • Healthchecks.io
  • Hammerbacher
  • Docraptor
  • Yanal-Yvez Fargialla
  • Morntag
  • NBCO

Version 61.0

... (truncated)

Commits
  • 4b28713 Version 61.1
  • 61fb3c9 Improve documentation for Windows
  • 00b647d Don’t update tinycss2 required version yet!
  • 6298754 Update required version of tinycss2
  • 3469118 Fix more text-anchor cases
  • 9405a84 Use default value when variable is not defined
  • a42c406 Add documentation about Windows executable
  • 812e194 Don’t crash when rendering SVGs with non-text a children
  • b6d07b8 Don’t crash when SVG file can’t be rendered
  • 50e9eb6 Merge pull request #2067 from FelixSchwarz/fedora-yum
  • Additional commits viewable in compare view

Merge request reports