Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyQt6-WebEngine for
openSUSE:Factory checked in at 2022-04-16 00:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-WebEngine (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-WebEngine.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-WebEngine"
Sat Apr 16 00:14:16 2022 rev:4 rq:970205 version:6.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyQt6-WebEngine/python-PyQt6-WebEngine.changes
2022-04-10 00:42:16.552865910 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-WebEngine.new.1941/python-PyQt6-WebEngine.changes
2022-04-16 00:14:36.793678261 +0200
@@ -1,0 +2,8 @@
+Wed Apr 13 08:27:36 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to version 6.3.0
+ * Added support for Qt v6.3.
+ * Bug fixes.
+- Remove concatenate workaround
+
+-------------------------------------------------------------------
Old:
----
PyQt6_WebEngine-6.2.1.tar.gz
New:
----
PyQt6_WebEngine-6.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-WebEngine.spec ++++++
--- /var/tmp/diff_new_pack.sB2Yy3/_old 2022-04-16 00:14:37.317678960 +0200
+++ /var/tmp/diff_new_pack.sB2Yy3/_new 2022-04-16 00:14:37.321678966 +0200
@@ -21,9 +21,8 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define pyqt_build_for_qt6 1
-%define skip_python36 1
Name: python-%{mname}
-Version: 6.2.1
+Version: 6.3.0
Release: 0
Summary: Python bindings for the Qt WebEngine framework
License: GPL-3.0-only
@@ -31,7 +30,7 @@
URL: https://www.riverbankcomputing.com/software/pyqt3d
Source:
https://files.pythonhosted.org/packages/source/P/%{mname}/%{muname}-%{version}.tar.gz
BuildRequires: %{python_module PyQt6-devel}
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pyqt-builder >= 1.11}
BuildRequires: %{python_module sip-devel >= 6.2}
BuildRequires: fdupes
@@ -70,8 +69,7 @@
%setup -q -n %{muname}-%{version}
%build
-# https://www.riverbankcomputing.com/pipermail/pyqt/2021-October/044282.html
-%pyqt_build -s %{quote:--concatenate 1}
+%pyqt_build
%install
%pyqt_install
++++++ PyQt6_WebEngine-6.2.1.tar.gz -> PyQt6_WebEngine-6.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_WebEngine-6.2.1/ChangeLog
new/PyQt6_WebEngine-6.3.0/ChangeLog
--- old/PyQt6_WebEngine-6.2.1/ChangeLog 2021-10-28 12:19:14.861561800 +0200
+++ new/PyQt6_WebEngine-6.3.0/ChangeLog 2022-04-12 17:51:06.105129200 +0200
@@ -1,5 +1,29 @@
+2022-03-31 Phil Thompson <[email protected]>
+
+ * NEWS, PyQt6-WebEngine.msp:
+ Updated for Qt v6.3.0rc.
+ [233ae2b96b8a] [6.3.0]
+
+2022-03-28 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Merged the 6.2-maint branch.
+ [d2b0c7ca12b1]
+
+2022-03-15 Phil Thompson <[email protected]>
+
+ * NEWS, PyQt6-WebEngine.msp:
+ Allow Qt.AA_ShareOpenGLContexts to be specified before a
+ QCoreApplication is created to allow QtWebEngineWidgets to be
+ imported later.
+ [060f78886515] <6.2-maint>
+
2021-10-28 Phil Thompson <[email protected]>
+ * .hgtags:
+ Added tag 6.2.1 for changeset b7db172105e0
+ [28b353871f07] <6.2-maint>
+
* NEWS, PyQt6-WebEngine.msp:
Updated to the latest project format.
[b7db172105e0] [6.2.1] <6.2-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_WebEngine-6.2.1/NEWS
new/PyQt6_WebEngine-6.3.0/NEWS
--- old/PyQt6_WebEngine-6.2.1/NEWS 2021-10-28 12:18:26.440156000 +0200
+++ new/PyQt6_WebEngine-6.3.0/NEWS 2022-04-12 17:49:45.038158000 +0200
@@ -1,3 +1,7 @@
+v6.3.0 31st March 2022
+ - Added support for Qt v6.3.
+ - Bug fixes.
+
v6.2.1 28th October 2021
- Bug fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_WebEngine-6.2.1/PKG-INFO
new/PyQt6_WebEngine-6.3.0/PKG-INFO
--- old/PyQt6_WebEngine-6.2.1/PKG-INFO 2021-10-28 12:19:15.431722000 +0200
+++ new/PyQt6_WebEngine-6.3.0/PKG-INFO 2022-04-12 17:51:06.654616000 +0200
@@ -1,7 +1,7 @@
Metadata-Version: 2.1
Name: PyQt6-WebEngine
-Version: 6.2.1
-Requires-Python: >=3.6
+Version: 6.3.0
+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/PyQt6_WebEngine-6.2.1/pyproject.toml
new/PyQt6_WebEngine-6.3.0/pyproject.toml
--- old/PyQt6_WebEngine-6.2.1/pyproject.toml 2021-10-28 12:19:14.863079000
+0200
+++ new/PyQt6_WebEngine-6.3.0/pyproject.toml 2022-04-12 17:51:06.106594600
+0200
@@ -6,7 +6,7 @@
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQt6-WebEngine"
-version = "6.2.1"
+version = "6.3.0"
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/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/QtWebEngineCoremod.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/QtWebEngineCoremod.sip
2021-10-28 12:19:15.198636300 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip
2022-04-12 17:51:06.455510000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
@@ -27,10 +27,10 @@
%Import QtNetwork/QtNetworkmod.sip
%Import QtWebChannel/QtWebChannelmod.sip
-%Timeline {QtWebEngine_6_2_0}
+%Timeline {QtWebEngine_6_2_0 QtWebEngine_6_3_0}
%Copying
-Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
This file is part of PyQt6-WebEngine.
@@ -54,8 +54,8 @@
const char *PYQT_WEBENGINE_VERSION_STR;
%ModuleCode
-static int PYQT_WEBENGINE_VERSION = 0x060201;
-static const char *PYQT_WEBENGINE_VERSION_STR = "6.2.1";
+static int PYQT_WEBENGINE_VERSION = 0x060300;
+static const char *PYQT_WEBENGINE_VERSION_STR = "6.3.0";
%End
%Include qwebenginecertificateerror.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginecertificateerror.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginecertificateerror.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginecertificateerror.sip
2021-10-28 12:19:15.226756300 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginecertificateerror.sip
2022-04-12 17:51:06.456059500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip
2021-10-28 12:19:15.196502700 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip
2022-04-12 17:51:06.453388500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2021-10-28 12:19:15.189821200 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2022-04-12 17:51:06.446368200 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip
2021-10-28 12:19:15.232766400 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip
2022-04-12 17:51:06.462138700 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginecookiestore.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginecookiestore.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginecookiestore.sip
2021-10-28 12:19:15.229777000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginecookiestore.sip
2022-04-12 17:51:06.458916200 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginedownloadrequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginedownloadrequest.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginedownloadrequest.sip
2021-10-28 12:19:15.192515100 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginedownloadrequest.sip
2022-04-12 17:51:06.449136500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginefindtextresult.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginefindtextresult.sip
2021-10-28 12:19:15.196942600 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip
2022-04-12 17:51:06.453845500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip
2021-10-28 12:19:15.233837100 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip
2022-04-12 17:51:06.463096600 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginehistory.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginehistory.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginehistory.sip
2021-10-28 12:19:15.193916000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginehistory.sip
2022-04-12 17:51:06.450593200 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginehttprequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginehttprequest.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginehttprequest.sip
2021-10-28 12:19:15.228366000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginehttprequest.sip
2022-04-12 17:51:06.457484000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineloadinginfo.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineloadinginfo.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineloadinginfo.sip
2021-10-28 12:19:15.234343000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineloadinginfo.sip
2022-04-12 17:51:06.463620700 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginenavigationrequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginenavigationrequest.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginenavigationrequest.sip
2021-10-28 12:19:15.194445400 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginenavigationrequest.sip
2022-04-12 17:51:06.451121800 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip
2021-10-28 12:19:15.194942500 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip
2022-04-12 17:51:06.451623200 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginenotification.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginenotification.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginenotification.sip
2021-10-28 12:19:15.228848700 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginenotification.sip
2022-04-12 17:51:06.457969700 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginepage.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginepage.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginepage.sip
2021-10-28 12:19:15.232063800 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginepage.sip
2022-04-12 17:51:06.461452000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
@@ -117,6 +117,9 @@
FileSelectOpen,
FileSelectOpenMultiple,
FileSelectUploadFolder,
+%If (QtWebEngine_6_3_0 -)
+ FileSelectSave,
+%End
};
enum JavaScriptConsoleMessageLevel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineprofile.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineprofile.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineprofile.sip
2021-10-28 12:19:15.191678000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineprofile.sip
2022-04-12 17:51:06.448272500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginequotarequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginequotarequest.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginequotarequest.sip
2021-10-28 12:19:15.198012600 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginequotarequest.sip
2022-04-12 17:51:06.454906500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2021-10-28 12:19:15.227848800 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2022-04-12 17:51:06.456956100 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginescript.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginescript.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginescript.sip
2021-10-28 12:19:15.195543500 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginescript.sip
2022-04-12 17:51:06.452338700 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginescriptcollection.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginescriptcollection.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginescriptcollection.sip
2021-10-28 12:19:15.227365300 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginescriptcollection.sip
2022-04-12 17:51:06.456511300 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginesettings.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginesettings.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebenginesettings.sip
2021-10-28 12:19:15.235108000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebenginesettings.sip
2022-04-12 17:51:06.464325000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
2021-10-28 12:19:15.193179100 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
2022-04-12 17:51:06.449838900 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
2021-10-28 12:19:15.190275400 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
2022-04-12 17:51:06.446828400 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
2021-10-28 12:19:15.196042000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
2022-04-12 17:51:06.452905000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlscheme.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlscheme.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlscheme.sip
2021-10-28 12:19:15.197549800 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlscheme.sip
2022-04-12 17:51:06.454467500 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
---
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
2021-10-28 12:19:15.233169600 +0200
+++
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
2022-04-12 17:51:06.462562000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip
2021-10-28 12:19:15.187928000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip
2022-04-12 17:51:06.444354000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineQuick Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
@@ -26,7 +26,7 @@
%Import QtWebEngineCore/QtWebEngineCoremod.sip
%Copying
-Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
This file is part of PyQt6-WebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineQuick/qquickwebengineprofile.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineQuick/qquickwebengineprofile.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineQuick/qquickwebengineprofile.sip
2021-10-28 12:19:15.188829200 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineQuick/qquickwebengineprofile.sip
2022-04-12 17:51:06.445322300 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineQuick Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineQuick/qtwebenginequickglobal.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineQuick/qtwebenginequickglobal.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineQuick/qtwebenginequickglobal.sip
2021-10-28 12:19:15.189252900 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineQuick/qtwebenginequickglobal.sip
2022-04-12 17:51:06.445796300 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineQuick Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
2021-10-28 12:19:15.187420000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
2022-04-12 17:51:06.443804000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
@@ -29,7 +29,7 @@
%Import QtWidgets/QtWidgetsmod.sip
%Copying
-Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
This file is part of PyQt6-WebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineWidgets/qwebengineview.sip
new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineWidgets/qwebengineview.sip
--- old/PyQt6_WebEngine-6.2.1/sip/QtWebEngineWidgets/qwebengineview.sip
2021-10-28 12:19:15.186892000 +0200
+++ new/PyQt6_WebEngine-6.3.0/sip/QtWebEngineWidgets/qwebengineview.sip
2022-04-12 17:51:06.443223000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-WebEngine.
//
@@ -203,10 +203,10 @@
// QtWebEngineWidgets uses Q_COREAPP_STARTUP_FUNCTION so, in order to make sure
// things work (particularly on Windows) when we dynamically load the code, we
// check things have been done in the right order.
-if (QCoreApplication::instance())
+if (QCoreApplication::instance() &&
!QCoreApplication::testAttribute(Qt::AA_ShareOpenGLContexts))
{
PyErr_SetString(PyExc_ImportError,
- "QtWebEngineWidgets must be imported before a QCoreApplication
instance is created");
+ "QtWebEngineWidgets must be imported or Qt.AA_ShareOpenGLContexts
must be set before a QCoreApplication instance is created");
return SIP_NULLPTR;
}
%End