17
0

- Update to 6.23.3

* Check existence of connection_file before writing #1127
    (@fecet)
- Release 6.23.2
  * Avoid ResourceWarning on implicitly closed event pipe sockets
    #1125 (@minrk)
  * fix: protect stdout/stderr restoration in
    InProcessKernel._redirected_io #1122 (@charles-cooper)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=82
This commit is contained in:
2023-07-01 17:09:59 +00:00
committed by Git OBS Bridge
parent 3495a6dd59
commit ff9b207abe
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 1 16:27:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 6.23.3
* Check existence of connection_file before writing #1127
(@fecet)
- Release 6.23.2
* Avoid ResourceWarning on implicitly closed event pipe sockets
#1125 (@minrk)
* fix: protect stdout/stderr restoration in
InProcessKernel._redirected_io #1122 (@charles-cooper)
-------------------------------------------------------------------
Fri Jun 2 12:42:05 UTC 2023 - Ben Greiner <code@bnavigator.de>