17
0

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:
Todd R
2020-01-28 15:52:14 +00:00
committed by Git OBS Bridge
parent 1930b90825
commit 866283ce91
4 changed files with 14 additions and 5 deletions

View File

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