From be9aa363d17ed2a0d53502341ff9efda944cbc960699b8825150a1a00849aae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Mar 2020 09:35:16 +0000 Subject: [PATCH] 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 --- ipython-7.12.0.pdf | 3 --- ipython-7.12.0.tar.gz | 3 --- ipython-7.12.0.zip | 3 --- ipython-7.13.0.pdf | 3 +++ ipython-7.13.0.tar.gz | 3 +++ ipython-7.13.0.zip | 3 +++ python-ipython-doc.changes | 15 +++++++++++++++ python-ipython-doc.spec | 4 ++-- python-ipython.changes | 15 +++++++++++++++ python-ipython.spec | 2 +- 10 files changed, 42 insertions(+), 12 deletions(-) delete mode 100644 ipython-7.12.0.pdf delete mode 100644 ipython-7.12.0.tar.gz delete mode 100644 ipython-7.12.0.zip create mode 100644 ipython-7.13.0.pdf create mode 100644 ipython-7.13.0.tar.gz create mode 100644 ipython-7.13.0.zip diff --git a/ipython-7.12.0.pdf b/ipython-7.12.0.pdf deleted file mode 100644 index 9db685f..0000000 --- a/ipython-7.12.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554026608579f8859d182b40e7876f476f8bbcbdffb3f395f6a3b58e2cf9645b -size 4334540 diff --git a/ipython-7.12.0.tar.gz b/ipython-7.12.0.tar.gz deleted file mode 100644 index 6e7f9a4..0000000 --- a/ipython-7.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9459e7237e2e5858738ff9c3e26504b79899b58a6d49e574d352493d80684c6 -size 5130435 diff --git a/ipython-7.12.0.zip b/ipython-7.12.0.zip deleted file mode 100644 index bf4e2e3..0000000 --- a/ipython-7.12.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dff52ae57dc8fda47783fa0cbb1c10874336e79c6ec99f61d6bc6134f200c40 -size 13235729 diff --git a/ipython-7.13.0.pdf b/ipython-7.13.0.pdf new file mode 100644 index 0000000..11e2105 --- /dev/null +++ b/ipython-7.13.0.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd636bb56f58dfa22eac7f35cfc3d843bf43f6cc99259bae81cc3df50978641d +size 4335233 diff --git a/ipython-7.13.0.tar.gz b/ipython-7.13.0.tar.gz new file mode 100644 index 0000000..bf6498d --- /dev/null +++ b/ipython-7.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca478e52ae1f88da0102360e57e528b92f3ae4316aabac80a2cd7f7ab2efb48a +size 5224667 diff --git a/ipython-7.13.0.zip b/ipython-7.13.0.zip new file mode 100644 index 0000000..6716a01 --- /dev/null +++ b/ipython-7.13.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e8b7d6d680893047175332ca31cbf7effad89a2c008bfe6623f3ca95ec133a +size 13241990 diff --git a/python-ipython-doc.changes b/python-ipython-doc.changes index 4020855..42bddb0 100644 --- a/python-ipython-doc.changes +++ b/python-ipython-doc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Mar 1 07:13:22 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-ipython-doc.spec b/python-ipython-doc.spec index 020f3d3..24afd85 100644 --- a/python-ipython-doc.spec +++ b/python-ipython-doc.spec @@ -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 diff --git a/python-ipython.changes b/python-ipython.changes index 397f901..91ad122 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Mar 1 07:13:22 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-ipython.spec b/python-ipython.spec index ce538a6..da42fee 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -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