weasyprint 59.0-1 source package in Ubuntu

Changelog

weasyprint (59.0-1) unstable; urgency=medium

  * New upstream release
  * Add pydyf to debian/py3dist-overrides so correct version is set in depends

 -- Scott Kitterman <email address hidden>  Mon, 12 Jun 2023 09:20:04 -0400

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_59.0-1.dsc 2.1 KiB 3dc29a368d1c6143b4de681666271549484c7f4dad72353c3ce2d83c203071ac
weasyprint_59.0.orig.tar.gz 428.1 KiB 223a76636b3744eaa4ab8a2885f50cf46cf8ebb1acb99b5276d02feccf507492
weasyprint_59.0-1.debian.tar.xz 3.9 KiB f6994abea9a7775d8dd752a428d5f4ef3c7d31ab0be1532bc6459c4add1ab411

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.