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
This commit is contained in:
Dominique Leuenberger 2019-06-13 21:03:37 +00:00 committed by Git OBS Bridge
parent 9531dddc1e
commit 4afa788988
4 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 12 19:50:31 UTC 2019 - Todd R <toddrme2178@gmail.com>
- 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

View File

@ -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}/*

View File

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

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

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