Accepting request 768073 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 5.1.4 * Fix pickle issues when using inline matplotlib backend * Fix an error during kernel shutdown * Fix compatibility issues with Python 3.8 * Remove some dead code OBS-URL: https://build.opensuse.org/request/show/768073 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=12
This commit is contained in:
parent
e78dd427a7
commit
842a959798
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b368ad13edb71fa2db367a01e755a925d7f75ed5e09fbd3f06c85e7a8ef108a8
|
|
||||||
size 103924
|
|
3
ipykernel-5.1.4.tar.gz
Normal file
3
ipykernel-5.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f1f01df22f1229c8879501057877ccaf92a3b01c1d00db708aad5003e5f9238
|
||||||
|
size 108592
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 15:46:11 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 5.1.4
|
||||||
|
* Fix pickle issues when using inline matplotlib backend
|
||||||
|
* Fix an error during kernel shutdown
|
||||||
|
* Fix compatibility issues with Python 3.8
|
||||||
|
* Remove some dead code
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 17:03:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Nov 12 17:03:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ipykernel
|
# spec file for package python-ipykernel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 5.1.3
|
Version: 5.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user