Changelog for
python2-reportlab-3.4.0-lp152.4.4.x86_64.rpm :
* Wed Jan 22 2020 Matej Cepl
- Add make_toColor_safe.patch fixing bsc#1154370 (CVE-2019-17626) restrict reportlab.lib.color.toColor to protect against unsafe input.- Rebase other patches: drop-requirements.patch and reportlab-missing-includes.patch
* Tue Jul 25 2017 jmatejekAATTsuse.com- drop-requirements.patch: do not list setuptools and pip in egg-info as requirements (fixes bsc#1049516, upstream issue https://bitbucket.org/rptlab/reportlab/issues/113 )- set LANG variable correctly to help with test suite
* note that test suite is broken, multiple tests fail and this does not stop build
* causes of failure are spurious though
* Sat May 06 2017 toddrme2178AATTgmail.com- Fix Provides/Obsoletes.
* Wed Apr 19 2017 toddrme2178AATTgmail.com- Update to 3.4.0
* We now support SVG as a format for embedded vector graphics.
* The and tags now support additional encodings.
* We have considerably expanded our support for fillable forms within PDF files. The tag has many more attributes , , & which along with the new make possible PDF forms.
* The & tags now support automatic style change for the start/type parameter, by using a space separated list fo start values- Implement single-spec version
* Tue Mar 29 2016 dmuellerAATTsuse.com- install LICENSE.txt
* Sat Nov 07 2015 freitagAATTopensuse.org- Fixed source download link.
* Fri Jun 05 2015 kkaempfAATTsuse.com- Update to 3.2.0
* Added proportional underlining specific to font sizes, set via the `underlineProportion` attribute of ParagraphStyles.
* TrueType fonts: added support for cmaps 10 & 13
* DocTemplate class now supports a boolean `displayDocTitle` argument.
* TableofContents now supports a formatter argument to allow formatting of the displayed page numbers (eg for appendices etc).
* Table `repeatRows` can now be a tuple of row numbers to allow incomplete ranges of rows to be repeated.
* Tables now do pass instance.`spaceBefore` & `spaceAfter` to their split children when split
* Several strangenesses were fixed in the pdfbase.pdfform module; Multiple usage is now allowed.
* Error message fixes
* Various environment fixes for Google Application Environment
* Resource fixes
* PDFDoc can now set the `Lang` attribute
* canvas.drawString and similar now allow the character spacing to be set
* Index of accented stuff has been improved
* RTL code was improved
* fix Propertyset.clone
* `flowables.py`: fix ImageAndFlowables so it avoids testing negative availableWidth
* Fri Jun 05 2015 kkaempfAATTsuse.com- Update to 3.1
* support for emoji
* improved pip-based installers
* Fri Jun 05 2015 kkaempfAATTsuse.com- Update to 3.0
* ReportLab 3.0 now supports Python 2.7, 3.3 and higher.
* There has been a substantial internal rewrite to ensure consistent use of unicode strings for natural-language text, and of bytes for all file format internals.
* Python 3.x compatibility
* New features - Add ability to output greyscale and 1-bit PIL images without conversion to RGB. (contributed by Matthew Duggan) - highlight annotation (contributed by Ben Echols)
* Other - numerous very minor fixes, visible through BitBucket.
* Sun Nov 24 2013 kkaempfAATTsuse.com- Update to version 2.7
* Charts / graphics enhancements - Added SimpleTimeSeriesPlot - added _computeMaxSpace - added in lineStyle (for bars) - improved SVG rendering - Pie Chart now has an `innerRadiusFraction` to allow doughnut-like appearance for 2d charts
* Charts/graphics bug fixes - piecharts.py: fix Pie3d __init__ to call its superclass - linecharts.py: fix swatch creation - fixed `y` axis in the simple time series plot
* PDF - Fixes to testshapes & pdfform resetting - colors.py - various minor fixes
* Platypus - Defined a small bullet rather than a big circle as the default for unordered lists - fixed attribute spelling bug - fixed CJK + endDots