14
0
forked from pool/python-urwid

- update to 2.1.2:

* Add pack method to LineBox. Fixes: #346 (by Miguel de Dios)
 * Add a test to check the linebox.pack is good. (by Miguel de Dios)
 * Add bin/release.sh script to partially automate releases. (by Tony Cebzanov)
 * Add workaround for #386 (by Tony Cebzanov)
 * Fix curses_display python3 ord() (by Ya-Liang Chang (Allen))
 * Fix bumping to dev version in release.sh script (by Tony Cebzanov)
 * Fix focus_end on a collapsed tree (by Anonymous Maarten)
 * Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in
   tour.py (by akorb)
 * Ignore resetting to invalid locale (Closes: #377) (by Jochen Sprickerhof)
 * Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen))

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=42
This commit is contained in:
2020-12-19 10:05:17 +00:00
committed by Git OBS Bridge
parent 9c7efd4013
commit eee6c07af8
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Dec 19 10:04:34 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 2.1.2:
* Add pack method to LineBox. Fixes: #346 (by Miguel de Dios)
* Add a test to check the linebox.pack is good. (by Miguel de Dios)
* Add bin/release.sh script to partially automate releases. (by Tony Cebzanov)
* Add workaround for #386 (by Tony Cebzanov)
* Fix curses_display python3 ord() (by Ya-Liang Chang (Allen))
* Fix bumping to dev version in release.sh script (by Tony Cebzanov)
* Fix focus_end on a collapsed tree (by Anonymous Maarten)
* Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in
tour.py (by akorb)
* Ignore resetting to invalid locale (Closes: #377) (by Jochen Sprickerhof)
* Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen))
-------------------------------------------------------------------
Wed Sep 16 21:28:40 UTC 2020 - Dirk Mueller <dmueller@suse.com>