From e1644e726e1bd3e5b7ed85c76bd5e9bdd1602c5c70470d0de5b58f68a380c91b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 10 Oct 2021 19:59:47 +0000 Subject: [PATCH] Accepting request 924565 from home:bnavigator:branches:devel:languages:python:jupyter - update to version 0.12.1 * correctly set the TERM variable * Replace deprecated unittest aliases * Clean up tests * Log terminal output * Switch select() to poll() in pty_read() * Fix blocking of pty_read when there isn't pty data ready to read * Support creating terminal given name in kwargs. * avoid persistent handle on IOLoop instance * async/await syntax OBS-URL: https://build.opensuse.org/request/show/924565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-terminado?expand=0&rev=14 --- python-terminado.changes | 15 +++++++++++++++ python-terminado.spec | 2 +- terminado-0.12.1.tar.gz | 3 +++ terminado-0.9.5.tar.gz | 3 --- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 terminado-0.12.1.tar.gz delete mode 100644 terminado-0.9.5.tar.gz diff --git a/python-terminado.changes b/python-terminado.changes index 7b798dc..59038ef 100644 --- a/python-terminado.changes +++ b/python-terminado.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Oct 10 19:56:06 UTC 2021 - Ben Greiner + +- update to version 0.12.1 + * correctly set the TERM variable + * Replace deprecated unittest aliases + * Clean up tests + * Log terminal output + * Switch select() to poll() in pty_read() + * Fix blocking of pty_read when there isn't pty data ready to + read + * Support creating terminal given name in kwargs. + * avoid persistent handle on IOLoop instance + * async/await syntax + ------------------------------------------------------------------- Fri May 14 01:22:52 UTC 2021 - Arun Persaud diff --git a/python-terminado.spec b/python-terminado.spec index 6547202..267db87 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -21,7 +21,7 @@ # Disable tests until random testing race condition fixed, see: https://github.com/jupyter/terminado/issues/21 %bcond_with tests Name: python-terminado -Version: 0.9.5 +Version: 0.12.1 Release: 0 Summary: Terminals served to termjs using Tornado websockets License: BSD-2-Clause diff --git a/terminado-0.12.1.tar.gz b/terminado-0.12.1.tar.gz new file mode 100644 index 0000000..e1effab --- /dev/null +++ b/terminado-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20fd93cc57c1678c799799d117874367cc07a3d2d55be95205b1a88fa08393f +size 14513 diff --git a/terminado-0.9.5.tar.gz b/terminado-0.9.5.tar.gz deleted file mode 100644 index 04d934c..0000000 --- a/terminado-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54c22cfb47cf79d4ff4ed2e7b5f8f98ecc28d0830f980465b6e04cf09cf553cf -size 13953