14
0
Files
python-xhtml2pdf/python-xhtml2pdf.changes

99 lines
3.6 KiB
Plaintext

-------------------------------------------------------------------
Sat Apr 9 13:23:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add 590-rm-getStringIO.patch, use standard StringIO
(gh#xhtml2pdf/xhtml2pdf#589).
-------------------------------------------------------------------
Sun Feb 7 14:49:02 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Add missing runtime dependency on setuptools
- Remove hashbang from library modules
- Activate test suite
- Update to v0.2.5
* Added Asian fonts support (Simplified Chinese,
Traditional Chinese, Japanese & Korean)
* Added support for right-to-left writings like Arabic, Hebrew,
Persian, Pashto, Urdu and Sindhi. Simply include for example
<pdf:language name="arabic"/>
* CSS property letter-spacing now supports float values and
relative & absolute units like cm, in, em, % etc
* Added unit tests for Asian and right-to-left fonts
* @frame properties like width, right, bottom etc. are now
correctly calculated depending on the page orientation and size
* Fixed support for multiple fonts and unicode
* Fixed an encoding issue with html5lib
* Fixed a problem with the border property in h1 to h6 heading tags
* Fixed compability with ReportLab 3.5.X
* Removed default background-image when no background-image is defined
* Fixed an issue with different font type that have the same name
* Fixed a bug that prevented support for Python 3.X
* testrender test: fixed transparences and included new reference
files. now all tests pass in Travis CI without --failed
* 0.0 as value for a CSS property now acts the same way as 0 and None
* Removed i and inch as unofficial synonyms for the in unit
-------------------------------------------------------------------
Fri May 15 12:56:36 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Thu Feb 6 12:19:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.2.4
* add Python 3.8
* Fixed padding problem
* fix: use html.escape instead of cgi.escape
* Removed `if cols_with_no_width` condition from `tables.py`.
-------------------------------------------------------------------
Wed Mar 6 18:32:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.3:
* various fixes/etc
* no upstream changelog provided
-------------------------------------------------------------------
Fri Dec 15 13:47:52 UTC 2017 - tchvatal@suse.com
- Switch to downloadable url
- Remove pointless patch
-------------------------------------------------------------------
Fri Dec 15 13:34:51 UTC 2017 - tchvatal@suse.com
- Cleanup a bit
- Update the requirements to match the upstream recommendations
- Run the tests
- Really enable the python3
-------------------------------------------------------------------
Tue Dec 14 16:30:32 UTC 2017 - opensuse@dstoecker.de
- update to 0.2b
- support build for python3
-------------------------------------------------------------------
Fri Aug 12 06:12:16 UTC 2016 - opensuse@dstoecker.de
- update to 0.1b2
-------------------------------------------------------------------
Fri Nov 15 19:53:25 UTC 2013 - p.drouand@gmail.com
- Update to version 0.0.5
+ no changelog available
- Remove useless CFLAGS definition
-------------------------------------------------------------------
Thu Oct 24 11:17:37 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Wed Dec 12 23:54:00 UTC 2012 - jfunk@funktronics.ca
- Initial release