diff --git a/ipython-8.12.0.tar.gz b/ipython-8.12.0.tar.gz deleted file mode 100644 index cc253a4..0000000 --- a/ipython-8.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d -size 5465154 diff --git a/ipython-8.13.1.tar.gz b/ipython-8.13.1.tar.gz new file mode 100644 index 0000000..04c2198 --- /dev/null +++ b/ipython-8.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8487ac18f330c8a683fc50ab6d7bc0fcf9ef1d7a9f6ce7926938261067b81f +size 5467211 diff --git a/python-ipython.changes b/python-ipython.changes index 063adbb..05aea34 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon May 1 17:40:17 UTC 2023 - Ben Greiner + +- Update to 8.13.1 + * This release is significant in that it not only has a number of + bugfixes, but also drop support for Python 3.8 as per NEP 29 + (PR #14023). + * Pretty reprensentation for Counter has been fixed to match the + Python one and be in decreasing order. PR #14032 + * Module completion is better when jedi is disabled PR #14029. + * Improvment of %%bash magic that would get stuck PR #14019 + * PR #14004 Fix a bug introduced in IPython 8.12 that crash when + inspecting some docstrings. + * PR #14010 Fix fast traceback code that was not working in some + case. + * PR #14014 Fix %page magic broken in some case. + * PR #14026, PR #14027 Tweak default shortcut with respect to + autosuggestions. + * PR #14033 add back the ability to use .get() on OInfo object + for backward compatibility with h5py (this will be + re-deprecated later, and h5py will also get a fix). + ------------------------------------------------------------------- Tue Apr 4 15:03:03 UTC 2023 - Ben Greiner diff --git a/python-ipython.spec b/python-ipython.spec index c5bb780..c5c35a5 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -32,7 +32,7 @@ # extra tests are skipped automatically, don't require these packages for Ring1 %bcond_with localtest Name: python-ipython%{psuffix} -Version: 8.12.0 +Version: 8.13.1 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -40,7 +40,7 @@ Group: Development/Languages/Python URL: https://github.com/ipython/ipython Source: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz Source1: https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 51.0.0} BuildRequires: %{python_module wheel}