xhtml2pdf 0.2.5-5 source package in Ubuntu

Changelog

xhtml2pdf (0.2.5-5) unstable; urgency=medium

  * Team upload.
  * defined a minimum version for the build-dependency on python3-reportlab
  * bumped Standards-Version: 4.6.2
  * added a patch: d/patches/fix-invalide-escape-sequences.patch, because
    py3compile raised a few SyntaxWarning, about incorrect escape sequences

 -- Georges Khaznadar <email address hidden>  Sat, 17 Feb 2024 13:24:35 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xhtml2pdf_0.2.5-5.dsc 2.2 KiB a060cd4c961f138f7c9c37ea9376b8b3821ea72725a0624f0d133aaa08d33e0d
xhtml2pdf_0.2.5.orig.tar.gz 4.7 MiB 6cb3ff827861bc53e88a5ff99fe6b166dabe2861a7bc51f0817009436a7dd4b8
xhtml2pdf_0.2.5-5.debian.tar.xz 9.7 KiB 1aae2d3999bfe0c44b12555791a2e243648863d651af1500953e8e1093342ec4

Available diffs

No changes file available.

Binary packages built by this source

python3-xhtml2pdf: A library for converting HTML into PDFs using ReportLab (Python 3 module)

 xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the
 HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS
 3). It is completely written in pure Python so it is platform
 independent.
 .
 The main benefit of this tool that a user with Web skills like HTML
 and CSS is able to generate PDF templates very quickly without
 learning new technologies.
 .
 xhtml2pdf was previously developed as "pisa".
 .
 This package installs the library for Python 3.