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:
@@ -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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-urwid
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: A full-featured console (xterm et al.) user interface library
|
||||
License: LGPL-2.1-or-later
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7870866e35b00b71b0c9ccdd1281c8e7fac3806d60b9c1075c95dd5dad88d526
|
||||
size 633082
|
3
urwid-2.1.2.tar.gz
Normal file
3
urwid-2.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
|
||||
size 634621
|
Reference in New Issue
Block a user