17
0

- update to 3.6.7:

* 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
This commit is contained in:
2022-02-20 20:27:21 +00:00
committed by Git OBS Bridge
parent 666ad26dd1
commit e4b5afd860
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 20 20:24:26 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.6.7:
* 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
-------------------------------------------------------------------
Sun Jan 9 19:29:21 UTC 2022 - Michael Ströder <michael@stroeder.com>