From e78dd427a752c7880d24cba1c7c69c1af9e1dd8ecd1d480aaa12e79ba2a66c80 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 12 Nov 2019 18:52:16 +0000 Subject: [PATCH] Accepting request 747912 from home:TheBlackCat:branches:devel:languages:python:jupyter Update to 5.1.3 OBS-URL: https://build.opensuse.org/request/show/747912 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=10 --- ipykernel-5.1.2.tar.gz | 3 --- ipykernel-5.1.3.tar.gz | 3 +++ python-ipykernel.changes | 12 ++++++++++++ python-ipykernel.spec | 13 +++++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 ipykernel-5.1.2.tar.gz create mode 100644 ipykernel-5.1.3.tar.gz diff --git a/ipykernel-5.1.2.tar.gz b/ipykernel-5.1.2.tar.gz deleted file mode 100644 index 95605f7..0000000 --- a/ipykernel-5.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b503913e0b4cce7ed2de965457dfb2edd633e8234161a60e23f2fe2161345d12 -size 103286 diff --git a/ipykernel-5.1.3.tar.gz b/ipykernel-5.1.3.tar.gz new file mode 100644 index 0000000..222a74a --- /dev/null +++ b/ipykernel-5.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b368ad13edb71fa2db367a01e755a925d7f75ed5e09fbd3f06c85e7a8ef108a8 +size 103924 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index b215ddc..b9c41af 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 12 17:03:09 UTC 2019 - Todd R + +- Update to 5.1.3 + * Fix comm shutdown behavior by adding a ``deleting`` option to ``close`` which can be set to prevent registering new comm channels during shutdown + * Fix ``Heartbeat._bind_socket`` to return on the first bind + * Moved ``InProcessKernelClient.flush`` to ``DummySocket`` + * Don't redirect stdout if nose machinery is not present + * Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ + * Only generate kernelspec when installing or building wheel + * Fix priority ordering of control-channel messages in some cases + ------------------------------------------------------------------- Fri Aug 9 05:20:15 UTC 2019 - John Vandenberg diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 2cf130d..d698f41 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ipykernel -Version: 5.1.2 +Version: 5.1.3 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause @@ -32,17 +32,18 @@ BuildRequires: hicolor-icon-theme BuildRequires: python-rpm-macros Requires: jupyter-ipykernel = %{version} Requires: python-ipython >= 5.0.0 -Requires: python-jupyter_client -Requires: python-jupyter_core +Requires: python-jupyter-client +Requires: python-jupyter-core Requires: python-tornado >= 4.2 Requires: python-traitlets >= 4.1.0 Provides: python-jupyter_ipykernel = %{version} Obsoletes: python-jupyter_ipykernel < %{version} BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipython >= 5.0.0} -BuildRequires: %{python_module jupyter_client} -BuildRequires: %{python_module jupyter_core} +BuildRequires: %{python_module jupyter-client} +BuildRequires: %{python_module jupyter-core} BuildRequires: %{python_module nose_warnings_filters} BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy} @@ -72,7 +73,7 @@ This package provides the python interface. %package -n jupyter-ipykernel Summary: IPython Kernel for Jupyter Requires: hicolor-icon-theme -Requires: jupyter-jupyter_client +Requires: jupyter-jupyter-client Requires: python3-ipykernel = %{version} Conflicts: python3-jupyter_ipykernel < 5.1.1