weasyprint 51-1 source package in Ubuntu

Changelog

weasyprint (51-1) unstable; urgency=medium

  * New upstream release
    - Drop d/p/0002-Revert-upstream-simplify-line-breaking.patch, alternate
      fix incorporated upstream

 -- Scott Kitterman <email address hidden>  Wed, 25 Dec 2019 01:16:42 -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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_51-1.dsc 2.0 KiB 0294dba8cafdf68fe0db319b054ec1209fac4f85bc98bdb8954b4e815006bd8c
weasyprint_51.orig.tar.gz 301.2 KiB b3e971973a4f03c1430e6b838b75b5b57630415fcae8666d2be1347630ff6d6a
weasyprint_51-1.debian.tar.xz 5.5 KiB 40f215e758ac6bef5b0d9db5617aa44281183f148728f7069690062540c0f2e2

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.