17
0

Accepting request 783837 from home:TheBlackCat:branches:devel:languages:python:jupyter

- Add fix_jupyter_client_6.patch
  Fixes issue with jupyter-client > 6
  From: https://github.com/ipython/ipykernel/pull/489
  See: https://github.com/jupyter/jupyter_client/issues/523

OBS-URL: https://build.opensuse.org/request/show/783837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=14
This commit is contained in:
Todd R
2020-03-11 13:36:41 +00:00
committed by Git OBS Bridge
parent 866283ce91
commit 8994337dd9
3 changed files with 45 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 11 13:31:10 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Add fix_jupyter_client_6.patch
Fixes issue with jupyter-client > 6
From: https://github.com/ipython/ipykernel/pull/489
See: https://github.com/jupyter/jupyter_client/issues/523
-------------------------------------------------------------------
Tue Jan 28 15:46:11 UTC 2020 - Todd R <toddrme2178@gmail.com>