weasyprint 54.1-3 source package in Ubuntu

Changelog

weasyprint (54.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3.

 -- Jelmer Vernooij <email address hidden>  Sat, 28 May 2022 01:15:30 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_54.1-3.dsc 2.1 KiB 2a3c604b9ff90ac7688178f7cb6b94dce653b72f059b1c58881a6bd409b55875
weasyprint_54.1.orig.tar.gz 394.0 KiB fa57db862e06bd01c5e7d82dad399b3b9952a39827023c17bee9b1c061ff1bbd
weasyprint_54.1-3.debian.tar.xz 3.4 KiB 98ecd436cb3ed598b43275bea6cfcb3f7b73464694bdc94c11b0fb6a76912799

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.