Accepting request 1197786 from devel:languages:python:jupyter
- Update to 8.27.0 * autocall was beeing call getitem, PR #14486 * Only copy files in startup dir if we just created it. PR #14497 * Fix some tests on Python 3.13 RC1 PR #14504 - IPython 8.26 * PR #14453 bugfix for call to structured_traceback * R #14466 fixed honoring custom repr for NamedTuple if assigned by partialmethod * PR #14451 Convert matplotlib gui name in enable_gui OBS-URL: https://build.opensuse.org/request/show/1197786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=49
This commit is contained in:
commit
9784809715
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716
|
|
||||||
size 5492936
|
|
3
ipython-8.27.0.tar.gz
Normal file
3
ipython-8.27.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e
|
||||||
|
size 5494984
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 10:10:52 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 8.27.0
|
||||||
|
* autocall was beeing call getitem, PR #14486
|
||||||
|
* Only copy files in startup dir if we just created it. PR #14497
|
||||||
|
* Fix some tests on Python 3.13 RC1 PR #14504
|
||||||
|
- IPython 8.26
|
||||||
|
* PR #14453 bugfix for call to structured_traceback
|
||||||
|
* R #14466 fixed honoring custom repr for NamedTuple if assigned
|
||||||
|
by partialmethod
|
||||||
|
* PR #14451 Convert matplotlib gui name in enable_gui
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 06:55:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Tue Jun 4 06:55:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -31,11 +31,9 @@
|
|||||||
%endif
|
%endif
|
||||||
# extra tests are skipped automatically, don't require these packages for Ring1
|
# extra tests are skipped automatically, don't require these packages for Ring1
|
||||||
%bcond_with localtest
|
%bcond_with localtest
|
||||||
# no longer supported (SPEC0)
|
|
||||||
%define skip_python39 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-ipython%{psuffix}
|
Name: python-ipython%{psuffix}
|
||||||
Version: 8.25.0
|
Version: 8.27.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
|
||||||
|
Loading…
Reference in New Issue
Block a user