weasyprint 57.1-1 source package in Ubuntu

Changelog

weasyprint (57.1-1) unstable; urgency=medium

  * Remove debian/patches
    - 0001-Always-set-font-size-when-font-is-changed-in-line.patch was a
      backport from upstream
  * New upstream release (Closes: #1014936)
  * Move d/pydist-overrides to d/py3dist-overrides, so it works again, and
    update to use PEP386 versioning where needed

 -- Scott Kitterman <email address hidden>  Sun, 06 Nov 2022 17:57:55 -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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_57.1-1.dsc 2.1 KiB 2f10c291906323b244b569419abb2614f9ca2877db94051d9bb11e8854c0e319
weasyprint_57.1.orig.tar.gz 419.6 KiB 397a9d11298f94485ec3b7b68aeef1c6106fb638350126d9d4a64109b73508a0
weasyprint_57.1-1.debian.tar.xz 3.8 KiB ca86e8fdf209c7a770fd8d5582bf87712bd605aa1d93500f9224460210b46af1

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.