weasyprint 51-2 source package in Ubuntu

Changelog

weasyprint (51-2) unstable; urgency=medium

  * Add ca-certificates to Recommends (Closes: #951382)
    - Thanks to Petr Novak for the report and a suggested solution
  * Bump standards-version to 4.5.0 without further change

 -- Scott Kitterman <email address hidden>  Mon, 17 Feb 2020 12:16:25 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_51-2.dsc 2.0 KiB 388f779ea17dd20cd7e4e981ac6975bba4475ca68be512c3467f1b0a6513cbcb
weasyprint_51.orig.tar.gz 301.2 KiB b3e971973a4f03c1430e6b838b75b5b57630415fcae8666d2be1347630ff6d6a
weasyprint_51-2.debian.tar.xz 5.7 KiB 3e9a35db96165140e82745dbda2c6d3d04f120f0a81b5ca2c92defd477ef2512

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.