14
0

- Version update to 1.4.0:

* Add set_header_align() method (#45)
  * Fix missing textwrapper command when cjkwrap is not used (#43)
  * Remove redundant code for unsupported/EOL Python (#31)
  * Use test_cjkwrap only when cjkwrap is available (#35)
  * Use cjkwrap for better CJK text support (#34)
- Enable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2018-07-20 11:39:53 +00:00
committed by Git OBS Bridge
parent 6fb7c641cb
commit 15934b809b
4 changed files with 19 additions and 14 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 20 11:36:41 UTC 2018 - tchvatal@suse.com
- Version update to 1.4.0:
* Add set_header_align() method (#45)
* Fix missing textwrapper command when cjkwrap is not used (#43)
* Remove redundant code for unsupported/EOL Python (#31)
* Use test_cjkwrap only when cjkwrap is available (#35)
* Use cjkwrap for better CJK text support (#34)
- Enable tests
-------------------------------------------------------------------
Thu Dec 7 13:10:46 UTC 2017 - sebix+novell.com@sebix.at