Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qtwebengine-qt5 for openSUSE:Factory checked in at 2022-06-23 10:23:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old) and /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtwebengine-qt5" Thu Jun 23 10:23:29 2022 rev:14 rq:984224 version:5.15.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes 2021-10-21 23:55:15.436017182 +0200 +++ /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.1548/python-qtwebengine-qt5.changes 2022-06-23 10:23:49.847711329 +0200 @@ -1,0 +2,6 @@ +Tue Jun 21 11:41:05 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to version 5.15.6 + * A bug-fix release. + +------------------------------------------------------------------- Old: ---- PyQtWebEngine-5.15.5.tar.gz New: ---- PyQtWebEngine-5.15.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qtwebengine-qt5.spec ++++++ --- /var/tmp/diff_new_pack.BivlVg/_old 2022-06-23 10:23:50.243711759 +0200 +++ /var/tmp/diff_new_pack.BivlVg/_new 2022-06-23 10:23:50.251711768 +0200 @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-%{mname} -Version: 5.15.5 +Version: 5.15.6 Release: 0 Summary: Python bindings for the Qt5 WebEngine framework License: GPL-3.0-only @@ -30,12 +30,12 @@ Source: https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pyqt-builder >= 1.9} -BuildRequires: %{python_module qt5-devel} +BuildRequires: %{python_module qt5-devel >= 5.15.4} BuildRequires: %{python_module sip-devel >= 5.3} BuildRequires: python-pyqt-rpm-macros BuildRequires: python-rpm-macros BuildRequires: pkgconfig(Qt5WebEngine) -Requires: python-qt5 >= %{version} +%requires_ge python-qt5 Requires: python-qt5-sip Provides: python-PyQtWebEngine = %{version}-%{release} ++++++ PyQtWebEngine-5.15.5.tar.gz -> PyQtWebEngine-5.15.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/ChangeLog new/PyQtWebEngine-5.15.6/ChangeLog --- old/PyQtWebEngine-5.15.5/ChangeLog 2021-10-13 17:06:53.191262200 +0200 +++ new/PyQtWebEngine-5.15.6/ChangeLog 2022-06-18 15:36:16.916914700 +0200 @@ -1,3 +1,23 @@ +2022-03-15 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS, PyQtWebEngine.msp: + Allow Qt.AA_ShareOpenGLContexts to be specified before a + QCoreApplication is created to allow PyQtWebEngineWidgets to be + imported. + [140468b2e1b2] [5.15.6] <5.15-maint> + +2021-11-22 Phil Thompson <p...@riverbankcomputing.com> + + * PyQtWebEngine.msp: + Updated the project version number. + [6b8cc0c815da] <5.15-maint> + +2021-10-12 Phil Thompson <p...@riverbankcomputing.com> + + * .hgtags: + Added tag 5.15.5 for changeset 69a1dc1f1cf1 + [2e12f5eba0bc] <5.15-maint> + 2021-08-10 Phil Thompson <p...@riverbankcomputing.com> * README: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/NEWS new/PyQtWebEngine-5.15.6/NEWS --- old/PyQtWebEngine-5.15.5/NEWS 2021-10-13 17:06:12.332161000 +0200 +++ new/PyQtWebEngine-5.15.6/NEWS 2022-06-18 15:34:59.119453000 +0200 @@ -1,3 +1,9 @@ +v5.15.6 15th March 2022 + - A bug-fix release. + +v5.15.5 12th October 2021 + - Build system bug fixes. + v5.15.4 4th March 2021 - Packaging bug fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/PKG-INFO new/PyQtWebEngine-5.15.6/PKG-INFO --- old/PyQtWebEngine-5.15.5/PKG-INFO 2021-10-13 17:06:54.035081000 +0200 +++ new/PyQtWebEngine-5.15.6/PKG-INFO 2022-06-18 15:36:17.506992600 +0200 @@ -1,7 +1,7 @@ Metadata-Version: 2.1 Name: PyQtWebEngine -Version: 5.15.5 -Requires-Python: >=3.6 +Version: 5.15.6 +Requires-Python: >=3.7 Summary: Python bindings for the Qt WebEngine framework Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/ Author: Riverbank Computing Limited diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/configure.py new/PyQtWebEngine-5.15.6/configure.py --- old/PyQtWebEngine-5.15.5/configure.py 2021-10-13 17:06:53.196176800 +0200 +++ new/PyQtWebEngine-5.15.6/configure.py 2022-06-18 15:36:16.920569700 +0200 @@ -238,7 +238,7 @@ # The version of the module as a string. Set it to None if you don't # provide version information. - version = '5.15.5' + version = '5.15.6' # The name of the PEP 376 .dist-info directory to be created. distinfo_name = 'PyQtWebEngine' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/pyproject.toml new/PyQtWebEngine-5.15.6/pyproject.toml --- old/PyQtWebEngine-5.15.5/pyproject.toml 2021-10-13 17:06:53.198107000 +0200 +++ new/PyQtWebEngine-5.15.6/pyproject.toml 2022-06-18 15:36:16.921781300 +0200 @@ -6,7 +6,7 @@ # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "PyQtWebEngine" -version = "5.15.5" +version = "5.15.6" summary = "Python bindings for the Qt WebEngine framework" home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/" author = "Riverbank Computing Limited" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngine/QtWebEnginemod.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngine/QtWebEnginemod.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngine/QtWebEnginemod.sip 2021-10-13 17:06:53.761118400 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngine/QtWebEnginemod.sip 2022-06-18 15:36:17.300434400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngine Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // @@ -25,7 +25,7 @@ %Import QtWebEngineCore/QtWebEngineCoremod.sip %Copying -Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> This file is part of PyQtWebEngine. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngine/qquickwebengineprofile.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngine/qquickwebengineprofile.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngine/qquickwebengineprofile.sip 2021-10-13 17:06:53.757146000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngine/qquickwebengineprofile.sip 2022-06-18 15:36:17.298822200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngine Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngine/qquickwebenginescript.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngine/qquickwebenginescript.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngine/qquickwebenginescript.sip 2021-10-13 17:06:53.760441000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngine/qquickwebenginescript.sip 2022-06-18 15:36:17.299970400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngine Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngine/qtwebengineglobal.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngine/qtwebengineglobal.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngine/qtwebengineglobal.sip 2021-10-13 17:06:53.758222300 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngine/qtwebengineglobal.sip 2022-06-18 15:36:17.299323300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngine Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // @@ -25,8 +25,8 @@ const char *PYQT_WEBENGINE_VERSION_STR; %ModuleCode -static int PYQT_WEBENGINE_VERSION = 0x050f05; -static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.5"; +static int PYQT_WEBENGINE_VERSION = 0x050f06; +static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.6"; %End %If (QtWebEngine_5_6_0 -) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/QtWebEngineCoremod.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/QtWebEngineCoremod.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/QtWebEngineCoremod.sip 2021-10-13 17:06:53.768070000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/QtWebEngineCoremod.sip 2022-06-18 15:36:17.304938000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // @@ -29,7 +29,7 @@ %Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2 QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1 QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5 QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9 QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1 QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3 QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7 QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1 QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3 QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3 QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0} %Copying -Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> This file is part of PyQtWebEngine. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip 2021-10-13 17:06:53.762269500 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip 2022-06-18 15:36:17.301001300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginecookiestore.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginecookiestore.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginecookiestore.sip 2021-10-13 17:06:53.783189000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginecookiestore.sip 2022-06-18 15:36:17.307569300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginefindtextresult.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginefindtextresult.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginefindtextresult.sip 2021-10-13 17:06:53.765627900 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginefindtextresult.sip 2022-06-18 15:36:17.303267700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginehttprequest.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginehttprequest.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginehttprequest.sip 2021-10-13 17:06:53.769867000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginehttprequest.sip 2022-06-18 15:36:17.306000500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginenotification.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginenotification.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginenotification.sip 2021-10-13 17:06:53.781539400 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginenotification.sip 2022-06-18 15:36:17.306520500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginequotarequest.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginequotarequest.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginequotarequest.sip 2021-10-13 17:06:53.767360000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebenginequotarequest.sip 2022-06-18 15:36:17.304407400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip 2021-10-13 17:06:53.768730600 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip 2022-06-18 15:36:17.305437600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip 2021-10-13 17:06:53.764100600 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip 2022-06-18 15:36:17.302254000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip 2021-10-13 17:06:53.763019000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip 2022-06-18 15:36:17.301501000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlrequestjob.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlrequestjob.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlrequestjob.sip 2021-10-13 17:06:53.764927400 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlrequestjob.sip 2022-06-18 15:36:17.302804200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlscheme.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlscheme.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlscheme.sip 2021-10-13 17:06:53.766678300 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlscheme.sip 2022-06-18 15:36:17.303933900 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlschemehandler.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlschemehandler.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineurlschemehandler.sip 2021-10-13 17:06:53.783904000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineCore/qwebengineurlschemehandler.sip 2022-06-18 15:36:17.308059500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip 2021-10-13 17:06:53.753957000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip 2022-06-18 15:36:17.296499500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // @@ -30,7 +30,7 @@ %Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2 QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1 QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5 QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9 QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1 QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3 QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7 QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1 QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3 QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3 QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0} %Copying -Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> This file is part of PyQtWebEngine. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip 2021-10-13 17:06:53.743663000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip 2022-06-18 15:36:17.288678200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip 2021-10-13 17:06:53.740802800 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip 2022-06-18 15:36:17.286593700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip 2021-10-13 17:06:53.753187400 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip 2022-06-18 15:36:17.295905400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip 2021-10-13 17:06:53.742622100 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip 2022-06-18 15:36:17.287828700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip 2021-10-13 17:06:53.752071000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip 2022-06-18 15:36:17.295030600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginehistory.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginehistory.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginehistory.sip 2021-10-13 17:06:53.739229200 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginehistory.sip 2022-06-18 15:36:17.285075400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginepage.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginepage.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginepage.sip 2021-10-13 17:06:53.751315600 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginepage.sip 2022-06-18 15:36:17.294422400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebengineprofile.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebengineprofile.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebengineprofile.sip 2021-10-13 17:06:53.738140800 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebengineprofile.sip 2022-06-18 15:36:17.284251700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginescript.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginescript.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginescript.sip 2021-10-13 17:06:53.740094000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginescript.sip 2022-06-18 15:36:17.285909700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip 2021-10-13 17:06:53.744419300 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip 2022-06-18 15:36:17.289263200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginesettings.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginesettings.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebenginesettings.sip 2021-10-13 17:06:53.755334000 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebenginesettings.sip 2022-06-18 15:36:17.297571400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebengineview.sip new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebengineview.sip --- old/PyQtWebEngine-5.15.5/sip/QtWebEngineWidgets/qwebengineview.sip 2021-10-13 17:06:53.746246600 +0200 +++ new/PyQtWebEngine-5.15.6/sip/QtWebEngineWidgets/qwebengineview.sip 2022-06-18 15:36:17.290695000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtWebEngine. // @@ -197,9 +197,18 @@ // check things have been done in the right order. if (QCoreApplication::instance()) { +#if QT_VERSION >= 0x050400 + if (!QCoreApplication::testAttribute(Qt::AA_ShareOpenGLContexts)) + { + PyErr_SetString(PyExc_ImportError, + "QtWebEngineWidgets must be imported or Qt.AA_ShareOpenGLContexts must be set before a QCoreApplication instance is created"); + SIP_MODULE_RETURN(NULL); + } +#else PyErr_SetString(PyExc_ImportError, "QtWebEngineWidgets must be imported before a QCoreApplication instance is created"); SIP_MODULE_RETURN(NULL); +#endif } %End