forked from pool/python-ipython
Accepting request 1083882 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 8.13.1 * This release is significant in that it not only has a number of bugfixes, but also drop support for Python 3.8 as per NEP 29 (PR #14023). * Pretty reprensentation for Counter has been fixed to match the Python one and be in decreasing order. PR #14032 * Module completion is better when jedi is disabled PR #14029. * Improvment of %%bash magic that would get stuck PR #14019 * PR #14004 Fix a bug introduced in IPython 8.12 that crash when inspecting some docstrings. * PR #14010 Fix fast traceback code that was not working in some case. * PR #14014 Fix %page magic broken in some case. * PR #14026, PR #14027 Tweak default shortcut with respect to autosuggestions. * PR #14033 add back the ability to use .get() on OInfo object for backward compatibility with h5py (this will be re-deprecated later, and h5py will also get a fix). OBS-URL: https://build.opensuse.org/request/show/1083882 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=109
This commit is contained in:
parent
b6bc24b0a5
commit
7e2124e559
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d
|
||||
size 5465154
|
3
ipython-8.13.1.tar.gz
Normal file
3
ipython-8.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c8487ac18f330c8a683fc50ab6d7bc0fcf9ef1d7a9f6ce7926938261067b81f
|
||||
size 5467211
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 17:40:17 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 8.13.1
|
||||
* This release is significant in that it not only has a number of
|
||||
bugfixes, but also drop support for Python 3.8 as per NEP 29
|
||||
(PR #14023).
|
||||
* Pretty reprensentation for Counter has been fixed to match the
|
||||
Python one and be in decreasing order. PR #14032
|
||||
* Module completion is better when jedi is disabled PR #14029.
|
||||
* Improvment of %%bash magic that would get stuck PR #14019
|
||||
* PR #14004 Fix a bug introduced in IPython 8.12 that crash when
|
||||
inspecting some docstrings.
|
||||
* PR #14010 Fix fast traceback code that was not working in some
|
||||
case.
|
||||
* PR #14014 Fix %page magic broken in some case.
|
||||
* PR #14026, PR #14027 Tweak default shortcut with respect to
|
||||
autosuggestions.
|
||||
* PR #14033 add back the ability to use .get() on OInfo object
|
||||
for backward compatibility with h5py (this will be
|
||||
re-deprecated later, and h5py will also get a fix).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 15:03:03 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
# extra tests are skipped automatically, don't require these packages for Ring1
|
||||
%bcond_with localtest
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 8.12.0
|
||||
Version: 8.13.1
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -40,7 +40,7 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/ipython/ipython
|
||||
Source: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 51.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
|
Loading…
Reference in New Issue
Block a user