Accepting request 780632 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/780632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal 2020-03-03 09:35:16 +00:00 committed by Git OBS Bridge
parent af24684e76
commit be9aa363d1
10 changed files with 42 additions and 12 deletions

View File

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

View File

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

View File

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

3
ipython-7.13.0.pdf Normal file
View File

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

3
ipython-7.13.0.tar.gz Normal file
View File

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

3
ipython-7.13.0.zip Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 1 07:13:22 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.13.0:
* Fix inability to run PDB when inside an event loop :ghpull:`12141`
* Fix ability to interrupt some processes on windows :ghpull:`12137`
* Fix debugger shortcuts :ghpull:`12132`
* improve tab completion when inside a string by removing irrelevant
elements :ghpull:`12128`
* Fix display of filename tab completion when the path is long
:ghpull:`12122`
* Many removal of Python 2 specific code path :ghpull:`12110`
* displaying wav files do not require NumPy anymore, and is 5x to
30x faster :ghpull:`12113`
-------------------------------------------------------------------
Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -19,9 +19,9 @@
# This package has to be kept separate from the main package to avoid
# dependency loops with most of the core jupyter packages.
%define oldpython python
%define doc_ver 7.12.0
%define doc_ver 7.13.0
Name: python-ipython-doc
Version: 7.12.0
Version: 7.13.0
Release: 0
Summary: Documentation for python3-jupyter_ipython
License: BSD-3-Clause

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 1 07:13:22 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.13.0:
* Fix inability to run PDB when inside an event loop :ghpull:`12141`
* Fix ability to interrupt some processes on windows :ghpull:`12137`
* Fix debugger shortcuts :ghpull:`12132`
* improve tab completion when inside a string by removing irrelevant
elements :ghpull:`12128`
* Fix display of filename tab completion when the path is long
:ghpull:`12122`
* Many removal of Python 2 specific code path :ghpull:`12110`
* displaying wav files do not require NumPy anymore, and is 5x to
30x faster :ghpull:`12113`
-------------------------------------------------------------------
Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -20,7 +20,7 @@
%define skip_python2 1
%bcond_without iptest
Name: python-ipython
Version: 7.12.0
Version: 7.13.0
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause