forked from pool/python-qtconsole
Accepting request 834894 from home:bnavigator:branches:devel:languages:python:jupyter
- skip two tests: gh#jupyter/qtconsole#443 - update to version 4.7.7: * Change font width calculation to use horizontalAdvance Without the qtconsole update to 4.7.7, qtconsole currently crashes when trying to complete commands (see e.g. spyder unit test failure in Factory) OBS-URL: https://build.opensuse.org/request/show/834894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
db902eaec2
commit
386359937c
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 11:27:20 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- skip two tests: gh#jupyter/qtconsole#443
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 16:23:19 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.7.7:
|
||||
* Change font width calculation to use horizontalAdvance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 16:30:17 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-qtconsole
|
||||
Version: 4.7.6
|
||||
Version: 4.7.7
|
||||
Release: 0
|
||||
Summary: Jupyter Qt console
|
||||
License: BSD-3-Clause
|
||||
@@ -114,7 +114,8 @@ popd
|
||||
|
||||
%check
|
||||
export QT_QPA_PLATFORM="offscreen"
|
||||
%pytest
|
||||
# test skips: https://github.com/jupyter/qtconsole/issues/443
|
||||
%pytest -k "not (test_00 and (test_scroll or test_debug))"
|
||||
|
||||
%post -n jupyter-qtconsole
|
||||
%python_install_alternative jupyter-qtconsole
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c24397c19a49a5cf69582c931db4b0f6b00a78530a2bfd122936f2ebfae2fef
|
||||
size 424919
|
3
qtconsole-4.7.7.tar.gz
Normal file
3
qtconsole-4.7.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f236ead8711dba0702507dd8fad473c7216a86eefa6098eff8ec4b54f57d7804
|
||||
size 425068
|
Reference in New Issue
Block a user