From eee6c07af85f727a55fa6d41441e5070c4da81d8fd32bf325d695947996c9a6e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 19 Dec 2020 10:05:17 +0000 Subject: [PATCH] - 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 --- python-urwid.changes | 16 ++++++++++++++++ python-urwid.spec | 2 +- urwid-2.1.1.tar.gz | 3 --- urwid-2.1.2.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 urwid-2.1.1.tar.gz create mode 100644 urwid-2.1.2.tar.gz diff --git a/python-urwid.changes b/python-urwid.changes index 91f8287..90c8687 100644 --- a/python-urwid.changes +++ b/python-urwid.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Dec 19 10:04:34 UTC 2020 - Dirk Müller + +- 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 diff --git a/python-urwid.spec b/python-urwid.spec index 52c1120..8c5efb6 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -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 diff --git a/urwid-2.1.1.tar.gz b/urwid-2.1.1.tar.gz deleted file mode 100644 index 8936efe..0000000 --- a/urwid-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7870866e35b00b71b0c9ccdd1281c8e7fac3806d60b9c1075c95dd5dad88d526 -size 633082 diff --git a/urwid-2.1.2.tar.gz b/urwid-2.1.2.tar.gz new file mode 100644 index 0000000..afdeadd --- /dev/null +++ b/urwid-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae +size 634621