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:
Dominique Leuenberger 2020-05-01 09:05:11 +00:00 committed by Git OBS Bridge
commit a3a7d6dba6
4 changed files with 34 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -24,11 +24,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyter-client%{psuffix}
Version: 6.0.0
Version: 6.1.3
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause