1
0

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

- Update to 7.7.0
  * Fix a bug introduced in 7.6 where the ``%matplotlib`` magic would fail on
    previously acceptable arguments
  * Fix the manage location on freebsd
  * Fix error message about aliases after ``%reset`` call in ipykernel
  * Fix Duplication completions in emacs
- Update to 7.7.0
  * Fix a bug introduced in 7.6 where the ``%matplotlib`` magic would fail on
    previously acceptable arguments
  * Fix the manage location on freebsd
  * Fix error message about aliases after ``%reset`` call in ipykernel
  * Fix Duplication completions in emacs

OBS-URL: https://build.opensuse.org/request/show/719015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=27
This commit is contained in:
Todd R
2019-07-27 03:32:41 +00:00
committed by Git OBS Bridge
parent 45d4f12e10
commit 759954cb2e
8 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 27 03:20:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 7.7.0
* Fix a bug introduced in 7.6 where the ``%matplotlib`` magic would fail on
previously acceptable arguments
* Fix the manage location on freebsd
* Fix error message about aliases after ``%reset`` call in ipykernel
* Fix Duplication completions in emacs
-------------------------------------------------------------------
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>