forked from pool/python-xhtml2pdf
Accepting request 1010934 from home:pgajdos:python
- version update to 0.2.6 * Drop python 2 support. * Remove most of python 2 code and cleanup * Update packages dependencies * Remove six dependency and update Readme * Set timeout in https options * Add new file manager approach using factory method, now new classes deal with different types of data * B64InlineURI, LocalProtocolURI, NetworkFileUri, LocalFileURI, BytesFileUri * Now getColor return None when None is passed ignoring default value, but return default if bool(data) == false * rtl languages reversed lines added as a ParaFrag (note: not fully supported yet) * Check if Paragraph has 'rtl' attribute (note: not fully supported yet) * Fix UnboundLocalError in reportlab_paragraph (#585) (#586) * Remove usage of getStringIO (#590) removed form reportlab * Change test for github workflow using only Linux * Add Python 3.9, 3.10 * Switch from PyPDF2 to PyPDF3 * Add SVG support * Update package information. * Allow call tests using make. - deleted patches - 590-rm-getStringIO.patch (upstreamed) OBS-URL: https://build.opensuse.org/request/show/1010934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xhtml2pdf?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 13:10:51 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.2.6
|
||||
* Drop python 2 support.
|
||||
* Remove most of python 2 code and cleanup
|
||||
* Update packages dependencies
|
||||
* Remove six dependency and update Readme
|
||||
* Set timeout in https options
|
||||
* Add new file manager approach using factory method, now new classes deal with different types of data
|
||||
* B64InlineURI, LocalProtocolURI, NetworkFileUri, LocalFileURI, BytesFileUri
|
||||
* Now getColor return None when None is passed ignoring default value, but return default if bool(data) == false
|
||||
* rtl languages reversed lines added as a ParaFrag (note: not fully supported yet)
|
||||
* Check if Paragraph has 'rtl' attribute (note: not fully supported yet)
|
||||
* Fix UnboundLocalError in reportlab_paragraph (#585) (#586)
|
||||
* Remove usage of getStringIO (#590) removed form reportlab
|
||||
* Change test for github workflow using only Linux
|
||||
* Add Python 3.9, 3.10
|
||||
* Switch from PyPDF2 to PyPDF3
|
||||
* Add SVG support
|
||||
* Update package information.
|
||||
* Allow call tests using make.
|
||||
- deleted patches
|
||||
- 590-rm-getStringIO.patch (upstreamed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 9 13:23:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user