From c0a92d1130155d15f825740faf589e25499cc3da35668dfec00f0b08ae74eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 May 2021 10:56:55 +0000 Subject: [PATCH] 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 --- python-qtconsole.changes | 9 +++++++++ python-qtconsole.spec | 4 ++-- qtconsole-5.0.3.tar.gz | 3 --- qtconsole-5.1.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 qtconsole-5.0.3.tar.gz create mode 100644 qtconsole-5.1.0.tar.gz diff --git a/python-qtconsole.changes b/python-qtconsole.changes index 43dc4e7..3c3ae84 100644 --- a/python-qtconsole.changes +++ b/python-qtconsole.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 10 12:31:24 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-qtconsole.spec b/python-qtconsole.spec index 84bfc45..4e4a622 100644 --- a/python-qtconsole.spec +++ b/python-qtconsole.spec @@ -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 diff --git a/qtconsole-5.0.3.tar.gz b/qtconsole-5.0.3.tar.gz deleted file mode 100644 index 08f061c..0000000 --- a/qtconsole-5.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c091a35607d2a2432e004c4a112d241ce908086570cf68594176dd52ccaa212d -size 428599 diff --git a/qtconsole-5.1.0.tar.gz b/qtconsole-5.1.0.tar.gz new file mode 100644 index 0000000..8b45596 --- /dev/null +++ b/qtconsole-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c734494901658787339dea9bbd82f3dc0d5e394071377a1c77b4a0954d7d8b +size 428856