Package Release Info

python-reportlab-3.4.0-150000.3.9.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-2561
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-reportlab

Change Logs

* Fri Jun 09 2023 mcepl@suse.com
- Add CVE-2023-33733-code-injection.patch (CVE-2023-33733,
  bsc#1212065) avoiding arbitrary code execution via supplying a
  crafted PDF file (patches from
  https://hg.reportlab.com/hg-public/reportlab/raw-rev/324a3d0392d5
  and https://hg.reportlab.com/hg-public/reportlab/raw-rev/5b56ae4f05ee)
* Sun Nov 24 2013 kkaempf@suse.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
* Sun Nov 24 2013 p.drouand@gmail.com
- Update to version 2.7
  + No relative ChangeLog entry
* Thu Jan 24 2013 p.drouand@gmail.com
- Update to version 2.6:
  * General changes
  - Manuals have been reformatted with more pleasing code snippets and tables of
    contents, and reviewed and expanded
  * Flowing documents (Platypus):
  - Added support for HTML-style list objects
  - Added flexible mechanism for drawing bullets
  - Allowed XPreformatted objects to use Asian line wrapping
  - Added an 'autoNextPageTemplate' attribute to PageTemplates.  For example you
    can now set up a 'chapter first page template' which will always be followed
    by a 'continuation template' on the next page break, saving the programmer from
    having to issue control flow commands in the story.
  - added a TopPadder flowable, which will 'wrap' another Flowable and move it
    to the bottom of the current page.
  - More helpful error messages when large tables cannot be rendered
  - Documentation for images within text (test_032_images)
  - Trailing dots for use on contents pages
  * Charts and graphics:
  - Support for UPCA bar codes
  - We now have a semi-intelligent system for labelling pie charts with
    callout lines.  Thanks to James Martin-Collar, a maths student at Warwick
    University, who did this as his summer internship.
  - Axes - added startOffset and endOffset properties; allowed for axis
    background annotations.
  - Bar charts - allow more control of z Index (i.e. drawing order of axes and
    lines)
  - Pie charts - fixed bugs in 3d appearance
  - SVG output back end has seen some bugs fixed and now outputs resizeable SVG
* Fri May 25 2012 toddrme2178@gmail.com
- Clean up spec file
* Thu Dec 08 2011 coolo@suse.com
- fix license to be in spdx.org format
* Tue Sep 20 2011 saschpe@suse.de
- Fix non-executable bit rpmlint warning
* Mon May 30 2011 alexandre@exatati.com.br
- Add Provides and Obsoletes to python-ReportLab in spec file to
  better behaviour in 11.1.
* Tue Apr 12 2011 alexandre@exatati.com.br
- Update to 2.5:
  - Please readme CHANGES.txt.
- Regenerate spec file with py2pack;
- Add CHANGES.txt and README.txt files as documentation;
- Bzip2 source code.
* Thu Jan 21 2010 alexandre@exatati.com.br
- Update to 2.4.
Version: 3.4.0-150000.3.12.1
* Sat Sep 30 2023 mcepl@suse.com
- (CVE-2019-19450, bsc#1215560) Add
  CVE-2019-19450-code-inj-paraparser.patch to avoid code
  injection in paraparser.py allowing code execution.