Path to this page:
Subject: CVS commit: pkgsrc/print/py-reportlab
From: Thomas Klausner
Date: 2022-11-14 20:35:16
Message id: 20221114193516.508C7FA90@cvs.NetBSD.org
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 < mgorny at \
gentoo dot org >
* 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
Files: