Accepting request 962924 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/962924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2022-03-20 19:55:10 +00:00 committed by Git OBS Bridge
commit 7b1b35283a
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f95070a2dfd3147f8ab19f18ee46733310813758593745e07ec18fb08b409f1d
size 127244

3
ipykernel-6.9.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c3cc8cb359f2ead70c30f5504971c0d285e2c1c699d2ce9af0216fe9c9fb17c
size 128759

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Mar 18 18:23:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Skip the new shutdown test: too flaky for obs
-------------------------------------------------------------------
Fri Mar 18 17:19:26 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* require psutil
- update to version 6.9.2:
* Bugs fixed
+ Catch error when shutting down kernel from the control channel
#877 (@ccordoba12)
+ Only kill children in process group at shutdown #874 (@minrk)
+ BUG: Kill subprocesses on shutdown. #869 (@Carreau)
* Maintenance and upkeep improvements
+ Clean up CI #871 (@blink1073)
-------------------------------------------------------------------
Thu Feb 17 16:33:02 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-ipykernel
Version: 6.9.1
Version: 6.9.2
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
@ -37,6 +37,7 @@ Requires: python-ipython >= 7.23.1
Requires: python-jupyter-client
Requires: python-jupyter-core
Requires: python-matplotlib-inline >= 0.1
Requires: python-psutil
Requires: python-tornado >= 4.2
Requires: python-traitlets >= 5.1.0
Provides: python-jupyter_ipykernel = %{version}
@ -59,6 +60,7 @@ BuildRequires: %{python_module ipython >= 7.23.1}
BuildRequires: %{python_module jupyter-client}
BuildRequires: %{python_module jupyter-core}
BuildRequires: %{python_module matplotlib-inline >= 0.1}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tornado >= 4.2}
BuildRequires: %{python_module traitlets >= 5.1.0}
@ -99,7 +101,9 @@ $python -m ipykernel install \
%fdupes %{buildroot}%{_jupyter_kernel_dir}
%check
%pytest ipykernel
# flaky: bad timings in obs often cause this to fail
donttest="test_shutdown_subprocesses"
%pytest ipykernel -k "not ($donttest)"
%files %{python_files}
%doc README.md