python-reportlab 4.0.4-11 source package in Ubuntu

Changelog

python-reportlab (4.0.4-11) unstable; urgency=medium

  * removed the dependency on ttf-bitstream-vera, replaced by dependencies on
    fonts-dejavu-core and fonts-dejavu-extra. Adapted
    debian/python3-reportlab.links accordingly. Hopefully, this definitely
    Closes: #1050218
  * installed also Vera fonts which are included in the source package, as
    their license is documented in debian/copyright
  * checked that upstream sources are using rl_safe_exec instead of exec in
    file src/reportlab/platypus/flowables.py. Closes: #961524

 -- Georges Khaznadar <email address hidden>  Thu, 24 Aug 2023 10:19:11 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python

Downloads

File Size SHA-256 Checksum
python-reportlab_4.0.4-11.dsc 2.2 KiB 0dda53ef4b3e76bfb5792606055051f6974d41053502bfb8a64a564b018e8074
python-reportlab_4.0.4.orig.tar.gz 3.0 MiB 7f70b3b56aff5f11cb4136c51a0f5a56fe6e4c8fbbac7b903076db99a8ef31c1
python-reportlab_4.0.4-11.debian.tar.xz 13.5 KiB 2d3fc93135ec97e4233c2d17c3c208ad72aba5a4bb863f966d62fce580bd9a71

No changes file available.

Binary packages built by this source

python-reportlab-doc: Documentation for the ReportLab Python library (PDF format)

 ReportLab is a library that lets you directly create documents in
 Adobe's Portable Document Format (PDF) using the Python programming language.
 .
 This package contains the documentation for ReportLab in PDF format.

python3-renderpm: python low level render interface

 This package is kept as transitionl. It used to contain the python
 low level render interface, coded in C/C++, used in the ReportLab library.
 Now the same features are coded in pure Python.

python3-reportlab: ReportLab library to create PDF documents using Python3

 ReportLab is a library that lets you directly create documents in
 Adobe's Portable Document Format (PDF) using the Python programming language.
 .
 ReportLab library creates PDF based on graphics commands without
 intervening steps. It's therefore extremely fast, and flexible (since
 you're using a full-blown programming language).
 .
 Sample use cases are:
   * Dynamic PDF generation on the web
   * High-volume corporate reporting and database publishing
   * As embeddable print engine for other applications, including a
     'report language' so that users can customize their own reports.
   * As 'build system' for complex documents with charts, tables and text
     such as management accounts, statistical reports and scientific papers
   * from XML to PDF in one step

python3-reportlab-accel: C coded extension accelerator for the ReportLab Toolkit

 This package is kept as transitionl. It used to provide a C coded
 extension accelerator for the ReportLab Toolkit, which is now provided
 by pure Python code.