- Update to 8.16.1
* Small double release of IPython (with the 8.12.3 release notes just below). Mostly bug fixes and cleanups, and type annotations. Of interest for users: * #14153 Fix a bug of the new iPdb chained traceback where some Exception would not have any traceback. (see upstream fix in CPython for more details). * #14168 Fix case with spurious message about event loops when using matplotlib. - Remove skip_python312 (see changelog for 8.15) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=118
This commit is contained in:
parent
55e0a5581a
commit
eab9b0b05c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2baeb5be6949eeebf532150f81746f8333e2ccce02de1c7eedde3f23ed5e9f1e
|
||||
size 5482758
|
3
ipython-8.16.1.tar.gz
Normal file
3
ipython-8.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad52f58fca8f9f848e256c629eff888efc0528c12fe0f8ec14f33205f23ef938
|
||||
size 5485037
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 7 12:57:40 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 8.16.1
|
||||
* Small double release of IPython (with the 8.12.3 release notes
|
||||
just below). Mostly bug fixes and cleanups, and type
|
||||
annotations. Of interest for users:
|
||||
* #14153 Fix a bug of the new iPdb chained traceback where some
|
||||
Exception would not have any traceback. (see upstream fix in
|
||||
CPython for more details).
|
||||
* #14168 Fix case with spurious message about event loops when
|
||||
using matplotlib.
|
||||
- Remove skip_python312 (see changelog for 8.15)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 17:00:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -32,10 +32,8 @@
|
||||
# extra tests are skipped automatically, don't require these packages for Ring1
|
||||
%bcond_with localtest
|
||||
%{?sle15_python_module_pythons}
|
||||
# See whatsnew of 8.14
|
||||
%define skip_python312 1
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 8.15.0
|
||||
Version: 8.16.1
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user