From af24684e769ec1bf88d07ce6188f332ef0669482205d9a50ec8be55f353658e6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 10 Feb 2020 15:40:09 +0000 Subject: [PATCH] Accepting request 772416 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/772416 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=36 --- ipython-7.11.1.pdf | 3 --- ipython-7.11.1.tar.gz | 3 --- ipython-7.11.1.zip | 3 --- ipython-7.12.0.pdf | 3 +++ ipython-7.12.0.tar.gz | 3 +++ ipython-7.12.0.zip | 3 +++ python-ipython-doc.changes | 13 +++++++++++++ python-ipython-doc.spec | 6 +++--- python-ipython.changes | 13 +++++++++++++ python-ipython.spec | 4 ++-- 10 files changed, 40 insertions(+), 14 deletions(-) delete mode 100644 ipython-7.11.1.pdf delete mode 100644 ipython-7.11.1.tar.gz delete mode 100644 ipython-7.11.1.zip create mode 100644 ipython-7.12.0.pdf create mode 100644 ipython-7.12.0.tar.gz create mode 100644 ipython-7.12.0.zip diff --git a/ipython-7.11.1.pdf b/ipython-7.11.1.pdf deleted file mode 100644 index cc6405d..0000000 --- a/ipython-7.11.1.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc91ad26fa8ba457fc5052b66695fd260f28fca9ba1d003b9c6ca8eefbd6a451 -size 4331401 diff --git a/ipython-7.11.1.tar.gz b/ipython-7.11.1.tar.gz deleted file mode 100644 index c493447..0000000 --- a/ipython-7.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f4bcf18293fb666df8511feec0403bdb7e061a5842ea6e88a3177b0ceb34ead -size 5130089 diff --git a/ipython-7.11.1.zip b/ipython-7.11.1.zip deleted file mode 100644 index ea3d604..0000000 --- a/ipython-7.11.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b17fc6ecf58ac85e2ecdeb7ce95a205c836c39868b0a818ebebd801387cc348d -size 13233143 diff --git a/ipython-7.12.0.pdf b/ipython-7.12.0.pdf new file mode 100644 index 0000000..9db685f --- /dev/null +++ b/ipython-7.12.0.pdf @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..6e7f9a4 --- /dev/null +++ b/ipython-7.12.0.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..bf4e2e3 --- /dev/null +++ b/ipython-7.12.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dff52ae57dc8fda47783fa0cbb1c10874336e79c6ec99f61d6bc6134f200c40 +size 13235729 diff --git a/python-ipython-doc.changes b/python-ipython-doc.changes index 0ff1eb8..4020855 100644 --- a/python-ipython-doc.changes +++ b/python-ipython-doc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud + +- update to version 7.12.0: + * Exit non-zero when ipython is given a file path to run that + doesn't exist :ghpull:`12074` + * Test PR on ARM64 with Travis-CI :ghpull:`12073` + * Update CI to work with latest Pytest :ghpull:`12086` + * Add infrastructure to run ipykernel eventloop via trio + :ghpull:`12097` + * Support git blame ignore revs :ghpull:`12091` + * Start multi-line __repr__ s on their own line :ghpull:`12099` + ------------------------------------------------------------------- Wed Jan 15 15:41:15 UTC 2020 - Todd R diff --git a/python-ipython-doc.spec b/python-ipython-doc.spec index 75cb85d..020f3d3 100644 --- a/python-ipython-doc.spec +++ b/python-ipython-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipython-doc # -# Copyright (c) 2020 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.11.1 +%define doc_ver 7.12.0 Name: python-ipython-doc -Version: 7.11.1 +Version: 7.12.0 Release: 0 Summary: Documentation for python3-jupyter_ipython License: BSD-3-Clause diff --git a/python-ipython.changes b/python-ipython.changes index bb460ce..397f901 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud + +- update to version 7.12.0: + * Exit non-zero when ipython is given a file path to run that + doesn't exist :ghpull:`12074` + * Test PR on ARM64 with Travis-CI :ghpull:`12073` + * Update CI to work with latest Pytest :ghpull:`12086` + * Add infrastructure to run ipykernel eventloop via trio + :ghpull:`12097` + * Support git blame ignore revs :ghpull:`12091` + * Start multi-line __repr__ s on their own line :ghpull:`12099` + ------------------------------------------------------------------- Wed Jan 15 15:41:15 UTC 2020 - Todd R diff --git a/python-ipython.spec b/python-ipython.spec index dadbf31..ce538a6 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipython # -# Copyright (c) 2020 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %bcond_without iptest Name: python-ipython -Version: 7.11.1 +Version: 7.12.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause