Accepting request 856012 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/856012 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=11
This commit is contained in:
commit
cb62548e62
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b2652af1607986a1b231c62302d070bc0534f564c393a5d9d130db9abbbe89d
|
||||
size 108656
|
3
ipykernel-5.4.2.tar.gz
Normal file
3
ipykernel-5.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20ceb7e52cb4d250452e1230be76e0b2323f33bd46c6b2bc7abb6601740e182
|
||||
size 111450
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 22:47:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- update to version 5.4.2
|
||||
* Revert "Fix stop_on_error_timeout blocking other messages in
|
||||
queue"
|
||||
- changes in 5.4.1
|
||||
* Invalid syntax in ipykernel/log.py.
|
||||
- changes in 5.4.0
|
||||
5.4.0 is generally focused on code quality improvements and
|
||||
tornado asyncio compatibility.
|
||||
* Add github actions, bail on asyncio patch for tornado 6.1.
|
||||
* Start testing on Python 3.9.
|
||||
* Fix stack levels for ipykernel's deprecation warnings and stop
|
||||
using some deprecated APIs.
|
||||
* Add env parameter to kernel installation
|
||||
* Fix stop_on_error_timeout blocking other messages in queue.
|
||||
* Remove most of the python 2 compat code.
|
||||
* Remove u-prefix from strings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 15:31:23 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-ipykernel
|
||||
Version: 5.3.4
|
||||
Version: 5.4.2
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user