1
0

Accepting request 772416 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/772416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=36
This commit is contained in:
Todd R
2020-02-10 15:40:09 +00:00
committed by Git OBS Bridge
parent ca7dfe15ba
commit af24684e76
10 changed files with 40 additions and 14 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.12.0:
* Exit non-zero when ipython is given a file path to run that
doesn't exist :ghpull:`12074`
* Test PR on ARM64 with Travis-CI :ghpull:`12073`
* Update CI to work with latest Pytest :ghpull:`12086`
* Add infrastructure to run ipykernel eventloop via trio
:ghpull:`12097`
* Support git blame ignore revs :ghpull:`12091`
* Start multi-line __repr__ s on their own line :ghpull:`12099`
-------------------------------------------------------------------
Wed Jan 15 15:41:15 UTC 2020 - Todd R <toddrme2178@gmail.com>