* Remove use of cPickle
* Remove unneccessary object inheritance
* minor changes to python rendering in shapes.Drawing
* remove jython (dead project no python3)
* remove unicodeT/bytesT
* import directly from string module
* eliminate getBytesIO and getStringIO
* remove unused and indirect imports
* remove uniChr alias of chr
* modify pdfdoc template to be eventually compatible with pikepdf
* fix bug in table gradient bg
* fix bug in validateSetattr (__dict__)
* fix handling of ddfStyle in XLabel class
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=31
- Update to 3.6.2
* add mock for urlopen calls so tests can run off line. Contribution by Antonio Trande sagitter at fedoraproject dot org
- Update to 3.6.1
* create py-2-3 branch
* Cease support for Python-2.7
- Update to 3.6.0
* graphics improve some error messages for renderPM
* changed lib.urilt.recursiveImport after errors in python3.10, reflect changes in readJPEGInfo
* pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72)
* Image flowable allows a useDPI argument
* paraparser annotate some errors
- Update to 3.5.68
* Allow unicode PDFString to use encoding directly; fixes bug where colorspace indexes are broken
* Ensure PIL images can be size checked
- Update to 3.5.67
* fix obvious bug in renderPS.py cut'n'paste bah :(
* fix bug saving to SpooledtemporaryFile's reported by Robert Schroll <rschroll at gmail.com>
* fix bug in justified RTL paragraphs example & bugfix contributed by Moshe Uminer <mosheduminer at gmail.com>
* fix regex deprecation reported by Jürgen Gmach <juergen.gmach at apis.de>
- Update to 3.5.66
* add yieldNoneSplits utility function
* fix BarChart so it lines can have markers and Nones in their data
- Update to 3.5.65
* add ability to have lineplots in barcharts; no support yet for line markers
* added checkAttr method to TypedPropertyCollection
- Update to 3.5.64
* ensure setup.py works from sdist; bug reported by Antonio P. Sagitter (sagitter at fedoraproject.org)
* restore broken MANIFEST.in somehow overwritten by Robin :(
- Update to 3.5.63
* simplify annotateException and add better error messages for asUnicode/Bytes etc
* improve embeddedHyphenation in paragraph.py
- Update to 3.5.62
* add adjustableArrow widget
* allow para tag borderPadding attribute
* minor cosmetics in renderPM C extension and add fontSize setattr
* allow a bounding box constraint in definePath
* efficiency savings in text2Path
* refactor transformation math and text2Path functionality
* allow a renderPM plugin cairo backend package rlPyCairo
- Update to 3.5.61
* Allow legend column control of vertical alignment
* Allow renderTextMode attribute in reportlab.graphics.shapes.String
* Allow renderTextMode drawString handling in renderPDF/PM/PS/SVG
* Some fixes to fillMode handling
OBS-URL: https://build.opensuse.org/request/show/931851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=28
- 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
OBS-URL: https://build.opensuse.org/request/show/862283
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=24
- Update to 3.5.51
* fix malloc(0) issue in \_rl_accel.c \_fp_str
thanks to Hans-Peter Jansen <hpj@urpla.net> @ openSUSE
- remove fix-rl_accel-crash.patch
- add fix-rl_accel-crash.patch to fix a crash in rl_accel.
- Update to 3.5.50
* Add BM ExtGState option (suggestion by tjj021 @ 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
OBS-URL: https://build.opensuse.org/request/show/838341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=20
- 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
OBS-URL: https://build.opensuse.org/request/show/717980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=7
- 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)
OBS-URL: https://build.opensuse.org/request/show/704452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=5
- install LICENSE.txt
- Fixed source download link.
- 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
- Update to 3.1
OBS-URL: https://build.opensuse.org/request/show/381378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=15