SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python38-reportlab-3.5.66-36.25.x86_64.rpm :

* Fri Feb 12 2021 Markéta Machová - Get rid of %ifpython3, we could provide/obsolete more variants
* Mon Jan 11 2021 Antonio Larrosa - Update to 3.5.59
* Allow variant corners in Canvas.roundRect
* Allow tables to have rounded corners- Update to 3.5.58
* added ddfStyle to Label
* allowed for embedded(and ordinary)Hyphenation to pre-empt splitting when embeddedHyphenation>=2
* fix extension escapePDF so it can handle unicode
* fix poundsign in Ean5BarcodeWidget
* Table can use __styledWrap__ for sizing
* test fixes so 3.9 and 2.7 produce same pdf- Update to 3.5.57
* added .github action wheel.yml
* micro change to userguide doc
* Wed Dec 09 2020 Markéta Machová - Update to 3.5.56
* allow setting initial template cycle
* fix for pillow 8.0.x
* added trustedHosts & trustedSchemes settings
* allow Drawing.outDir to be a callable- Rebased reportlab-missing-includes.patch
* Thu Sep 24 2020 Hans-Peter Jansen - Update to 3.5.51
* fix malloc(0) issue in \\_rl_accel.c \\_fp_str thanks to Hans-Peter Jansen AATT openSUSE- remove fix-rl_accel-crash.patch
* Wed Sep 23 2020 Hans-Peter Jansen - add fix-rl_accel-crash.patch to fix a crash in rl_accel.
* Tue Sep 22 2020 Hans-Peter Jansen - Update to 3.5.50
* Add BM ExtGState option (suggestion by tjj021 AATT github
* Fix memory leak in _renderPM.c- Update to 3.5.49
* ViewerPreferencesPDFDictionary add /Duplex as possibility
* Doctemplate add support for all ViewerPreferencesPDFDictionary keys
* fix bugs in USPS_4State; Barcode inherits from Flowable and object.- Update to 3.5.48
* bug fix for balanced column special case unsplittable half column- Update to 3.5.47
* try to limit table style cell ranges
* Wed Jul 22 2020 Michael Ströder - Update to 3.5.46
* micro changes to normalDate
* fix warnings about is not (detected in python 3.8b4)
* implement PR #59 bug fix
* add recursive ttf searching
* sync with rlextra
* fix Barchart axis crossing issue
* Wed Jul 15 2020 Marketa Calabkova - Update to 3.5.44
* Python 3.9 partial support
* fix for improper handling in paragraphs
* ensure shapes save can do svg and regularize formats
* allow TTF subfont selection with a PSName
* experimental support for pie shading
* Sat Jan 18 2020 Matej Cepl - Update to 3.5.34: - change of the core repository (it is https://hg.reportlab.com/hg-public/reportlab, they stuck to Mercurial even when Bitbucket left it; issue reporting on the email list https://pairlist2.pair.net/mailman/listinfo/reportlab-users) - attempted restriction of the reportlab.lib.color.toColor function; fix of CVE-2019-17626 (bsc#1154370; bt#rptlab/reportlab#199) - fix bug in Pie3d reported by Eldon Ziegler - fix bug in background splitting in repeatRows cases - small improvements to CandleSticks - created NotSet validator (use in CandleStickProperties)- add documentation- remove python38_build.patch, because it has been included upstream
* Tue Nov 19 2019 Todd R - version update to 3.5.32
* some chart efficiency changes
* use clock in fontFinder contributed by Matěj Cepl AATT bitbucket
* improve recursive access and do some minor eval/exec fixes
* improve use of eval/exec- version update to 3.5.31
* paraparser fix contributed by ravi prakash giri - version update to 3.5.30
* better support for candlestick charts using smartGetItem- version update to 3.5.29
* Support for candlestick charts and infilled pair plots- version update to 3.5.28
* improve support for AES encryption- version update to 3.5.27
* fix to justified para splits contributed by Niharika Singh
* fix BalanceColumn width calculation
* preliminary support for AES encryption (contributed by https://github.com/talebi1)- version update to 3.5.26
* micro changes to normalDate
* fix warnings about is not (detected in python 3.8b4)
* implement PR #59 bug fix contributed by Vytis Banaitis- version update to 3.5.25
* add recursive ttf searching
* sync with rlextra
* fix Barchart axis crossing issue reported by Martin Jones (Zeidler)- version update to 3.5.24
* prepare for python3.8, drop support for python3.4- rebase python38_build.patch
* Sat Oct 19 2019 Matej Cepl - Add python38_build.patch to work around depreceated (and now removed) function time.clock()
* Tue Jul 23 2019 Todd R - version update to 3.5.23
* fix rendering to stdout doesn\'t work in python3
* fix relative links within pdf broken
* fix paragraph justification broken in the presence of no-break spaces
* add wordSpace keyword to Canvas draw methods
* fix an extra blank page shows up between two KeepTogether() groups- version update to 3.5.22
* Allow kewords in PDFResourceDictionary
* fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for \'#\' formats
* Allow AcroForm to have SigFlags
* Bug Fixes and tests
* Tue May 21 2019 pgajdosAATTsuse.com- version update to 3.5.21
* fix bug in legends
* add extra table info in spanning error case
* Preliminary MultiCol implementation
* fix missing xrange import
* allow rgb to have fractions of 1 in css colors
* fix bug with a tag href not having a scheme
* all0w LineChart/LinePlot area fills to differe from the stroke colour
* add canvas setProducer method
* more FrameBG changes vs BalancedColumns
* fix bb issues #176/#177 reported by graingert & droidzone
* more FrameBG fixes; added canvas cross method, frame static drawBoundary
* fix stroking for frame background in container
* add stroking for frame background
* added axes tickStrokeWidth etc etc
* added rl_setting.reserveTTFNotdef inspired by e3office at bitbucket (pr #50)
* Fri Jan 04 2019 Todd R - Update to RELEASE 3.5.12
* log axis handles rangeRound & avoidBoundspace
* FrameBG can start with \"frame\" & frame-permanent\" start options- Update to RELEASE 3.5.11
* Improve log axis ticks & grids
* move some samples into tests- Update to RELEASE 3.5.10
* Bug fix for underline (contrib. Lennart Regebro AATT bitbucket)
* Paragraph indentation bug fix
* Initial support for richtext graphics text labels
* Initial support for log axes (ideas from hoelAATTgermanlloyd.org)- Update to RELEASE 3.5.9
* add hyphenationMinWordLength to address PR #44 (contrib Michael V. Reztsov)- Update to RELEASE 3.5.8
* Allow structured barLabelFormat (suggestion from Ravinder Baid)- Update to RELEASE 3.5.7
* Fix tables.py splitting for line comands.- Update to RELEASE 3.5.6
* Restore DocTemplate seq attribute lost in rev c985bd7093ad (4405) version 3.4.41 bug report from Jim Parinisi jimandkimparinisiAATTyahoo.com- Update to RELEASE 3.5.5
* Bug fix underlined space in XPreformatted- Update to RELEASE 3.5.4
* Bug fix for Paragraph space bugs reported by Kayley Lane
* Use local libart code by default (libart 2.3.21-3)- Update to RELEASE 3.5.3
* Bug fix release to make really simple paras work OK Reported by Kayley.Lane AATT oracle.com
* Use local libart by default
* Use upgrade libart source to 2.3.21-3 https://salsa.debian.org/gnome-team/libart-lgplAATTaa059539- Update to RELEASE 3.5.2
* Bug fix release to make th sdist work properly- Update to RELEASE 3.5.1
* Bug fix for infinite looping in Paragraph (likely caused by small available Widths). Reported by Kayley.Lane AATT oracle.com- Update to RELEASE 3.5
* BalancedColumns flowable added
* primitive hyphenation functionality (with Pyphen installed)
* simple paragraphs now allow space shrinkage
* mixed parallel / stacked barcharts mechanism
* makeStream compression fix for python 3.x
* reproducibility fixes
* Bugfix for KeepWithNext and None
* Fix pie chart issue
* allow canvas filename to be a wrapped OS level file
* added DocTemplate._makeCanvas
* _text2Path fix
* AcroForm improvements
* added anchorAtXY parameter for images
* fix PDF syntax error with no Outlines
* fix bullet code
* qrencoder fix
* table minRowHeights support
* stopped abusing builtins to aid compatibility
* fix embedded font & fontfinder bugs
* fix zero width paragraph layout error
* doughnut charts support innerRadiusFraction
* more controllable under and strike lines- Remove upstream-included drop-requirements.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
      * Sun Nov 24 2013 p.drouandAATTgmail.com- Update to version 2.7 + No relative ChangeLog entry
      * Thu Jan 24 2013 p.drouandAATTgmail.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 toddrme2178AATTgmail.com- Clean up spec file
      * Thu Dec 08 2011 cooloAATTsuse.com- fix license to be in spdx.org format
      * Tue Sep 20 2011 saschpeAATTsuse.de- Fix non-executable bit rpmlint warning
      * Mon May 30 2011 alexandreAATTexatati.com.br- Add Provides and Obsoletes to python-ReportLab in spec file to better behaviour in 11.1.
      * Tue Apr 12 2011 alexandreAATTexatati.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 alexandreAATTexatati.com.br- Update to 2.4.
      * Mon Dec 28 2009 alexandreAATTexatati.com.br- New ReportLab package (2.3) for openSUSE, now in d:l:py.
 
ICM