2012-07-30 07:36:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 15:04:44 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: LGPL-2.1+
|
|
|
|
LGPL without version is not acceptable
|
|
|
|
|
2012-07-23 07:54:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 20 23:32:04 UTC 2012 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Bump to 1.0.2 release:
|
|
|
|
* Fix for bug when entering Unicode text into Edit widget with
|
|
|
|
bytes caption
|
|
|
|
* Fix a regression when not running in UTF-8 mode
|
|
|
|
* Fix for a MainLoop.remove_watch_pipe() bug
|
|
|
|
* Fix for a bug when packing empty Edit widgets
|
|
|
|
* Fix for a ListBox "contents too long" error with very large
|
|
|
|
Edit widgets
|
|
|
|
* Prevent ListBoxes from selecting 0-height selectable widgets
|
|
|
|
when moving up or down
|
|
|
|
* Fix a number of bugs caused by 0-height widgets in a ListBox
|
|
|
|
|
2012-06-11 07:44:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 9 03:18:07 UTC 2012 - highwaystar.ru@gmail.com
|
|
|
|
|
|
|
|
- python3 package added
|
|
|
|
- spec file improved
|
|
|
|
|
2011-12-08 22:42:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 08 22:31:27 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 1.0.1:
|
|
|
|
* fix for a Filler mouse_event() position bug
|
|
|
|
* fix support for mouse positions up to x=255, y=255
|
|
|
|
* fixes for a number of string encoding issues under Python 3
|
|
|
|
* fix for a LineBox border __init__() parameters
|
|
|
|
* fix input input of UTF-8 in tour.py example by converting captions to
|
|
|
|
unicode
|
|
|
|
* prevent raw_display from calling tcseattr() or tcgetattr() on non-ttys
|
|
|
|
* disable curses_display external event loop support: screen resizing and gpm
|
|
|
|
events are not properly supported
|
|
|
|
* mark PollingListWalker as deprecated
|
|
|
|
|
|
|
|
- changed arch to _not_ be noarch, contains a shlib file
|
|
|
|
|
- Update to version 1.0.0:
* New support for Python 3.2 from the same 2.x code base,
requires distribute instead of setuptools (by Kirk McDonald,
Wendell, Marien Zwart) everything except TwistedEventLoop and
GLibEventLoop is supported
* New experimental Terminal widget with xterm emulation and
terminal.py example program (by aszlig)
* Edit widget now supports a mask (for passwords), has a
insert_text_result() method for full-field validation and
normalizes input text to Unicode or bytes based on the caption
type used
* New TreeWidget, TreeNode, ParentNode, TreeWalker
and TreeListBox classes for lazy expanding/collapsing tree
views factored out of browse.py example program, with new
treesample.py example program (by Rob Lanphier)
* MainLoop now calls draw_screen() just before going idle, so extra
calls to draw_screen() in user code may now be removed
* New MainLoop.watch_pipe() method for subprocess or threaded
communication with the process/thread updating the UI, and new
subproc.py example demonstrating its use
* New PopUpLauncher and PopUpTarget widgets and MainLoop option
for creating pop-ups and drop-downs, and new pop_up.py example
program
* New twisted_serve_ssh.py example (by Ali Afshar) that serves
multiple displays over ssh from the same application using
Twisted and the TwistedEventLoop
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=9
2011-09-23 10:18:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 23 10:14:21 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.0.0:
|
|
|
|
* New support for Python 3.2 from the same 2.x code base,
|
|
|
|
requires distribute instead of setuptools (by Kirk McDonald,
|
|
|
|
Wendell, Marien Zwart) everything except TwistedEventLoop and
|
|
|
|
GLibEventLoop is supported
|
|
|
|
* New experimental Terminal widget with xterm emulation and
|
|
|
|
terminal.py example program (by aszlig)
|
|
|
|
* Edit widget now supports a mask (for passwords), has a
|
|
|
|
insert_text_result() method for full-field validation and
|
|
|
|
normalizes input text to Unicode or bytes based on the caption
|
|
|
|
type used
|
|
|
|
* New TreeWidget, TreeNode, ParentNode, TreeWalker
|
|
|
|
and TreeListBox classes for lazy expanding/collapsing tree
|
|
|
|
views factored out of browse.py example program, with new
|
|
|
|
treesample.py example program (by Rob Lanphier)
|
|
|
|
* MainLoop now calls draw_screen() just before going idle, so extra
|
|
|
|
calls to draw_screen() in user code may now be removed
|
|
|
|
* New MainLoop.watch_pipe() method for subprocess or threaded
|
|
|
|
communication with the process/thread updating the UI, and new
|
|
|
|
subproc.py example demonstrating its use
|
|
|
|
* New PopUpLauncher and PopUpTarget widgets and MainLoop option
|
|
|
|
for creating pop-ups and drop-downs, and new pop_up.py example
|
|
|
|
program
|
|
|
|
* New twisted_serve_ssh.py example (by Ali Afshar) that serves
|
|
|
|
multiple displays over ssh from the same application using
|
|
|
|
Twisted and the TwistedEventLoop
|
|
|
|
|
2010-01-26 12:27:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 26 12:24:31 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- upgrade to 0.9.9.1
|
|
|
|
|
2009-06-09 22:31:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 10 00:29:36 CEST 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 0.9.8.4
|
|
|
|
|