From 8a20277e73c949ce2a9ff89bf164ad3fce092b1cae72f90eeb07e98e76f17306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Nov 2020 15:22:49 +0000 Subject: [PATCH] Accepting request 845113 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/845113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=56 --- ipython-7.18.1.tar.gz | 3 --- ipython-7.19.0.tar.gz | 3 +++ python-ipython.changes | 18 ++++++++++++++++++ python-ipython.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 ipython-7.18.1.tar.gz create mode 100644 ipython-7.19.0.tar.gz diff --git a/ipython-7.18.1.tar.gz b/ipython-7.18.1.tar.gz deleted file mode 100644 index a77ce95..0000000 --- a/ipython-7.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a331e78086001931de9424940699691ad49dfb457cea31f5471eae7b78222d5e -size 5139337 diff --git a/ipython-7.19.0.tar.gz b/ipython-7.19.0.tar.gz new file mode 100644 index 0000000..dc1a2aa --- /dev/null +++ b/ipython-7.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a +size 5225775 diff --git a/python-ipython.changes b/python-ipython.changes index 53671f8..1c67661 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 30 22:35:05 UTC 2020 - Arun Persaud + +- update to version 7.19.0: + * Fix to restore the ability to specify more than one extension + using command line flags when using traitlets 5.0 :ghpull:`12543` + * Docs docs formatting that make the install commands work on zsh + :ghpull:`12587` + * Always display the last frame in tracebacks even if hidden with + __traceback_hide__ :ghpull:`12601` + * Avoid an issue where a callback can be registered multiple + times. :ghpull:`12625` + * Avoid an issue in debugger mode where frames changes could be + lost. :ghpull:`12627` + * Never hide the frames that invoke a debugger, even if marked as + hidden by __traceback_hide__ :ghpull:`12631` + * Fix calling the debugger in a recursive manner :ghpull:`12659` + ------------------------------------------------------------------- Sat Sep 5 16:19:34 UTC 2020 - Arun Persaud diff --git a/python-ipython.spec b/python-ipython.spec index 0917bea..eb1dee2 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.18.1 +Version: 7.19.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause