14
0
forked from pool/python-urwid

Accepting request 368730 from home:kfreitag:branches:devel:languages:python

- update to version 1.3.1:
 * Fix for screen not getting reset on exception regression
   (by Rian Hunter)
 * AttrSpec objects are now comparable (by Random User)
 * MonitoredList now has a clear method if list has a clear method
   (by neumond)
 * Fix for BarGraph hlines sort order (by Heiko Noordhof)
 * Fix for final output not appearing on exit with some terminals
   now that extra newline was removed (by Jared Winborne)
 * Fix for a resizing bug in raw_display (by Esteban null)

OBS-URL: https://build.opensuse.org/request/show/368730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=30
This commit is contained in:
Todd R
2016-03-09 16:49:45 +00:00
committed by Git OBS Bridge
parent bdeb880c91
commit a6adda6d84
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 8 20:13:34 UTC 2016 - freitag@opensuse.org
- update to version 1.3.1:
* Fix for screen not getting reset on exception regression
(by Rian Hunter)
* AttrSpec objects are now comparable (by Random User)
* MonitoredList now has a clear method if list has a clear method
(by neumond)
* Fix for BarGraph hlines sort order (by Heiko Noordhof)
* Fix for final output not appearing on exit with some terminals
now that extra newline was removed (by Jared Winborne)
* Fix for a resizing bug in raw_display (by Esteban null)
-------------------------------------------------------------------
Thu May 14 13:09:33 UTC 2015 - benoit.monin@gmx.fr