17
0

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

- Update to version 6.3.1
  * Add dependency on IPython genutils gh#ipython/ipykernel#756

- Update to version 6.3.0
  * Add deep variable inspection #753 (@JohanMabille)
  * Add IPKernelApp.capture_fd_output config to disable FD-level
    capture #752 (@minrk)
  * Remove a lot of nose stuff
- Release 6.2.0
  * Add Support for Message Based Interrupt #741 (@afshin)
- Release 6.1.0
  * Implemented richInspectVariable request handler #734
    (@JohanMabille)
  * Fix exception raised by OutStream.write #726 (@SimonKrughoff)

OBS-URL: https://build.opensuse.org/request/show/917084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=36
This commit is contained in:
2021-09-09 06:00:57 +00:00
committed by Git OBS Bridge
parent 9eef6e2b50
commit 75f5a3e729
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Sep 6 11:20:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 6.3.1
* Add dependency on IPython genutils gh#ipython/ipykernel#756
-------------------------------------------------------------------
Mon Aug 30 19:28:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 6.3.0
* Add deep variable inspection #753 (@JohanMabille)
* Add IPKernelApp.capture_fd_output config to disable FD-level
capture #752 (@minrk)
* Remove a lot of nose stuff
- Release 6.2.0
* Add Support for Message Based Interrupt #741 (@afshin)
- Release 6.1.0
* Implemented richInspectVariable request handler #734
(@JohanMabille)
* Fix exception raised by OutStream.write #726 (@SimonKrughoff)
-------------------------------------------------------------------
Wed Jul 28 12:08:06 UTC 2021 - Markéta Machová <mmachova@suse.com>