forked from pool/python-qtconsole
Accepting request 892211 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/892211 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtconsole?expand=0&rev=17
This commit is contained in:
@@ -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>
|
Fri Mar 19 17:39:01 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-qtconsole
|
Name: python-qtconsole
|
||||||
Version: 5.0.3
|
Version: 5.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter Qt console
|
Summary: Jupyter Qt console
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -118,7 +118,7 @@ popd
|
|||||||
export QT_QPA_PLATFORM="offscreen"
|
export QT_QPA_PLATFORM="offscreen"
|
||||||
# test skips: https://github.com/jupyter/qtconsole/issues/443
|
# 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.
|
# 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
|
%post
|
||||||
%python_install_alternative jupyter-qtconsole
|
%python_install_alternative jupyter-qtconsole
|
||||||
|
@@ -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
3
qtconsole-5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12c734494901658787339dea9bbd82f3dc0d5e394071377a1c77b4a0954d7d8b
|
||||||
|
size 428856
|
Reference in New Issue
Block a user