diff --git a/ipython-8.22.2.tar.gz b/ipython-8.22.2.tar.gz deleted file mode 100644 index dd6cff4..0000000 --- a/ipython-8.22.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14 -size 5490399 diff --git a/ipython-8.25.0.tar.gz b/ipython-8.25.0.tar.gz new file mode 100644 index 0000000..c321882 --- /dev/null +++ b/ipython-8.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716 +size 5492936 diff --git a/python-ipython.changes b/python-ipython.changes index 4119602..9f0377d 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jun 4 06:55:22 UTC 2024 - Ben Greiner + +- Reenable testing matplotlib + +------------------------------------------------------------------- +Tue Jun 4 03:19:44 UTC 2024 - Steve Kowalik + +- Update to 8.25.0: + * Rplaces the unicode micro symbol with greek letter mu, visually + identical but should fix nfkc normalisations issues. + * Introduces intersphinx_registry as a new dependency which is recommended + only to build documentation. + * Improve inference from return type annotations in completer and the + introduction of the optional target ipython[matplotlib] to explicitly + request the matplotlib optional dependencies. + * Move of the matplotlib backend handling from IPython to matplotlib. + * pytest 8 compatibility. + * typing-extension now needs 4.6 or newer. It was already the case, but + not explicated. + * Attempt to speed running code under debugger in some cases. + ------------------------------------------------------------------- Fri Mar 29 17:16:13 UTC 2024 - Ben Greiner diff --git a/python-ipython.spec b/python-ipython.spec index 2dec30e..97b0654 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -35,11 +35,10 @@ %define skip_python39 1 %{?sle15_python_module_pythons} Name: python-ipython%{psuffix} -Version: 8.22.2 +Version: 8.25.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause -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 @@ -63,6 +62,9 @@ Requires: (python-prompt_toolkit >= 3.0.41 with python-prompt_toolkit < 3. %if %{python_version_nodots} < 311 Requires: python-exceptiongroup %endif +%if %{python_version_nodots} < 312 +Requires: python-typing_extensions >= 4.6 +%endif Recommends: jupyter Recommends: python-ipykernel Recommends: python-ipyparallel @@ -89,8 +91,8 @@ BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy >= 1.23} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pickleshare} -BuildRequires: %{python_module pytest < 8} BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module testpath} BuildRequires: %{python_module trio} %endif