From 22daa2e00acd79d791df097c9ae925899f11977b9db7687a9179b837d050c274 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 23 Nov 2017 08:44:57 +0000 Subject: [PATCH] Accepting request 544491 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/544491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-terminado?expand=0&rev=3 --- python-terminado.changes | 16 ++++++++++++++++ python-terminado.spec | 10 +++++----- terminado-0.6.tar.gz | 3 --- terminado-0.7.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 terminado-0.6.tar.gz create mode 100644 terminado-0.7.tar.gz diff --git a/python-terminado.changes b/python-terminado.changes index 14491f0..db27126 100644 --- a/python-terminado.changes +++ b/python-terminado.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Nov 19 05:57:21 UTC 2017 - arun@gmx.de + +- update to version 0.7: + * :meth:`terminado.TermSocket.open` now calls the "open()" method on + the parent class using "super()". This allows a mixin class; for + instance, to periodically send ping messages to keep a connection + open. + * When a websocket client disconnects from a terminal managed by + :class:`~.UniqueTermManager`, the "SIGHUP" signal is sent to the + process group, not just the main process. + * Fixed :meth:`terminado.NamedTermManager.kill` to use the signal + number passed to it. + * Switched to Flit packaging. + * README and requirements for demos. + ------------------------------------------------------------------- Mon Apr 24 20:55:54 UTC 2017 - toddrme2178@gmail.com diff --git a/python-terminado.spec b/python-terminado.spec index 3cb5b6f..6a37047 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -20,19 +20,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-terminado -Version: 0.6 +Version: 0.7 Release: 0 Summary: Terminals served to termjs using Tornado websockets License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/takluyver/terminado Source: https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module ptyprocess} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module tornado} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module ptyprocess} -BuildRequires: %{python_module tornado} %if %{with tests} BuildRequires: %{python_module nose} %endif diff --git a/terminado-0.6.tar.gz b/terminado-0.6.tar.gz deleted file mode 100644 index 5914870..0000000 --- a/terminado-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0ba1f624067dccaaead7d2247cfe029806355cef124dc2ccb53c83229f0126 -size 10334 diff --git a/terminado-0.7.tar.gz b/terminado-0.7.tar.gz new file mode 100644 index 0000000..4da83cb --- /dev/null +++ b/terminado-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c73bb515ca2dca9d5958877cfe0b418a2c59b0b7eef4a79a0c3e990eab1a318 +size 20817