11
0

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

- update to version 5.3.2:
  * Restore timer based event loop as a Windows-compatible
    fallback. (:ghpull:`523`)
- changes from version 5.3.1:
  * Fix #520: run post_execute and post_run_cell on async cells
    (:ghpull:`521`)
  * Fix exception causes in zmqshell.py (:ghpull:`516`)
  * Make pdb on Windows interruptible (:ghpull:`490`)

OBS-URL: https://build.opensuse.org/request/show/820457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2020-07-12 06:39:47 +00:00
committed by Git OBS Bridge
parent 5cd6914a02
commit 12d3a55e7e
4 changed files with 17 additions and 4 deletions

View File

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

3
ipykernel-5.3.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 11 19:29:18 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 5.3.2:
* Restore timer based event loop as a Windows-compatible
fallback. (:ghpull:`523`)
- changes from version 5.3.1:
* Fix #520: run post_execute and post_run_cell on async cells
(:ghpull:`521`)
* Fix exception causes in zmqshell.py (:ghpull:`516`)
* Make pdb on Windows interruptible (:ghpull:`490`)
-------------------------------------------------------------------
Sat May 30 23:53:01 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-ipykernel
Version: 5.3.0
Version: 5.3.2
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause