17
0

Accepting request 892041 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 5.1.0
  * Two new keyboard shortcuts: Ctrl + Up/Down to go to the
    beginning/end of the buffer.
  * Monkeypatch RegexLexer only while in use by qtconsole.
  * Import Empty from queue module.

OBS-URL: https://build.opensuse.org/request/show/892041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=35
This commit is contained in:
2021-05-11 10:56:55 +00:00
committed by Git OBS Bridge
parent a61a4ceb48
commit c0a92d1130
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 10 12:31:24 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 5.1.0
* Two new keyboard shortcuts: Ctrl + Up/Down to go to the
beginning/end of the buffer.
* Monkeypatch RegexLexer only while in use by qtconsole.
* Import Empty from queue module.
-------------------------------------------------------------------
Fri Mar 19 17:39:01 UTC 2021 - Ben Greiner <code@bnavigator.de>