weasyprint 54.0-1 source package in Ubuntu

Changelog

weasyprint (54.0-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches

 -- Scott Kitterman <email address hidden>  Tue, 11 Jan 2022 19:18:56 -0500

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_54.0-1.dsc 2.1 KiB 884200c57fe731d415e5bc976fe61fe21bd3b6b1cd6d3c48ecf28cae7ea2a953
weasyprint_54.0.orig.tar.gz 393.0 KiB 0aeda9a045c7881289420cac917cc57115b1243e476187338e66d593dd000853
weasyprint_54.0-1.debian.tar.xz 3.8 KiB 14e458ff881ac2e46a550c3631bf78609d1fcc5acacc100270d70fbd49567a4a

Available diffs

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.