1
0

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

update to version 7.9.0

OBS-URL: https://build.opensuse.org/request/show/747917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=32
This commit is contained in:
Todd R
2019-11-12 19:24:56 +00:00
committed by Git OBS Bridge
parent b3a5d592ee
commit 8bf3971196
8 changed files with 36 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 12 16:26:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
- update to version 7.9.0:
* Update trio and curio dependencies eagerly.
* restore terminal title on exit (xterm)
* Easier empty, updatable display
* %env: hide likely secrets by default
* Prevent caching outputs in _, __, ___ when cache_size isn't positive
* switching update_instance() to gc.get_referrers()
* Fix for Python 4
* Autoreload slow
-------------------------------------------------------------------
Sat Sep 14 16:27:03 UTC 2019 - Arun Persaud <arun@gmx.de>