./print/py-reportlab, Powerful PDF-generating toolkit for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.6.12nb3, Package name: py311-reportlab-3.6.12nb3, Maintainer: pkgsrc-users

A powerful PDF-generating toolkit for Python


Required to run:
[textproc/py-expat] [graphics/freetype2] [graphics/libart] [graphics/py-Pillow] [textproc/py-pyphen] [lang/python310]

Master sites:

Filesize: 4413.609 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-11-17 02:49:18 by Greg Troxel | Files touched by this commit (2)
Log message:
print/py-reportlab: Note that patch has been sent upstream
   2022-11-16 13:18:46 by Greg Troxel | Files touched by this commit (2)
Log message:
print/py-reportlab: Remediate incorrect searching for ft2build.h

setup.py grovels paths in the filesystem to find ft2build.h,
apparently not consulting the provided CPPFLAGS.  Add /usr/X11R7, just
before /usr/local, to fix building on NetBSD 9 with base X11.  Thanks
to wiz@ for the hint.
   2022-11-14 20:35:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: update to 3.6.12.

CHANGES  3.6.12  25/10/2022
---------------------------
	* fix dpi handling in renderPM.py; bug found by Terry Zhao Terry dot Zhao at \ 
fil dot com
	* attempt fix in rparsexml.py
	* add rl_settings.xmlParser with default 'lxml'
	* nano RHEL related fix to setup.py contributed by James Brown jbrown at \ 
easypost dot com
	* minor speedup in reportlab.graphics.transform functions
	* allow usage of freetype testpaths via rl_config/rl_settings textPaths
	* _renderPM.c remove parse_utf8, make pict_putrow same as for rlPyCairo

CHANGES  3.6.11  24/06/2022
---------------------------
	* support HORIZONTAL2 & VERTICAL2 table cell backgrounds; as suggested by \ 
Sina Khelil < sina at khelil dot com >
	* support general LINEAR & RADIAL gradient table cell backgrounds
	* support ShowBoundaryValue in canv.drawImage

CHANGES  3.6.10  31/05/2022
---------------------------
	* fix symlink looping in setup.py reported by Michał Górny &lt; mgorny at \ 
gentoo dot org &gt;
	* allow bearerBox attribute for some barcodes
	* require pillow>=9.0.0 patch contributed by Claude Paroz claude at 2xlibre.net
	* Apply Claude Paroz  < claude at 2xlibre dot net > patch to assume \ 
hashlib md5 exists
	* ImageReader updated to allow deepcopy; similarly for doctemplate.onDrawStr
	* fix 3.11.0b2 regression in rl_safe_eval.
	* apply massive contribution for Table inRowSplit from Lennart Regebro < \ 
lregebro at shoobx dot com >

CHANGES  3.6.9   22/03/2022
---------------------------
	* fix up _rl_accel.c 0.81 to allow better error messages and support python 3.11.0a6
	* change the cibuildwheel setup to support macos M1 build

CHANGES  3.6.8   28/02/2022
---------------------------
	* remove old Python2 constructs; patch from Claude Paroz < claude at 2xlibre \ 
dot net >

CHANGES  3.6.7   18/02/2022
---------------------------
	* Remove use of cPickle; patch from Claude Paroz < claude at 2xlibre dot net >
	* Remove unneccessary object inheritance; patch by Claude Paroz
	* minor changes to python rendering in shapes.Drawing
	* remove jython (dead project no python3) patch by  Claude Paroz < claude at \ 
2xlibre dot net >
	* remove unicodeT/bytesT patch by  Claude Paroz < claude at 2xlibre dot net >
	* import directly from string module patch by  Claude Paroz < claude at \ 
2xlibre dot net >
	* eliminate getBytesIO and getStringIO patch by  Claude Paroz < claude at \ 
2xlibre dot net >
	* remove unused and indirect imports patch by  Claude Paroz < claude at \ 
2xlibre dot net >

CHANGES  3.6.6	 24/01/2022
---------------------------
	* remove uniChr alias of chr (patch contribution from Claude Paroz)
	* modify pdfdoc template to be eventually compatible with pikepdf suggested by \ 
Lennart Regebro lregebro at shoobx.com
	* fix bug in table gradient bg; contribution by Justin Brzozoski \ 
justin.brzozoski at gmail.com
	* fix bug in validateSetattr (__dict__) discovered and reported by Chris Buergi \ 
 cb at enerweb dot ch
	* fix handling of ddfStyle in XLabel class

CHANGES  3.6.5	 24/12/2021
---------------------------
	* only skip listwrap on for small height objects
	* changes to allow for deprecated stuff in Python-3.11

CHANGES  3.6.4	  7/12/2021
---------------------------
	* try to improve multi-frag paragraph justification
	* fix justification condition
	* allow validator OneOf to take re.Pattern

CHANGES  3.6.3	  4/11/2021
---------------------------
	* modernisation of para.py contribution from <Andrews Searle at BMC dot com>
	* many changes to .github workflows
	* changes to setup.py to support cibuildwheel
	* _FindSplitterMixin protect against deepcopy failure
	* allow textAnnotation to have QuadPoints keyword

CHANGES  3.6.2	  1/10/2021
---------------------------
	* minor changes to datareader
	* fix XLabel argument usage

CHANGES  3.6.1	  6/08/2021
---------------------------
	* add mock for urlopen calls so tests can run off line. Contribution by Antonio \ 
Trande sagitter at fedoraproject dot org

CHANGES  3.6.0	 23/07/2021
---------------------------
	* create py-2-3 branch
	* Cease support for Python-2.7
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-06-22 07:58:17 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-reportlab: add missing include of versioned_dependencies

Bump PKGREVISION for the re-added dependencies.
   2022-06-22 00:10:43 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Restore Python2.7 support