1
0

- Test with xvfb display

- Remove skip of previously segfaulting tests
- Allow PyQt6 and Pyside6 as backend
- Add missing pyzmq requirement (was already transitive)
- Remove obsolete jupyter package, provide desktop files and icon
  for every flavor

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=48
This commit is contained in:
2022-08-28 22:34:29 +00:00
committed by Git OBS Bridge
parent c3e12e93f7
commit e30eb39e9a
3 changed files with 28 additions and 44 deletions

View File

@@ -3,6 +3,12 @@ Sun Aug 28 21:57:03 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 5.3.2
* Fix syntax highlighting with multiline inputs.
- Test with xvfb display
- Remove skip of previously segfaulting tests
- Allow PyQt6 and Pyside6 as backend
- Add missing pyzmq requirement (was already transitive)
- Remove obsolete jupyter package, provide desktop files and icon
for every flavor
-------------------------------------------------------------------
Wed Jun 22 13:36:44 UTC 2022 - Arun Persaud <arun@gmx.de>