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:
Markéta Machová 2021-05-11 10:56:55 +00:00 committed by Git OBS Bridge
parent 295ba6f5aa
commit e9ae0dd4bc
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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-qtconsole
Version: 5.0.3
Version: 5.1.0
Release: 0
Summary: Jupyter Qt console
License: BSD-3-Clause
@ -118,7 +118,7 @@ popd
export QT_QPA_PLATFORM="offscreen"
# test skips: https://github.com/jupyter/qtconsole/issues/443
# now with test_input too. But does not seem to happen on the build server, only locally.
%pytest -k "not (test_00 and (test_scroll or test_debug or test_input))"
%pytest -ra -k "not (test_00 and (test_scroll or test_debug or test_input))"
%post
%python_install_alternative jupyter-qtconsole

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c091a35607d2a2432e004c4a112d241ce908086570cf68594176dd52ccaa212d
size 428599

3
qtconsole-5.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12c734494901658787339dea9bbd82f3dc0d5e394071377a1c77b4a0954d7d8b
size 428856