diff --git a/ipython-8.14.0.tar.gz b/ipython-8.14.0.tar.gz deleted file mode 100644 index 927d7dd..0000000 Binary files a/ipython-8.14.0.tar.gz and /dev/null differ diff --git a/ipython-8.22.1.tar.gz b/ipython-8.22.1.tar.gz new file mode 100644 index 0000000..baedd0b Binary files /dev/null and b/ipython-8.22.1.tar.gz differ diff --git a/python-ipython.spec b/python-ipython.spec index 391472a..b494039 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -1,83 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-ipython -Version: 8.14.0 +Version: 8.22.1 Release: 1 Summary: IPython: Productive Interactive Computing License: BSD-3-Clause URL: https://ipython.org -Source0: https://files.pythonhosted.org/packages/fa/cb/2b777f625cca49b4a747b0dfe9986c21f5b46e5b548176903a914cdbec55/ipython-8.14.0.tar.gz +Source0: https://files.pythonhosted.org/packages/95/2c/9ef08ee0cc836f95bc2750e7c3f18790a90dff596d372cee4bcd2561ae1c/ipython-8.22.1.tar.gz BuildArch: noarch -Requires: python3-backcall -Requires: python3-decorator -Requires: python3-jedi -Requires: python3-matplotlib-inline -Requires: python3-pickleshare -Requires: python3-prompt-toolkit -Requires: python3-pygments -Requires: python3-stack-data -Requires: python3-traitlets -Requires: python3-typing-extensions -Requires: python3-pexpect -Requires: python3-appnope -Requires: python3-colorama -Requires: python3-black -Requires: python3-ipykernel -Requires: python3-setuptools -Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme -Requires: python3-docrepr -Requires: python3-matplotlib -Requires: python3-stack-data -Requires: python3-pytest -Requires: python3-typing-extensions -Requires: python3-pytest -Requires: python3-pytest-asyncio -Requires: python3-testpath -Requires: python3-nbconvert -Requires: python3-nbformat -Requires: python3-ipywidgets -Requires: python3-notebook -Requires: python3-ipyparallel -Requires: python3-qtconsole -Requires: python3-curio -Requires: python3-matplotlib -Requires: python3-numpy -Requires: python3-pandas -Requires: python3-trio -Requires: python3-black -Requires: python3-ipykernel -Requires: python3-setuptools -Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme -Requires: python3-docrepr -Requires: python3-matplotlib -Requires: python3-stack-data -Requires: python3-pytest -Requires: python3-typing-extensions -Requires: python3-pytest -Requires: python3-pytest-asyncio -Requires: python3-testpath -Requires: python3-ipykernel -Requires: python3-nbconvert -Requires: python3-nbformat -Requires: python3-ipywidgets -Requires: python3-notebook -Requires: python3-ipyparallel -Requires: python3-qtconsole -Requires: python3-pytest -Requires: python3-pytest-asyncio -Requires: python3-testpath -Requires: python3-pytest -Requires: python3-pytest-asyncio -Requires: python3-testpath -Requires: python3-curio -Requires: python3-matplotlib -Requires: python3-nbformat -Requires: python3-numpy -Requires: python3-pandas -Requires: python3-trio - %description IPython provides a rich toolkit to help you make the most out of using Python interactively. Its main components are: @@ -208,7 +138,7 @@ site `_. %prep -%autosetup -n ipython-8.14.0 +%autosetup -n ipython-%{version} %build %py3_build @@ -248,5 +178,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 1 2024 Dongxing Wang - 8.22.1-1 +- Update package to version 8.22.1 + Use check_same_thread=False by default for history sqlite db + Use prompt_toolkit.application.create_app_session for debugger prompt + Provide and easier way to generate magics and pre-post hooks + Refuse to install event loop hooks when not using prompt_toolkit + Add hack to change traceback syntax highlighting + * Sun Jun 25 2023 Python_Bot - 8.14.0-1 - Package Spec generated