14
0
forked from pool/python-urwid

Accepting request 240922 from home:TheBlackCat:branches:devel:languages:python

Update to 1.2.1

OBS-URL: https://build.opensuse.org/request/show/240922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=25
This commit is contained in:
Todd R
2014-07-14 12:26:18 +00:00
committed by Git OBS Bridge
parent 03aa94dcda
commit 51bdf1cef5
4 changed files with 49 additions and 6 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Mon Jul 14 12:03:32 UTC 2014 - toddrme2178@gmail.com
- Update to 1.2.1
* Fix false failures of event loop tests
* Remove extra newline generated on exit of raw_display
* Documentation fixes (by Paul Ivanov)
- Update to 1.2.0
* Add support for PyPy, drop support for Python 2.4, 2.5
* Signals now support using weakly referenced arguments to help
avoid leaking objects when a signal consumer is no longer
referenced (by Matthijs Kooijman)
* Add TornadoEventLoop class (by Alexander Glyzov)
* Update GlibEventLoop to use python-gi for Python3 compatibility
(by Israel Garcia)
* Automate testing with Python 2.6, 2.7, 3.2, 3.3 and PyPy using
travis-ci
* New container method get_focus_widgets() (by Matthijs Kooijman)
* Add support for double and triple click mouse events
(by Igor Kotrasiński)
* Allow disabling and re-enabling of mouse tracking
(by Jim Garrison)
* Create section in docs for example program screenshots generated
as images like the tutorial examples
* Add suggested basic color combination images to manual
* Fall back to 80x24 if screen size detection fails
* Fix screen.stop(), screen.start() disabling mouse events
* Fix to make GridFlow v_sep argument behave as documented
* Fix for registering high palette entries in the form "hX" where
X > 15 so that basic colors are applied in 88-color mode
* Fix for raw_display clear-right escape not working with
standout attribute on some terminals
* Fix for Terminal widget select loop: retry when interrupted
- Update to 1.1.2
* Move to urwid.org and use sphinx docs for generating whole site,
move changelog to docs/changelog.rst
* Fix encoding exceptions when unicode used on non-UTF-8 terminal
* Fix for suspend and resume applications with ^Z
* Fix for tmux and screen missing colors on right bug
* Fix Pile zero-weighted items and mouse_event when empty
* Fix Terminal select() not retrying when interrupted by signal
* Fix for Padding.align and width change not invalidating
-------------------------------------------------------------------
Mon Jan 14 16:42:26 UTC 2013 - p.drouand@gmail.com