weasyprint 53.4-1 source package in Ubuntu

Changelog

weasyprint (53.4-1) unstable; urgency=medium

  * New upstream release (Closes: #997967)
    - Rework d/p/0001-test-fixup.patch based on upstream switch to
      pyproject.toml
  * Update debian/watch for modified upstream name
  * Update build-depends for new version
  * Set minimum dh-python version to >= 5.20211213 to ensure proper dependency
    generation
  * Generate weasyprint.1 using sphinx-build
  * Cleam up obsolete Depends
  * Bump standards-version to 4.6.0 without further change
  * Remove obsolete lintian overrides

 -- Scott Kitterman <email address hidden>  Wed, 15 Dec 2021 09:15:38 -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_53.4-1.dsc 2.1 KiB 9feb2613a935d40f9f74ebe6610ae38f8326a5526183caee9d7f4755c63e0af6
weasyprint_53.4.orig.tar.gz 379.1 KiB 10ccb17d55c73096bdf1edd3efe58cb855b07e4c307d9bad4ebc9a3f13ff4580
weasyprint_53.4-1.debian.tar.xz 3.8 KiB d2aca7872f23a900b26c682e94ad39c3a0c3019faceda4c733038fe166e559e3

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.