weasyprint 57.0-2 source package in Ubuntu

Changelog

weasyprint (57.0-2) unstable; urgency=medium

  * Add d/p/0001-Always-set-font-size-when-font-is-changed-in-line.patch to
    backport upstream commit 71e9e257ccc7780f3c4e04893b11210bd06ad626 in order
    to resolve xml2rfc test regression with weasyprint 57.0

 -- Scott Kitterman <email address hidden>  Wed, 02 Nov 2022 08:54:18 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_57.0-2.dsc 2.1 KiB 12658fbfa4c903b642d4eaa14b23a1b3fab05671ab2a3509138fe3432f3017dc
weasyprint_57.0.orig.tar.gz 418.5 KiB 7b6f5cc13819e9a7d8748c1dbf0e8d2444f7a4818a98339f82dccaa822bf911b
weasyprint_57.0-2.debian.tar.xz 4.2 KiB 78d059282a575384bc5d33141ad23d9325447a208e6a3688e2bbc84e605e7c72

No changes file available.

Binary packages built by this source

weasyprint: Document factory for creating PDF files from HTML

 WeasyPrint is a smart solution helping web developers to create PDF
 documents. It turns simple HTML pages into gorgeous statistical reports,
 invoices, tickets, etc.
 .
 From a technical point of view, WeasyPrint is a visual rendering engine for
 HTML and CSS that can export to PDF and PNG. It aims to support web standards
 for printing. WeasyPrint is free software made available under a BSD license.
 .
 It is based on various libraries but *not* on a full rendering engine like
 WebKit or Gecko. The CSS layout engine is written in Python, designed for
 pagination, and meant to be easy to hack on.