14
0

Accepting request 770553 from home:mcalabkova:branches:devel:languages:python

- 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`.

OBS-URL: https://build.opensuse.org/request/show/770553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xhtml2pdf?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-02-06 12:45:06 +00:00
committed by Git OBS Bridge
parent 7ae802b1ba
commit a627ec0c95
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>