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 2022-02-04 21:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtconsole (Old)
and /work/SRC/openSUSE:Factory/.python-qtconsole.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtconsole"
Fri Feb 4 21:48:58 2022 rev:22 rq:951382 version:5.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qtconsole/python-qtconsole.changes
2021-11-27 00:52:42.546515200 +0100
+++
/work/SRC/openSUSE:Factory/.python-qtconsole.new.1898/python-qtconsole.changes
2022-02-04 21:52:02.715296741 +0100
@@ -1,0 +2,11 @@
+Thu Feb 3 20:28:52 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 5.2.2:
+ * Fix implicit int to float conversion for Python 3.10
+ compatibility.
+ * Fix building documentation in ReadTheDocs.
+
+-------------------------------------------------------------------
Old:
----
qtconsole-5.2.1.tar.gz
New:
----
qtconsole-5.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qtconsole.spec ++++++
--- /var/tmp/diff_new_pack.3GIQC7/_old 2022-02-04 21:52:03.267292936 +0100
+++ /var/tmp/diff_new_pack.3GIQC7/_new 2022-02-04 21:52:03.271292909 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-qtconsole
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
#
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
-
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
Name: python-qtconsole
-Version: 5.2.1
+Version: 5.2.2
Release: 0
Summary: Jupyter Qt console
License: BSD-3-Clause
@@ -42,6 +41,8 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildRequires: update-desktop-files
+# QtPy does note require or depend on one of the frameworks itself
+Requires: (python-qt5 or python-pyside2)
Requires: jupyter-qtconsole = %{version}
Requires: python-Pygments
Requires: python-QtPy
@@ -50,18 +51,16 @@
Requires: python-jupyter-client >= 4.1
Requires: python-jupyter-core
Requires: python-traitlets
-# QtPy does note require or depend on one of the frameworks itself
-Requires: (python-qt5 or python-pyside2)
+Provides: python-jupyter_qtconsole = %{version}
+Obsoletes: python-jupyter_qtconsole < %{version}
+BuildArch: noarch
%if %{with libalternatives}
-Requires: alts
BuildRequires: alts
+Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
%endif
-Provides: python-jupyter_qtconsole = %{version}
-Obsoletes: python-jupyter_qtconsole < %{version}
-BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module QtPy}
++++++ qtconsole-5.2.1.tar.gz -> qtconsole-5.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconsole-5.2.1/PKG-INFO new/qtconsole-5.2.2/PKG-INFO
--- old/qtconsole-5.2.1/PKG-INFO 2021-11-23 17:29:45.887874000 +0100
+++ new/qtconsole-5.2.2/PKG-INFO 2021-12-13 18:55:15.354424500 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: qtconsole
-Version: 5.2.1
+Version: 5.2.2
Summary: Jupyter Qt console
Home-page: http://jupyter.org
Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconsole-5.2.1/docs/environment.yml
new/qtconsole-5.2.2/docs/environment.yml
--- old/qtconsole-5.2.1/docs/environment.yml 2020-10-24 17:40:21.000000000
+0200
+++ new/qtconsole-5.2.2/docs/environment.yml 2021-11-23 17:58:03.000000000
+0100
@@ -1,9 +1,8 @@
name: qtconsole_docs
channels:
- conda-forge
- - defaults
dependencies:
- - python=3.5
+ - python
- ipykernel
- pexpect
- pygments
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconsole-5.2.1/docs/source/changelog.rst
new/qtconsole-5.2.2/docs/source/changelog.rst
--- old/qtconsole-5.2.1/docs/source/changelog.rst 2021-11-23
17:25:50.000000000 +0100
+++ new/qtconsole-5.2.2/docs/source/changelog.rst 2021-12-13
18:53:18.000000000 +0100
@@ -8,6 +8,14 @@
5.2
~~~
+5.2.2
+-----
+
+`5.2.2 on GitHub <https://github.com/jupyter/qtconsole/milestones/5.2.2>`__
+
+* Fix implicit int to float conversion for Python 3.10 compatibility.
+* Fix building documentation in ReadTheDocs.
+
5.2.1
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconsole-5.2.1/qtconsole/_version.py
new/qtconsole-5.2.2/qtconsole/_version.py
--- old/qtconsole-5.2.1/qtconsole/_version.py 2021-11-23 17:29:03.000000000
+0100
+++ new/qtconsole-5.2.2/qtconsole/_version.py 2021-12-13 18:54:03.000000000
+0100
@@ -1,2 +1,2 @@
-version_info = (5, 2, 1)
+version_info = (5, 2, 2)
__version__ = '.'.join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconsole-5.2.1/qtconsole/completion_widget.py
new/qtconsole-5.2.2/qtconsole/completion_widget.py
--- old/qtconsole-5.2.1/qtconsole/completion_widget.py 2021-03-17
02:07:09.000000000 +0100
+++ new/qtconsole-5.2.2/qtconsole/completion_widget.py 2021-12-13
18:48:13.000000000 +0100
@@ -136,7 +136,7 @@
if (screen_rect.size().height() + screen_rect.y() -
point.y() - height < 0):
point = text_edit.mapToGlobal(text_edit.cursorRect().topRight())
- point.setY(point.y() - height)
+ point.setY(int(point.y() - height))
w = (self.sizeHintForColumn(0) +
self.verticalScrollBar().sizeHint().width() +
2 * self.frameWidth())
@@ -168,7 +168,7 @@
delta = int((point_size * 1.20) ** 0.98)
y = delta - (point_size / 2)
- point.setY(point.y() + y)
+ point.setY(int(point.y() + y))
point = self._text_edit.mapToGlobal(point)
return point
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconsole-5.2.1/qtconsole.egg-info/PKG-INFO
new/qtconsole-5.2.2/qtconsole.egg-info/PKG-INFO
--- old/qtconsole-5.2.1/qtconsole.egg-info/PKG-INFO 2021-11-23
17:29:45.000000000 +0100
+++ new/qtconsole-5.2.2/qtconsole.egg-info/PKG-INFO 2021-12-13
18:55:15.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: qtconsole
-Version: 5.2.1
+Version: 5.2.2
Summary: Jupyter Qt console
Home-page: http://jupyter.org
Author: Jupyter Development Team