From a61a4ceb4888ea048978af865dcd16840bb7939d0d6594c9e0330339fefe44ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 29 Mar 2021 06:24:28 +0000 Subject: [PATCH] Accepting request 880156 from home:bnavigator:branches:devel:languages:python:jupyter - Update to version 5.0.3 * Emit kernel_restarted signal only after a kernel crash. - move u-a scriptlets to the correct package OBS-URL: https://build.opensuse.org/request/show/880156 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=33 --- python-qtconsole.changes | 7 +++++++ python-qtconsole.spec | 11 +++++++---- qtconsole-5.0.2.tar.gz | 3 --- qtconsole-5.0.3.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 qtconsole-5.0.2.tar.gz create mode 100644 qtconsole-5.0.3.tar.gz diff --git a/python-qtconsole.changes b/python-qtconsole.changes index 61582cd..43dc4e7 100644 --- a/python-qtconsole.changes +++ b/python-qtconsole.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 19 17:39:01 UTC 2021 - Ben Greiner + +- Update to version 5.0.3 + * Emit kernel_restarted signal only after a kernel crash. +- move u-a scriptlets to the correct package + ------------------------------------------------------------------- Sat Jan 30 20:21:58 UTC 2021 - Arun Persaud diff --git a/python-qtconsole.spec b/python-qtconsole.spec index 359d71a..84bfc45 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.2 +Version: 5.0.3 Release: 0 Summary: Jupyter Qt console License: BSD-3-Clause @@ -44,6 +44,8 @@ Requires: python-ipython_genutils Requires: python-jupyter-client >= 4.1 Requires: python-jupyter-core Requires: python-traitlets +Requires(post): update-alternatives +Requires(postun):update-alternatives Provides: python-jupyter_qtconsole = %{version} Obsoletes: python-jupyter_qtconsole < %{version} BuildArch: noarch @@ -115,12 +117,13 @@ popd %check export QT_QPA_PLATFORM="offscreen" # test skips: https://github.com/jupyter/qtconsole/issues/443 -%pytest -k "not (test_00 and (test_scroll or test_debug))" +# 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))" -%post -n jupyter-qtconsole +%post %python_install_alternative jupyter-qtconsole -%postun -n jupyter-qtconsole +%postun %python_uninstall_alternative jupyter-qtconsole %files %{python_files} diff --git a/qtconsole-5.0.2.tar.gz b/qtconsole-5.0.2.tar.gz deleted file mode 100644 index 328202a..0000000 --- a/qtconsole-5.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:404994edfe33c201d6bd0c4bd501b00c16125071573c938533224992bea0b30f -size 428499 diff --git a/qtconsole-5.0.3.tar.gz b/qtconsole-5.0.3.tar.gz new file mode 100644 index 0000000..08f061c --- /dev/null +++ b/qtconsole-5.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c091a35607d2a2432e004c4a112d241ce908086570cf68594176dd52ccaa212d +size 428599