Accepting request 797791 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/797791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=3
This commit is contained in:
commit
a3a7d6dba6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fac6e3be1e797aea33d5cd1cfa568ff1ee71e01180bc89f64b24ee274f1f126
|
|
||||||
size 286697
|
|
3
jupyter_client-6.1.3.tar.gz
Normal file
3
jupyter_client-6.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756
|
||||||
|
size 290112
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 6.1.3:
|
||||||
|
* Add AsyncKernelClient client_class to AsyncKernelManager
|
||||||
|
(:ghpull:`542`)
|
||||||
|
* Doc fix for xeus hyperlinks (:ghpull:`540`)
|
||||||
|
* Doc typo fix (:ghpull:`539`)
|
||||||
|
|
||||||
|
- changes from version 6.1.2:
|
||||||
|
* Fixed a bug causing clients to sometimes hang after a stop call
|
||||||
|
was made (:ghpull:`536`)
|
||||||
|
|
||||||
|
- changes from version 6.1.1:
|
||||||
|
* Subprocess kill action fix for async execution (:ghpull:`535`)
|
||||||
|
* Doc fix for xeus kernel list (:ghpull:`534`)
|
||||||
|
|
||||||
|
- changes from version 6.1.0:
|
||||||
|
* This release includes support for asyncio patterns! Downstream
|
||||||
|
tools should soon have releases to additionally support async
|
||||||
|
patterns.
|
||||||
|
* AsyncKernelManager and AsyncMultiKernelManager are now available
|
||||||
|
for async jupyter_client interactions (:ghpull:`528`,
|
||||||
|
:ghpull:`529`)
|
||||||
|
* Removed unused sphinx dependency (:ghpull:`518`, :ghpull:`518`).
|
||||||
|
* Added install instructions for pip to documentation
|
||||||
|
(:ghpull:`521`)
|
||||||
|
* Improved docs around version protocol and messaging
|
||||||
|
(:ghpull:`522`, :ghpull:`526`)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 15:15:04 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
Mon Feb 24 15:15:04 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -24,11 +24,9 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-jupyter-client%{psuffix}
|
Name: python-jupyter-client%{psuffix}
|
||||||
Version: 6.0.0
|
Version: 6.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter protocol implementation and client libraries
|
Summary: Jupyter protocol implementation and client libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user