forked from pool/python-ipython
- Update to 8.15.0
* Improve compatibility with future version of Python 3.12/3.13 :ghpull:`14107`, gh#`14139`, * Improve support for ExceptionGroups, gh#`14108` * Fix hangs in %gui osx, gh#`14125` * Fix memory lead with %reset, gh#`14133` * Unstable config option to modify traceback highlighting that is sometime hard to read gh#`14138` * Support . in ipdb as an argument to the list command gh#`14121` * Workroud parso showing warning message when the default logger level is changed gh#`14119` * Fix multiple issues with matplotlib interactive mode, qt5/qt6 gh#`14128` ## Whatsnew * Support for PEP-678 Exception Notes * Native fallback for displaying ExceptionGroup * AST-based macros * Allow IPdb/Pdb to move between chained exceptions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=116
This commit is contained in:
parent
8c9f680334
commit
55e0a5581a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1
|
||||
size 5470735
|
3
ipython-8.15.0.tar.gz
Normal file
3
ipython-8.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2baeb5be6949eeebf532150f81746f8333e2ccce02de1c7eedde3f23ed5e9f1e
|
||||
size 5482758
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 17:00:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 8.15.0
|
||||
* Improve compatibility with future version of Python 3.12/3.13
|
||||
:ghpull:`14107`, gh#`14139`,
|
||||
* Improve support for ExceptionGroups, gh#`14108`
|
||||
* Fix hangs in %gui osx, gh#`14125`
|
||||
* Fix memory lead with %reset, gh#`14133`
|
||||
* Unstable config option to modify traceback highlighting that is
|
||||
sometime hard to read gh#`14138`
|
||||
* Support . in ipdb as an argument to the list command gh#`14121`
|
||||
* Workroud parso showing warning message when the default logger
|
||||
level is changed gh#`14119`
|
||||
* Fix multiple issues with matplotlib interactive mode, qt5/qt6
|
||||
gh#`14128`
|
||||
## Whatsnew
|
||||
* Support for PEP-678 Exception Notes
|
||||
* Native fallback for displaying ExceptionGroup
|
||||
* AST-based macros
|
||||
* Allow IPdb/Pdb to move between chained exceptions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 19:44:22 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
# See whatsnew of 8.14
|
||||
%define skip_python312 1
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 8.14.0
|
||||
Version: 8.15.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -65,6 +65,9 @@ Requires: (python-prompt_toolkit >= 3.0.38 with python-prompt_toolkit < 3.
|
||||
%if %{python_version_nodots} < 310
|
||||
Requires: python-typing-extensions
|
||||
%endif
|
||||
%if %{python_version_nodots} < 311
|
||||
Requires: python-exceptiongroup
|
||||
%endif
|
||||
Recommends: jupyter
|
||||
Recommends: python-ipykernel
|
||||
Recommends: python-ipyparallel
|
||||
|
Loading…
Reference in New Issue
Block a user