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
This commit is contained in:
Benjamin Greiner 2021-10-10 19:59:47 +00:00 committed by Git OBS Bridge
parent 82528fad9e
commit e1644e726e
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Oct 10 19:56:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <arun@gmx.de>

View File

@ -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

3
terminado-0.12.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b20fd93cc57c1678c799799d117874367cc07a3d2d55be95205b1a88fa08393f
size 14513

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54c22cfb47cf79d4ff4ed2e7b5f8f98ecc28d0830f980465b6e04cf09cf553cf
size 13953