Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qtconsole for openSUSE:Factory checked in at 2023-10-10 21:00:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qtconsole (Old) and /work/SRC/openSUSE:Factory/.python-qtconsole.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtconsole" Tue Oct 10 21:00:19 2023 rev:30 rq:1116516 version:5.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qtconsole/python-qtconsole.changes 2023-06-04 00:12:33.373517397 +0200 +++ /work/SRC/openSUSE:Factory/.python-qtconsole.new.28202/python-qtconsole.changes 2023-10-10 21:01:31.200736306 +0200 @@ -1,0 +2,6 @@ +Sun Sep 24 18:18:21 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 5.4.4 + * Improve compatibility with PyQt6/PySide6. + +------------------------------------------------------------------- Old: ---- qtconsole-5.4.3.tar.gz New: ---- qtconsole-5.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qtconsole.spec ++++++ --- /var/tmp/diff_new_pack.BZEhw1/_old 2023-10-10 21:01:33.000801581 +0200 +++ /var/tmp/diff_new_pack.BZEhw1/_new 2023-10-10 21:01:33.000801581 +0200 @@ -22,7 +22,7 @@ %bcond_with libalternatives %endif Name: python-qtconsole -Version: 5.4.3 +Version: 5.4.4 Release: 0 Summary: Jupyter Qt console License: BSD-3-Clause @@ -44,7 +44,7 @@ # QtPy does note require or depend on one of the frameworks itself Requires: (python-qt5 or python-pyside2 or python-PyQt6 or python-pyside6) Requires: python-Pygments -Requires: python-QtPy >= 2.0.1 +Requires: python-QtPy >= 2.4.0 Requires: python-ipykernel >= 4.1 Requires: python-ipython_genutils Requires: python-jupyter-client >= 4.1 @@ -70,7 +70,7 @@ %endif # SECTION test requirements BuildRequires: %{python_module Pygments} -BuildRequires: %{python_module QtPy >= 2.0.1} +BuildRequires: %{python_module QtPy >= 2.4.0} BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipykernel >= 4.1} BuildRequires: %{python_module ipython_genutils} ++++++ qtconsole-5.4.3.tar.gz -> qtconsole-5.4.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/PKG-INFO new/qtconsole-5.4.4/PKG-INFO --- old/qtconsole-5.4.3/PKG-INFO 2023-05-05 19:41:21.943406000 +0200 +++ new/qtconsole-5.4.4/PKG-INFO 2023-09-01 17:13:54.012830500 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: qtconsole -Version: 5.4.3 +Version: 5.4.4 Summary: Jupyter Qt console Home-page: http://jupyter.org Author: Jupyter Development Team @@ -47,9 +47,7 @@  ## Install Qtconsole -The Qtconsole requires Python bindings for Qt, such as [PyQt5](http://www.riverbankcomputing.com/software/pyqt/intro), -[PyQt4](https://www.riverbankcomputing.com/software/pyqt/download), -or [PySide](http://pyside.github.io/docs/pyside). +The Qtconsole requires Python bindings for Qt, such as [PyQt6](https://pypi.org/project/PyQt6/), [PySide6](https://pypi.org/project/PySide6/), [PyQt5](https://pypi.org/project/PyQt5/) or [PySide2](https://pypi.org/project/PySide2/). Although [pip](https://pypi.python.org/pypi/pip) and [conda](http://conda.pydata.org/docs) may be used to install the Qtconsole, conda diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/README.md new/qtconsole-5.4.4/README.md --- old/qtconsole-5.4.3/README.md 2021-03-17 02:07:09.000000000 +0100 +++ new/qtconsole-5.4.4/README.md 2023-09-01 16:50:38.000000000 +0200 @@ -18,9 +18,7 @@  ## Install Qtconsole -The Qtconsole requires Python bindings for Qt, such as [PyQt5](http://www.riverbankcomputing.com/software/pyqt/intro), -[PyQt4](https://www.riverbankcomputing.com/software/pyqt/download), -or [PySide](http://pyside.github.io/docs/pyside). +The Qtconsole requires Python bindings for Qt, such as [PyQt6](https://pypi.org/project/PyQt6/), [PySide6](https://pypi.org/project/PySide6/), [PyQt5](https://pypi.org/project/PyQt5/) or [PySide2](https://pypi.org/project/PySide2/). Although [pip](https://pypi.python.org/pypi/pip) and [conda](http://conda.pydata.org/docs) may be used to install the Qtconsole, conda diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/docs/source/changelog.rst new/qtconsole-5.4.4/docs/source/changelog.rst --- old/qtconsole-5.4.3/docs/source/changelog.rst 2023-05-05 19:37:08.000000000 +0200 +++ new/qtconsole-5.4.4/docs/source/changelog.rst 2023-09-01 17:08:00.000000000 +0200 @@ -8,6 +8,13 @@ 5.4 ~~~ +5.4.4 +----- + +`5.4.4 on GitHub <https://github.com/jupyter/qtconsole/milestones/5.4.4>`__ + +* Improve compatibility with PyQt6/PySide6. + 5.4.3 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/docs/source/installation.rst new/qtconsole-5.4.4/docs/source/installation.rst --- old/qtconsole-5.4.3/docs/source/installation.rst 2020-10-24 17:40:21.000000000 +0200 +++ new/qtconsole-5.4.4/docs/source/installation.rst 2023-09-01 16:50:38.000000000 +0200 @@ -1,15 +1,14 @@ Installation ============ The Qt console requires Qt, such as -`PyQt5 <https://www.riverbankcomputing.com/software/pyqt/intro>`_, -`PyQt4 <https://www.riverbankcomputing.com/software/pyqt/download>`_, or -`PySide <http://pyside.github.io/docs/pyside>`_. +`PyQt6 <https://pypi.org/project/PyQt6>`_, +`PySide6 <https://pypi.org/project/PySide6>`_, +`PyQt5 <https://pypi.org/project/PyQt5>`_, +`PySide2 <https://pypi.org/project/PySide2>`_. Although `pip <https://pypi.python.org/pypi/pip>`_ and `conda <http://conda.pydata.org/docs>`_ may be used to install the Qt console, -conda is simpler to use since it automatically installs PyQt. Alternatively, -qtconsole installation with pip needs additional steps since pip cannot install -the Qt requirement. +conda is simpler to use since it automatically installs PyQt. Install using conda ------------------- @@ -28,27 +27,21 @@ pip install qtconsole -.. important:: - - Make sure that Qt is installed. Unfortunately, Qt cannot be - installed using pip. The next section gives instructions on installing Qt. - Installing Qt (if needed) ------------------------- We recommend installing PyQt with `conda <http://conda.pydata.org/docs>`_:: conda install pyqt -or with a system package manager. For Windows, PyQt binary packages may be -used. +or with pip:: + + pip install PyQt5 For example with Linux Debian's system package manager, use:: sudo apt-get install python3-pyqt5 # PyQt5 on Python 3 - sudo apt-get install python3-pyqt4 # PyQt4 on Python 3 - sudo apt-get install python-qt4 # PyQt4 on Python 2 -.. seealso:: +See also:: `Installing Jupyter <https://jupyter.readthedocs.io/en/latest/install.html>`_ The Qt console is part of the Jupyter ecosystem. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/qtconsole/_version.py new/qtconsole-5.4.4/qtconsole/_version.py --- old/qtconsole-5.4.3/qtconsole/_version.py 2023-05-05 19:38:42.000000000 +0200 +++ new/qtconsole-5.4.4/qtconsole/_version.py 2023-09-01 17:12:29.000000000 +0200 @@ -1,2 +1,2 @@ -version_info = (5, 4, 3) +version_info = (5, 4, 4) __version__ = '.'.join(map(str, version_info)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/qtconsole.egg-info/PKG-INFO new/qtconsole-5.4.4/qtconsole.egg-info/PKG-INFO --- old/qtconsole-5.4.3/qtconsole.egg-info/PKG-INFO 2023-05-05 19:41:21.000000000 +0200 +++ new/qtconsole-5.4.4/qtconsole.egg-info/PKG-INFO 2023-09-01 17:13:53.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: qtconsole -Version: 5.4.3 +Version: 5.4.4 Summary: Jupyter Qt console Home-page: http://jupyter.org Author: Jupyter Development Team @@ -47,9 +47,7 @@  ## Install Qtconsole -The Qtconsole requires Python bindings for Qt, such as [PyQt5](http://www.riverbankcomputing.com/software/pyqt/intro), -[PyQt4](https://www.riverbankcomputing.com/software/pyqt/download), -or [PySide](http://pyside.github.io/docs/pyside). +The Qtconsole requires Python bindings for Qt, such as [PyQt6](https://pypi.org/project/PyQt6/), [PySide6](https://pypi.org/project/PySide6/), [PyQt5](https://pypi.org/project/PyQt5/) or [PySide2](https://pypi.org/project/PySide2/). Although [pip](https://pypi.python.org/pypi/pip) and [conda](http://conda.pydata.org/docs) may be used to install the Qtconsole, conda diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/qtconsole.egg-info/requires.txt new/qtconsole-5.4.4/qtconsole.egg-info/requires.txt --- old/qtconsole-5.4.3/qtconsole.egg-info/requires.txt 2023-05-05 19:41:21.000000000 +0200 +++ new/qtconsole-5.4.4/qtconsole.egg-info/requires.txt 2023-09-01 17:13:53.000000000 +0200 @@ -4,7 +4,7 @@ jupyter_client>=4.1 pygments ipykernel>=4.1 -qtpy>=2.0.1 +qtpy>=2.4.0 pyzmq>=17.1 packaging diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtconsole-5.4.3/setup.py new/qtconsole-5.4.4/setup.py --- old/qtconsole-5.4.3/setup.py 2023-03-11 21:35:38.000000000 +0100 +++ new/qtconsole-5.4.4/setup.py 2023-09-01 17:06:18.000000000 +0200 @@ -72,7 +72,7 @@ 'jupyter_client>=4.1', 'pygments', 'ipykernel>=4.1', # not a real dependency, but require the reference kernel - 'qtpy>=2.0.1', + 'qtpy>=2.4.0', 'pyzmq>=17.1', 'packaging' ],