From 6556e7f091cc158d87f6cabec916d15aaee69710da7ba987026dc6f01750b49d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 9 Sep 2021 06:00:57 +0000 Subject: [PATCH] Accepting request 917084 from home:bnavigator:branches:devel:languages:python:jupyter - Update to version 6.3.1 * Add dependency on IPython genutils gh#ipython/ipykernel#756 - Update to version 6.3.0 * Add deep variable inspection #753 (@JohanMabille) * Add IPKernelApp.capture_fd_output config to disable FD-level capture #752 (@minrk) * Remove a lot of nose stuff - Release 6.2.0 * Add Support for Message Based Interrupt #741 (@afshin) - Release 6.1.0 * Implemented richInspectVariable request handler #734 (@JohanMabille) * Fix exception raised by OutStream.write #726 (@SimonKrughoff) OBS-URL: https://build.opensuse.org/request/show/917084 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=36 --- ipykernel-6.0.3.tar.gz | 3 --- ipykernel-6.3.1.tar.gz | 3 +++ python-ipykernel.changes | 21 +++++++++++++++++++++ python-ipykernel.spec | 11 +++++------ 4 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 ipykernel-6.0.3.tar.gz create mode 100644 ipykernel-6.3.1.tar.gz diff --git a/ipykernel-6.0.3.tar.gz b/ipykernel-6.0.3.tar.gz deleted file mode 100644 index 62de4a5..0000000 --- a/ipykernel-6.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df34a78c7e1422800d6078cde65ccdcdb859597046c338c759db4dbc535c58f -size 109495 diff --git a/ipykernel-6.3.1.tar.gz b/ipykernel-6.3.1.tar.gz new file mode 100644 index 0000000..c8e8830 --- /dev/null +++ b/ipykernel-6.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd4b107ab755ed9286c820b2f69c2cd895046ef2a25c878929ac8b5540477a1 +size 120310 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index e9f3518..19f683e 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Sep 6 11:20:30 UTC 2021 - Ben Greiner + +- Update to version 6.3.1 + * Add dependency on IPython genutils gh#ipython/ipykernel#756 + +------------------------------------------------------------------- +Mon Aug 30 19:28:52 UTC 2021 - Ben Greiner + +- Update to version 6.3.0 + * Add deep variable inspection #753 (@JohanMabille) + * Add IPKernelApp.capture_fd_output config to disable FD-level + capture #752 (@minrk) + * Remove a lot of nose stuff +- Release 6.2.0 + * Add Support for Message Based Interrupt #741 (@afshin) +- Release 6.1.0 + * Implemented richInspectVariable request handler #734 + (@JohanMabille) + * Fix exception raised by OutStream.write #726 (@SimonKrughoff) + ------------------------------------------------------------------- Wed Jul 28 12:08:06 UTC 2021 - Markéta Machová diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 2e179eb..cf51546 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-ipykernel -Version: 6.0.3 +Version: 6.3.1 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause @@ -37,13 +37,12 @@ Requires: hicolor-icon-theme Requires: jupyter-jupyter-client Requires: python-debugpy >= 1.0 Requires: python-ipython >= 7.23.1 +Requires: python-ipython_genutils Requires: python-jupyter-client Requires: python-jupyter-core +Requires: python-matplotlib-inline >= 0.1 Requires: python-tornado >= 4.2 Requires: python-traitlets >= 4.1.0 -%if 0%{?python_version_nodots} < 38 -Requires: python-importlib-metadata -%endif Provides: python-jupyter_ipykernel = %{version} Obsoletes: python-jupyter_ipykernel < %{version} Provides: %{python_module ipykernel-doc = %{version}} @@ -58,14 +57,14 @@ Obsoletes: jupyter-ipykernel < %{version}-%{release} %endif BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module importlib-metadata if %python-base < 3.8} BuildRequires: %{python_module debugpy >= 1.0.0} BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipython >= 7.23.1} +BuildRequires: %{python_module ipython_genutils} BuildRequires: %{python_module jupyter-client} BuildRequires: %{python_module jupyter-core} BuildRequires: %{python_module matplotlib-inline >= 0.1} -BuildRequires: %{python_module nose_warnings_filters} +# still using nose streams from ipython, but they are working on a removal BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado >= 4.2}