From 4afa7889882d6c6509f6a858c29dd48689c89a4f87ea7630a280fa024f6b57bc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 13 Jun 2019 21:03:37 +0000 Subject: [PATCH] Accepting request 709550 from devel:languages:python:jupyter OBS-URL: https://build.opensuse.org/request/show/709550 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-terminado?expand=0&rev=6 --- python-terminado.changes | 7 +++++++ python-terminado.spec | 12 +++++------- terminado-0.8.1.tar.gz | 3 --- terminado-0.8.2.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 terminado-0.8.1.tar.gz create mode 100644 terminado-0.8.2.tar.gz diff --git a/python-terminado.changes b/python-terminado.changes index 5841d36..126ffa7 100644 --- a/python-terminado.changes +++ b/python-terminado.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 12 19:50:31 UTC 2019 - Todd R + +- Update to version 0.8.2 + * Fix Delete Terminal Not Working with Tornado version 6.0.1 + * Set websocket.terminal to None when the child exits + ------------------------------------------------------------------- Tue Feb 13 22:05:59 UTC 2018 - toddrme2178@gmail.com diff --git a/python-terminado.spec b/python-terminado.spec index 52ce552..383d9b2 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -1,7 +1,7 @@ # # spec file for package python-terminado # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,24 +21,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-terminado -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: Terminals served to termjs using Tornado websockets License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/jupyter/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: %{python_module tornado >= 4} BuildRequires: fdupes BuildRequires: python-rpm-macros %if %{with tests} BuildRequires: %{python_module pytest} %endif Requires: python-ptyprocess -Requires: python-tornado +Requires: python-tornado >= 4 BuildArch: noarch %python_subpackages @@ -70,7 +69,6 @@ popd %endif %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %{python_sitelib}/* diff --git a/terminado-0.8.1.tar.gz b/terminado-0.8.1.tar.gz deleted file mode 100644 index 7405a67..0000000 --- a/terminado-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55abf9ade563b8f9be1f34e4233c7b7bde726059947a593322e8a553cc4c067a -size 21134 diff --git a/terminado-0.8.2.tar.gz b/terminado-0.8.2.tar.gz new file mode 100644 index 0000000..45056f2 --- /dev/null +++ b/terminado-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de08e141f83c3a0798b050ecb097ab6259c3f0331b2f7b7750c9075ced2c20c2 +size 21041