diff --git a/python-urwid.changes b/python-urwid.changes index e4dee49..2a065c6 100644 --- a/python-urwid.changes +++ b/python-urwid.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Sat Jun 9 03:18:07 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python-urwid.spec b/python-urwid.spec index 2d71e5d..1ceaac9 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -16,7 +16,7 @@ # Name: python-urwid -Version: 1.0.1 +Version: 1.0.2 Release: 0 Url: http://excess.org/urwid/ Summary: A full-featured console (xterm et al.) user interface library diff --git a/python3-urwid.changes b/python3-urwid.changes index ae4e8be..a522a25 100644 --- a/python3-urwid.changes +++ b/python3-urwid.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jul 20 23:31:39 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 + ------------------------------------------------------------------- Sat Jun 9 03:18:25 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-urwid.spec b/python3-urwid.spec index 9019d25..a58a10e 100644 --- a/python3-urwid.spec +++ b/python3-urwid.spec @@ -16,7 +16,7 @@ # Name: python3-urwid -Version: 1.0.1 +Version: 1.0.2 Release: 0 Url: http://excess.org/urwid/ Summary: A full-featured console (xterm et al.) user interface library diff --git a/urwid-1.0.1.tar.gz b/urwid-1.0.1.tar.gz deleted file mode 100644 index 9b5a394..0000000 --- a/urwid-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14fe06fe6d584293885b78d95bfca2666986c974f111d7197e4f3d4d9a52c034 -size 284592 diff --git a/urwid-1.0.2.tar.gz b/urwid-1.0.2.tar.gz new file mode 100644 index 0000000..485fbc9 --- /dev/null +++ b/urwid-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e13bd98dc8162caeb768263b6805f98a468ccb3bc28f6eed54770c80a514b37 +size 285489