Accepting request 832515 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/832515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2020-09-05 20:15:38 +00:00 committed by Git OBS Bridge
parent 1bae7f0e09
commit df0d88ed78
4 changed files with 39 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Sep 5 16:42:02 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update required packages for tests according to setup.py
- update to version 6.1.7
* Fixed launching non python kernels from a windows store installed
jupyter
* Silenced kill_kernel when kernel is already terminated
* Removed a number of python 2 code paths (thanks @rahulporuri)
* Documentation improvements around debug request/reply patterns
- changes from version 6.1.6:
* Removed warnings in more cases for KernelManagers that use new
cleanup method (:ghpull:`560`)
* Some improved tests with a conversion to pytest pattern
(:ghpull:`561`)
- changes from version 6.1.5:
* Gracefully Close ZMQ Context upon kernel shutdown to fix memory
leak (:ghpull:`548`)
* Fix for chained exceptions to preserve stacks (:ghpull:`552`,
:ghpull:`554`)
* Fix start_kernel error when passing kernel_id (:ghpull:`547`)
* Update to releasing docs (:ghpull:`543`)
- changes from version 6.1.4:
* (Deleted release with incorrect local files)
-------------------------------------------------------------------
Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -26,7 +26,7 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter-client%{psuffix}
Version: 6.1.3
Version: 6.1.7
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause
@ -48,7 +48,12 @@ Obsoletes: python-jupyter_client < %{version}
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages