Accepting request 855895 from home:bnavigator:branches:devel:languages:python:jupyter

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

OBS-URL: https://build.opensuse.org/request/show/855895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=27
This commit is contained in:
Markéta Machová 2020-12-15 14:35:24 +00:00 committed by Git OBS Bridge
parent c7da443efe
commit bec922f899
4 changed files with 24 additions and 4 deletions

View File

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

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

View File

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

View File

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