From c7c1ad5669e47938d50402865bfe0ab6ecedd753134613677e714eddd070592c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jun 2020 07:56:16 +0000 Subject: [PATCH] Accepting request 817552 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/817552 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=47 --- ipython-7.15.0.tar.gz | 3 --- ipython-7.16.1.tar.gz | 3 +++ python-ipython.changes | 16 ++++++++++++++++ python-ipython.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 ipython-7.15.0.tar.gz create mode 100644 ipython-7.16.1.tar.gz diff --git a/ipython-7.15.0.tar.gz b/ipython-7.15.0.tar.gz deleted file mode 100644 index b447dd1..0000000 --- a/ipython-7.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ef1433879816a960cd3ae1ae1dc82c64732ca75cec8dab5a4e29783fb571d0e -size 5245923 diff --git a/ipython-7.16.1.tar.gz b/ipython-7.16.1.tar.gz new file mode 100644 index 0000000..ef6d5cd --- /dev/null +++ b/ipython-7.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4fcb31d3b2c533333893b9172264e4821c1ac91839500f31bd43f2c59b3ccf +size 5136303 diff --git a/python-ipython.changes b/python-ipython.changes index ea23c60..d9d1826 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jun 28 19:06:05 UTC 2020 - Arun Persaud + +- update to version 7.16.1: + * Noticeable changes: + + Exceptions are now (re)raised when running notebooks via the + :magic:`%run`, helping to catch issues in workflows and + pipelines. :ghpull:`12301` + + Fix inputhook for qt 5.15.0 :ghpull:`12355` + + Fix wx inputhook :ghpull:`12375` + + Add handling for malformed pathext env var (Windows) + :ghpull:`12367` + + use $SHELL in system_piped :ghpull:`12360` for uniform behavior + with ipykernel. + * Reproducible Build + ------------------------------------------------------------------- Sat May 30 23:53:32 UTC 2020 - Arun Persaud diff --git a/python-ipython.spec b/python-ipython.spec index c2b9679..1fefe6f 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %bcond_without iptest Name: python-ipython%{psuffix} -Version: 7.15.0 +Version: 7.16.1 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause