Update package to version 8.22.1

This commit is contained in:
desert-sailor 2024-03-01 15:37:53 +08:00
parent 40ee607230
commit 9f4f31bfe5
3 changed files with 11 additions and 73 deletions

Binary file not shown.

BIN
ipython-8.22.1.tar.gz Normal file

Binary file not shown.

View File

@ -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 <http://github.com/ipython>`_.
%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 <dongxing.wang_a@thundersoft.com> - 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 <Python_Bot@openeuler.org> - 8.14.0-1
- Package Spec generated