17
0

- Update to 5.4.1

* Fix crash at startup with PySide6.
  * Cast images width and height to int when trying to insert them.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=52
This commit is contained in:
2023-03-19 16:05:51 +00:00
committed by Git OBS Bridge
parent 0d73af4699
commit da7165025c
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 19 15:57:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 5.4.1
* Fix crash at startup with PySide6.
* Cast images width and height to int when trying to insert them.
-------------------------------------------------------------------
Sat Nov 5 19:52:20 UTC 2022 - Arun Persaud <arun@gmx.de>