1
0

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:
Dominique Leuenberger 2024-09-01 17:20:54 +00:00 committed by Git OBS Bridge
commit 9784809715
4 changed files with 17 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e
size 5494984

View File

@ -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>

View File

@ -31,11 +31,9 @@
%endif
# extra tests are skipped automatically, don't require these packages for Ring1
%bcond_with localtest
# no longer supported (SPEC0)
%define skip_python39 1
%{?sle15_python_module_pythons}
Name: python-ipython%{psuffix}
Version: 8.25.0
Version: 8.27.0
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause