17
0

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:
2022-03-18 18:01:37 +00:00
committed by Git OBS Bridge
parent 5463ef8f20
commit caed07820d
4 changed files with 21 additions and 4 deletions

View File

@@ -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>