From 9c7efd4013fe41e2736a18f3a79606b57d5fbf9223f9f267b44410f4571e3305 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Sep 2020 21:29:51 +0000 Subject: [PATCH] =?UTF-8?q?-=20udpate=20to=202.1.1:=20=20=20*=20Add=20Trio?= =?UTF-8?q?EventLoop.run=5Fasync(),=20removed=20nursery=20constructor=20ar?= =?UTF-8?q?g=20(#392)=20(by=20=20=20=20=20Tam=C3=A1s=20Nepusz)=20=20=20*?= =?UTF-8?q?=20Add=20wrap=5Faround=20kwarg=20to=20SimpleListWalkers=20(by?= =?UTF-8?q?=20Krzysztof=20Kr=C3=B3lczyk)=20=20=20*=20Change=20documentatio?= =?UTF-8?q?n=20on=20Terminal=20(by=20James=20Johnson)=20=20=20*=20Remove?= =?UTF-8?q?=20debug=20documentation=20change=20test=20(by=20James=20Johnso?= =?UTF-8?q?n)=20=20=20*=20Remove=20support=20for=20py34=20(by=20Andrey=20S?= =?UTF-8?q?emakin)=20=20=20*=20Remove=20invalid=20escape=20sequence=20(by?= =?UTF-8?q?=20Andrey=20Lebedev)=20=20=20*=20Fix=20GridFlow=20keypress=20ha?= =?UTF-8?q?ndling=20when=20v=5Fsep=20is=200=20(by=20Aurelien=20Grenotton)?= =?UTF-8?q?=20=20=20*=20Fix=20Terminal=20in=20ListBox=20(#382)=20(by=20Jam?= =?UTF-8?q?es=20Johnson)=20=20=20*=20Fix=20Crash=20on=20`fg`,=20SIGCONT=20?= =?UTF-8?q?(after=20Ctrl-Z,=20SIGSTOP,=20SIGTSTP)=20(by=20goncalopp)=20=20?= =?UTF-8?q?=20*=20Fix=20256-color=20mode=20on=20some=20terminals.=20Addres?= =?UTF-8?q?ses=20#404.=20(by=20Tony=20Cebzanov)=20=20=20*=20vterm:=20reduc?= =?UTF-8?q?e=20=5F=5Finit=5F=5F=20boilerplate=20(by=20max=20ulidtko)=20=20?= =?UTF-8?q?=20*=20vterm:=20errno=205=20is=20not=20EOF.=20(by=20max=20ulidt?= =?UTF-8?q?ko)=20=20=20*=20Terminal:=20use=20UTF-8=20by=20default.=20(by?= =?UTF-8?q?=20max=20ulidtko)=20=20=20*=20Instance=20of=20Terminal=20has=20?= =?UTF-8?q?no=20=5F=5Fsuper=20attr=20--=20thanks=20pylint!=20(by=20max=20u?= =?UTF-8?q?lidtko)=20=20=20*=20Do=20not=20call=20wait=5Freadable=20with=20?= =?UTF-8?q?a=20closed=20fd=20in=20TrioEventLoop=20(by=20Michael=20=20=20?= =?UTF-8?q?=20=20Hudson-Doyle)=20=20=20*=20Make=20options=20a=20static=20m?= =?UTF-8?q?ethod=20where=20applicable=20(by=20Philip=20Matura)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=40 --- python-urwid.changes | 23 +++++++++++++++++++++++ python-urwid.spec | 2 +- urwid-2.1.0.tar.gz | 3 --- urwid-2.1.1.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 urwid-2.1.0.tar.gz create mode 100644 urwid-2.1.1.tar.gz diff --git a/python-urwid.changes b/python-urwid.changes index 475868d..91f8287 100644 --- a/python-urwid.changes +++ b/python-urwid.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Sep 16 21:28:40 UTC 2020 - Dirk Mueller + +- udpate to 2.1.1: + * Add TrioEventLoop.run_async(), removed nursery constructor arg (#392) (by + Tamás Nepusz) + * Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk) + * Change documentation on Terminal (by James Johnson) + * Remove debug documentation change test (by James Johnson) + * Remove support for py34 (by Andrey Semakin) + * Remove invalid escape sequence (by Andrey Lebedev) + * Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton) + * Fix Terminal in ListBox (#382) (by James Johnson) + * Fix Crash on `fg`, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp) + * Fix 256-color mode on some terminals. Addresses #404. (by Tony Cebzanov) + * vterm: reduce __init__ boilerplate (by max ulidtko) + * vterm: errno 5 is not EOF. (by max ulidtko) + * Terminal: use UTF-8 by default. (by max ulidtko) + * Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko) + * Do not call wait_readable with a closed fd in TrioEventLoop (by Michael + Hudson-Doyle) + * Make options a static method where applicable (by Philip Matura) + ------------------------------------------------------------------- Fri Feb 7 15:15:02 UTC 2020 - Marketa Calabkova diff --git a/python-urwid.spec b/python-urwid.spec index 1f173e9..52c1120 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.0 +Version: 2.1.1 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.0.tar.gz b/urwid-2.1.0.tar.gz deleted file mode 100644 index cd8c873..0000000 --- a/urwid-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86 -size 630226 diff --git a/urwid-2.1.1.tar.gz b/urwid-2.1.1.tar.gz new file mode 100644 index 0000000..8936efe --- /dev/null +++ b/urwid-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7870866e35b00b71b0c9ccdd1281c8e7fac3806d60b9c1075c95dd5dad88d526 +size 633082