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
This commit is contained in:
Markéta Machová 2021-03-29 06:24:28 +00:00 committed by Git OBS Bridge
parent 3deca4989a
commit 295ba6f5aa
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 19 17:39:01 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <arun@gmx.de>

View File

@ -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}

View File

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

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

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