weasyprint 62.0-1 source package in Ubuntu

Changelog

weasyprint (62.0-1) unstable; urgency=medium

  * New upstream release
  * Add python3-tinycss to py3dist-overrides to set depends version
  * Bump standards-version to 4.7.0 without further change
  * Change d/watch version to 4

 -- Scott Kitterman <email address hidden>  Mon, 06 May 2024 08:43:44 -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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_62.0-1.dsc 2.1 KiB a3329e6e89f6e5ef08c3a3e865b08fa5347f1fd8e8ac6accdd6098db0134ffbc
weasyprint_62.0.orig.tar.gz 464.2 KiB 9f56eaefdaafcf35ae568c56eee5dba189af1272a46f4d205bd12936315f9481
weasyprint_62.0-1.debian.tar.xz 4.0 KiB 68578f119bd37dfb6b7683ea85af72ad806683f07e4815d01745d9c115e30add

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.