diff options
author | tonio <tonio> | 2007-12-01 20:38:34 +0000 |
---|---|---|
committer | tonio <tonio> | 2007-12-01 20:38:34 +0000 |
commit | bcf12c8a27f5c6948ec5043ebb3bac299d7777a5 (patch) | |
tree | 4ef541590bc5bed7b4f993f7e0a9b9a956bd40f4 /devel/py-urwid/PLIST | |
parent | ac3140a1233c77e57f5801a0ccb937a2059feecb (diff) | |
download | pkgsrc-bcf12c8a27f5c6948ec5043ebb3bac299d7777a5.tar.gz |
Update devel/py-urwid to 0.9.8.1
Full changelog is at http://excess.org/urwid/wiki/ChangeLog
- Rendering is now significantly faster.
- The curses_display module can now draw in the lower-right corner of the screen.
- New Widget base class for all widgets. It includes automatic caching of rows() and render() methods. It also adds a new __super attribute for accessing methods in superclasses.
- Widgets must now call self._invalidate() to notify the cache when their content has changed.
- To disable caching in a widget set the class variable no_cache to a list that includes the string "render".
- Canvas classes have been reorganized: Canvas has been renamed to TextCanvas and Canvas is now the base class for all canvases. New canvas classes include BlankCanvas, SolidCanvas and CompositeCanvas.
- All display modules now have start() and stop() methods that may be used instead of calling run_wrapper().
- Many internal string processing functions have been rewritten in C to improve their performance.
- Compatible with Python >= 2.2. Python 2.1 is no longer supported.
- Improved performance in UTF-8 mode when ASCII text is used.
- Added a clear() function to the the display modules to force the screen to be repainted on the next draw_screen() call.
Diffstat (limited to 'devel/py-urwid/PLIST')
-rw-r--r-- | devel/py-urwid/PLIST | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-urwid/PLIST b/devel/py-urwid/PLIST index f8831d3458d..9807ebe4fe0 100644 --- a/devel/py-urwid/PLIST +++ b/devel/py-urwid/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/10/26 18:52:20 tonio Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/12/01 20:38:34 tonio Exp $ ${PYSITELIB}/urwid/__init__.py ${PYSITELIB}/urwid/__init__.pyc ${PYSITELIB}/urwid/__init__.pyo @@ -23,12 +23,13 @@ ${PYSITELIB}/urwid/html_fragment.pyo ${PYSITELIB}/urwid/listbox.py ${PYSITELIB}/urwid/listbox.pyc ${PYSITELIB}/urwid/listbox.pyo +${PYSITELIB}/urwid/old_str_util.py +${PYSITELIB}/urwid/old_str_util.pyc +${PYSITELIB}/urwid/old_str_util.pyo ${PYSITELIB}/urwid/raw_display.py ${PYSITELIB}/urwid/raw_display.pyc ${PYSITELIB}/urwid/raw_display.pyo -${PYSITELIB}/urwid/utable.py -${PYSITELIB}/urwid/utable.pyc -${PYSITELIB}/urwid/utable.pyo +${PYSITELIB}/urwid/str_util.so ${PYSITELIB}/urwid/util.py ${PYSITELIB}/urwid/util.pyc ${PYSITELIB}/urwid/util.pyo |