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

- Update to version 5.5.5
  * Keep preferring SelectorEventLoop on Windows. #669
- Release 5.5.4
  * Import configure_inline_support from matplotlib_inline if
    available #654
- Release 5.5.3
  * Revert Backport of #605: Fix Handling of shell.should_run_async
    #622
- Release 5.5.2 and Release 5.5.1 were yanked from PyPI
- Release 5.5.0
  * kernelspec: ensure path is writable before writing kernel.json.
    #593
  * Add configure_inline_support and call it in the shell. #590
  * Fix stop_on_error_timeout to now properly abort
    execute_request's that fall within the timeout after an error.
    #572

OBS-URL: https://build.opensuse.org/request/show/902821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=33
This commit is contained in:
Markéta Machová 2021-06-28 13:02:55 +00:00 committed by Git OBS Bridge
parent e11f70fab1
commit e19ed6d95d
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:697103d218e9a8828025af7986e033c89e0b36e2b6eb84a5bda4739b9a27f3cb
size 111751

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jun 25 12:08:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 5.5.5
* Keep preferring SelectorEventLoop on Windows. #669
- Release 5.5.4
* Import configure_inline_support from matplotlib_inline if
available #654
- Release 5.5.3
* Revert Backport of #605: Fix Handling of shell.should_run_async
#622
- Release 5.5.2 and Release 5.5.1 were yanked from PyPI
- Release 5.5.0
* kernelspec: ensure path is writable before writing kernel.json.
#593
* Add configure_inline_support and call it in the shell. #590
* Fix stop_on_error_timeout to now properly abort
execute_request's that fall within the timeout after an error.
#572
-------------------------------------------------------------------
Sat Feb 13 23:21:18 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

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