From 9923532dbba2d4633e08b23e1b7204d63ee607d0a35f05c9fdf4929c0da6dfab Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 22 Jun 2022 13:57:21 +0000 Subject: [PATCH 1/2] Accepting request 984509 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/984509 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=44 --- python-qtconsole.changes | 8 ++++++++ python-qtconsole.spec | 2 +- qtconsole-5.3.0.tar.gz | 3 --- qtconsole-5.3.1.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 qtconsole-5.3.0.tar.gz create mode 100644 qtconsole-5.3.1.tar.gz diff --git a/python-qtconsole.changes b/python-qtconsole.changes index fe9e428..44dce74 100644 --- a/python-qtconsole.changes +++ b/python-qtconsole.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jun 22 13:36:44 UTC 2022 - Arun Persaud + +- update to version 5.3.1: + * Fix segfault when performing code completion on Qt6. + * Fix mixed input and print statements. + * Fix switching syntax highlighting styles on PySide2 and PySide6. + ------------------------------------------------------------------- Sat Apr 9 22:04:33 UTC 2022 - Ben Greiner diff --git a/python-qtconsole.spec b/python-qtconsole.spec index 620c602..9b65556 100644 --- a/python-qtconsole.spec +++ b/python-qtconsole.spec @@ -24,7 +24,7 @@ %bcond_with libalternatives %endif Name: python-qtconsole -Version: 5.3.0 +Version: 5.3.1 Release: 0 Summary: Jupyter Qt console License: BSD-3-Clause diff --git a/qtconsole-5.3.0.tar.gz b/qtconsole-5.3.0.tar.gz deleted file mode 100644 index cbff2b8..0000000 --- a/qtconsole-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3520fdc75e46abc4cc6cffeca16fa2652754109b8ae839fa28e27d1eba5625 -size 430258 diff --git a/qtconsole-5.3.1.tar.gz b/qtconsole-5.3.1.tar.gz new file mode 100644 index 0000000..5924390 --- /dev/null +++ b/qtconsole-5.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73723fac43938b684dcb237a88510dc7721c43a726cea8ade179a2927c0a2f3 +size 430680 From 966b126f8d8dbef50eaea94273ecbb8cd3b790ee4a28a169af20bacef5b72de1 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 22 Jun 2022 14:08:49 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=45 --- python-qtconsole.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-qtconsole.spec b/python-qtconsole.spec index 9b65556..8404cc4 100644 --- a/python-qtconsole.spec +++ b/python-qtconsole.spec @@ -52,6 +52,8 @@ Requires: python-ipython_genutils Requires: python-jupyter-client >= 4.1 Requires: python-jupyter-core Requires: python-traitlets +Conflicts: python-traitlets = 5.2.1 +Conflicts: python-traitlets = 5.2.2 Provides: python-jupyter_qtconsole = %{version} Obsoletes: python-jupyter_qtconsole < %{version} BuildArch: noarch