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..8404cc4 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 @@ -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 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