diff --git a/ipython-8.2.0.tar.gz b/ipython-8.2.0.tar.gz deleted file mode 100644 index 5a54852..0000000 --- a/ipython-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1 -size 5400583 diff --git a/ipython-8.4.0.tar.gz b/ipython-8.4.0.tar.gz new file mode 100644 index 0000000..f97faf7 --- /dev/null +++ b/ipython-8.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2db3a10254241d9b447232cec8b424847f338d9d36f9a577a6192c332a46abd +size 5314601 diff --git a/python-ipython.changes b/python-ipython.changes index 1ad6db0..5f1ab70 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Jun 4 23:13:12 UTC 2022 - Arun Persaud + +- update to version 8.4.0: + * fix uncaught BdbQuit exceptions on ipdb exit :ghpull:`13668` + * typo fix in documentation: :ghpull:`13682` + +- changes from version 8.3.0: + * :ghpull:`13625`, using ?, ??, *? will not call set_next_input as + most frontend allow proper multiline editing and it was causing + issues for many users of multi-cell frontends. This has been + backported to 7.33 + * :ghpull:`13600`, pre_run_*-hooks will now have a cell_id attribute + on the info object when frontend provide it. This has been + backported to 7.33 + * :ghpull:`13624`, fixed End key being broken after accepting an + auto-suggestion. + * :ghpull:`13657` fix issue where history from different sessions + would be mixed. + ------------------------------------------------------------------- Sun Mar 27 17:53:22 UTC 2022 - Arun Persaud diff --git a/python-ipython.spec b/python-ipython.spec index cd5aacd..4e16556 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -32,7 +32,7 @@ %bcond_with libalternatives %endif Name: python-ipython%{psuffix} -Version: 8.2.0 +Version: 8.4.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause