Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-QtPy for openSUSE:Factory 
checked in at 2021-01-15 19:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtPy (Old)
 and      /work/SRC/openSUSE:Factory/.python-QtPy.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-QtPy"

Fri Jan 15 19:45:56 2021 rev:13 rq:863156 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtPy/python-QtPy.changes  2020-08-29 
20:43:41.489498764 +0200
+++ /work/SRC/openSUSE:Factory/.python-QtPy.new.28504/python-QtPy.changes       
2021-01-15 19:45:57.493997699 +0100
@@ -1,0 +2,23 @@
+Thu Jan 14 09:12:53 UTC 2021 - Antonio Larrosa <alarr...@suse.com>
+
+- Add also BuildRequires for qt3d-qt5 and qtdatavis3d-qt5 so
+  those tests are not skipped.
+- qtcharts-qt5 is not added because the python-qt5 package is
+  always pulled in automatically and QtPy uses it by default
+  while QtCharts is only available with PySide2.
+- Replace the Requires with Recommends since not even PyQt is
+  really required (PySide2 can also be used with QtPy, and is now
+  added as a Suggested package).
+- Rename QtDatavisualization.py to QtDataVisualization.py
+  (uppercase v) to fix the test which was skipped because the
+  imported module didn't exist and to keep the name consistent
+  with both PyQt and PySide2 (gh#spyder-ide/qtpy#228)
+
+-------------------------------------------------------------------
+Wed Jan 13 15:55:35 UTC 2021 - Antonio Larrosa <alarr...@suse.com>
+
+- BuildRequires (and Require) the webengine bindings so it uses
+  them (which is the default) instead of using qtwebkit (which
+  was used only as a fallback).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-QtPy.spec ++++++
--- /var/tmp/diff_new_pack.30b5Yp/_old  2021-01-15 19:45:58.085998581 +0100
+++ /var/tmp/diff_new_pack.30b5Yp/_new  2021-01-15 19:45:58.085998581 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-QtPy
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,18 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/spyder-ide/qtpy
 Source:         
https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-%{version}.tar.gz
+BuildRequires:  %{python_module qt3d-qt5}
 BuildRequires:  %{python_module qt5}
+BuildRequires:  %{python_module qtdatavis3d-qt5}
+BuildRequires:  %{python_module qtwebengine-qt5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-qt5
+Recommends:     python-qt3d-qt5
+Recommends:     python-qt5
+Recommends:     python-qtdatavis3d-qt5
+Recommends:     python-qtwebengine-qt5
+Suggests:       python-pyside2
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
@@ -52,6 +59,8 @@
 %setup -q -n QtPy-%{version}
 sed -i 's/\r$//' LICENSE.txt
 rm qtpy/tests/runtests.py
+# Submitted to upstream at gh#spyder-ide/qtpy#228
+mv qtpy/QtDatavisualization.py qtpy/QtDataVisualization.py
 
 %build
 %python_build

Reply via email to