17
0

- Update to 6.25.2

* Make iostream shutdown more robust #1143 (@blink1073)
  * Don't call QApplication.setQuitOnLastWindowClosed(False). #1142
    (@anntzer)
  * Avoid starting IOPub background thread after it's been stopped
    #1137 (@minrk)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=91
This commit is contained in:
2023-09-23 16:45:46 +00:00
committed by Git OBS Bridge
parent afadd059ef
commit dc4a8081ea
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Sep 23 16:44:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 6.25.2
* Make iostream shutdown more robust #1143 (@blink1073)
* Don't call QApplication.setQuitOnLastWindowClosed(False). #1142
(@anntzer)
* Avoid starting IOPub background thread after it's been stopped
#1137 (@minrk)
-------------------------------------------------------------------
Wed Aug 23 08:18:35 UTC 2023 - Ben Greiner <code@bnavigator.de>