2016-04-22 14:23:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 29 22:22:27 UTC 2016 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- install LICENSE.txt
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 7 10:47:45 UTC 2015 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Fixed source download link.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 5 07:15:04 UTC 2015 - kkaempf@suse.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 5 07:15:03 UTC 2015 - kkaempf@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to 3.1
|
|
|
|
|
* support for emoji
|
|
|
|
|
* improved pip-based installers
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 5 07:15:02 UTC 2015 - kkaempf@suse.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 18:38:52 UTC 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
|
|
|
|
|
|
2013-11-25 15:03:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 24 18:38:51 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 2.7
|
|
|
|
|
+ No relative ChangeLog entry
|
|
|
|
|
|
2013-01-29 13:34:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 24 20:09:08 UTC 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
|
|
|
|
|
|
2012-05-29 09:44:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 25 11:35:57 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Clean up spec file
|
|
|
|
|
|
2012-02-16 11:27:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 8 13:54:44 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- fix license to be in spdx.org format
|
|
|
|
|
|
2011-09-26 08:17:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 20 13:57:44 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix non-executable bit rpmlint warning
|
|
|
|
|
|
2011-07-01 15:01:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 30 15:16:43 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Add Provides and Obsoletes to python-ReportLab in spec file to
|
|
|
|
|
better behaviour in 11.1.
|
|
|
|
|
|
2011-05-30 15:03:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 12 13:53:36 UTC 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 17:22:43 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Update to 2.4.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 28 15:14:17 UTC 2009 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- New ReportLab package (2.3) for openSUSE, now in d:l:py.
|