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
This commit is contained in:
Dominique Leuenberger 2017-11-23 08:44:57 +00:00 committed by Git OBS Bridge
parent 634c36cddc
commit 22daa2e00a
4 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

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

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

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