forked from pool/python-ipykernel
Accepting request 747913 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/747913 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=3
This commit is contained in:
commit
a140907f11
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b503913e0b4cce7ed2de965457dfb2edd633e8234161a60e23f2fe2161345d12
|
|
||||||
size 103286
|
|
3
ipykernel-5.1.3.tar.gz
Normal file
3
ipykernel-5.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b368ad13edb71fa2db367a01e755a925d7f75ed5e09fbd3f06c85e7a8ef108a8
|
||||||
|
size 103924
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 17:03:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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 <jayvdb@gmail.com>
|
Fri Aug 9 05:20:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 5.1.2
|
Version: 5.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -32,17 +32,18 @@ BuildRequires: hicolor-icon-theme
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: jupyter-ipykernel = %{version}
|
Requires: jupyter-ipykernel = %{version}
|
||||||
Requires: python-ipython >= 5.0.0
|
Requires: python-ipython >= 5.0.0
|
||||||
Requires: python-jupyter_client
|
Requires: python-jupyter-client
|
||||||
Requires: python-jupyter_core
|
Requires: python-jupyter-core
|
||||||
Requires: python-tornado >= 4.2
|
Requires: python-tornado >= 4.2
|
||||||
Requires: python-traitlets >= 4.1.0
|
Requires: python-traitlets >= 4.1.0
|
||||||
Provides: python-jupyter_ipykernel = %{version}
|
Provides: python-jupyter_ipykernel = %{version}
|
||||||
Obsoletes: python-jupyter_ipykernel < %{version}
|
Obsoletes: python-jupyter_ipykernel < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module ipython >= 5.0.0}
|
BuildRequires: %{python_module ipython >= 5.0.0}
|
||||||
BuildRequires: %{python_module jupyter_client}
|
BuildRequires: %{python_module jupyter-client}
|
||||||
BuildRequires: %{python_module jupyter_core}
|
BuildRequires: %{python_module jupyter-core}
|
||||||
BuildRequires: %{python_module nose_warnings_filters}
|
BuildRequires: %{python_module nose_warnings_filters}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
@ -72,7 +73,7 @@ This package provides the python interface.
|
|||||||
%package -n jupyter-ipykernel
|
%package -n jupyter-ipykernel
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: jupyter-jupyter_client
|
Requires: jupyter-jupyter-client
|
||||||
Requires: python3-ipykernel = %{version}
|
Requires: python3-ipykernel = %{version}
|
||||||
Conflicts: python3-jupyter_ipykernel < 5.1.1
|
Conflicts: python3-jupyter_ipykernel < 5.1.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user