Accepting request 1113222 from devel:languages:python:jupyter
- 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/request/show/1113222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=42
This commit is contained in:
commit
7d19382c1c
@ -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>
|
Sun Jun 11 19:44:22 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
# See whatsnew of 8.14
|
# See whatsnew of 8.14
|
||||||
%define skip_python312 1
|
%define skip_python312 1
|
||||||
Name: python-ipython%{psuffix}
|
Name: python-ipython%{psuffix}
|
||||||
Version: 8.14.0
|
Version: 8.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rich architecture for interactive computing with Python
|
Summary: Rich architecture for interactive computing with Python
|
||||||
License: BSD-3-Clause
|
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
|
%if %{python_version_nodots} < 310
|
||||||
Requires: python-typing-extensions
|
Requires: python-typing-extensions
|
||||||
%endif
|
%endif
|
||||||
|
%if %{python_version_nodots} < 311
|
||||||
|
Requires: python-exceptiongroup
|
||||||
|
%endif
|
||||||
Recommends: jupyter
|
Recommends: jupyter
|
||||||
Recommends: python-ipykernel
|
Recommends: python-ipykernel
|
||||||
Recommends: python-ipyparallel
|
Recommends: python-ipyparallel
|
||||||
|
Loading…
Reference in New Issue
Block a user