File python-prettytable.changes of Package python-prettytable
-------------------------------------------------------------------
Thu Jul 26 13:25:35 UTC 2012 - saschpe@suse.de
- Update to version 0.6.1:
+ Unicode encoding scheme can now be set by user
+ __str__ now uses user-specified encoding instead of ASCII. This
fixes a bug where tables with non-ASCII characters would print
correctly with "print x.get_string()" but not "print x" in 2.x
(thanks to Google Code user kevincobain2000 for reporting this
bug!)
+ Fixed an incompatibility with 3.0 and 3.1 (html.escape was new
in 3.2)
- Changes from version 0.6.0:
+ Code is now simultaneously compatible with Python 2 and 3
+ Replaced all setter methods with managed attributes
+ All styling options can now be set persistently as managed attributes
+ Added "add_style" method to make setting style options easily
+ Added "del_row", "clear_rows" and "clear" methods to facilitate
removal of data from table.
+ Added "copy" method to facilitate cloning of a table.
+ Removed caching functionality, which added complexity and fragility
for relatively little gain
+ Removed methods that just printed strings produced by get_string and
get_html_string - just use inbuilt print!
+ Improved unicode support
+ Added support for decimal and floating point number formatting
support
+ Added support for using a custom key sorting methods
+ Added support for line breaks in data
+ Added support for max column widths
+ Fixed table slicing
+ Fixed bug where closing <tr/> tags in HTML tables were not printed
+ Fixed HTML table sorting bug
+ Fixed bug whereby changing field_names did not recompute widths
-------------------------------------------------------------------
Wed Nov 30 13:41:40 UTC 2011 - cfarrell@suse.com
- license update: BSD-2-Clause
SPDX
-------------------------------------------------------------------
Tue Nov 29 14:37:34 UTC 2011 - saschpe@suse.de
- Make it a noarch package
- %py_requires needed for SLE
-------------------------------------------------------------------
Tue Nov 29 12:31:24 UTC 2011 - idoenmez@suse.de
- Add license boilerplate
-------------------------------------------------------------------
Thu Nov 24 14:07:29 UTC 2011 - idoenmez@suse.de
- Name field shouldn't contain a macro
-------------------------------------------------------------------
Wed Apr 20 19:29:33 CEST 2011 - berendt@b1-systems.de
- created initial spec file using version 0.5