Accepting request 962918 from home:apersaud:branches:devel:languages:python:jupyter
Not sure about the error for aarch64... so perhaps this shouldn't go through, but I don't know how to fix that one - 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) OBS-URL: https://build.opensuse.org/request/show/962918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=45
This commit is contained in:
parent
096b3a9e72
commit
aff3bb2bd8
@ -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
3
ipykernel-6.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c3cc8cb359f2ead70c30f5504971c0d285e2c1c699d2ce9af0216fe9c9fb17c
|
||||
size 128759
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user