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 2023-04-27 20:00:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyQt6-WebEngine (Old) and /work/SRC/openSUSE:Factory/.python-PyQt6-WebEngine.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-WebEngine" Thu Apr 27 20:00:48 2023 rev:8 rq:1083088 version:6.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyQt6-WebEngine/python-PyQt6-WebEngine.changes 2023-03-16 22:57:53.595327519 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyQt6-WebEngine.new.1533/python-PyQt6-WebEngine.changes 2023-04-27 20:01:11.550016530 +0200 @@ -1,0 +2,6 @@ +Mon Apr 24 20:15:00 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 6.5.0 + * Added support for Qt v6.5. + +------------------------------------------------------------------- Old: ---- PyQt6_WebEngine-6.4.0.tar.gz New: ---- PyQt6_WebEngine-6.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyQt6-WebEngine.spec ++++++ --- /var/tmp/diff_new_pack.NtdMJo/_old 2023-04-27 20:01:12.094019728 +0200 +++ /var/tmp/diff_new_pack.NtdMJo/_new 2023-04-27 20:01:12.102019775 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define muname PyQt6_WebEngine %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.4.0 +Version: 6.5.0 Release: 0 Summary: Python bindings for the Qt WebEngine framework License: GPL-3.0-only ++++++ PyQt6_WebEngine-6.4.0.tar.gz -> PyQt6_WebEngine-6.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/ChangeLog new/PyQt6_WebEngine-6.5.0/ChangeLog --- old/PyQt6_WebEngine-6.4.0/ChangeLog 2022-09-30 12:29:55.681202400 +0200 +++ new/PyQt6_WebEngine-6.5.0/ChangeLog 2023-04-04 17:25:06.752939500 +0200 @@ -1,5 +1,15 @@ +2023-03-31 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS, PyQt6-WebEngine.msp: + Updated for Qt v6.5.0rc. + [105702805a7a] [6.5.0] + 2022-09-30 Phil Thompson <p...@riverbankcomputing.com> + * .hgtags: + Added tag 6.4.0 for changeset 1514ce956b1e + [0eff8a16b8ef] + * NEWS: Updated for Qt v6.4.0. [1514ce956b1e] [6.4.0] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/NEWS new/PyQt6_WebEngine-6.5.0/NEWS --- old/PyQt6_WebEngine-6.4.0/NEWS 2022-09-30 12:27:37.363176000 +0200 +++ new/PyQt6_WebEngine-6.5.0/NEWS 2023-04-04 17:22:33.896329000 +0200 @@ -1,3 +1,6 @@ +v6.5.0 31st March 2023 + - Added support for Qt v6.5. + v6.4.0 30th September 2022 - Added support for Qt v6.4. - Bug fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/PKG-INFO new/PyQt6_WebEngine-6.5.0/PKG-INFO --- old/PyQt6_WebEngine-6.4.0/PKG-INFO 2022-09-30 12:29:56.243899300 +0200 +++ new/PyQt6_WebEngine-6.5.0/PKG-INFO 2023-04-04 17:25:07.309887200 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyQt6-WebEngine -Version: 6.4.0 +Version: 6.5.0 Requires-Python: >=3.7 Summary: Python bindings for the Qt WebEngine framework Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/pyproject.toml new/PyQt6_WebEngine-6.5.0/pyproject.toml --- old/PyQt6_WebEngine-6.4.0/pyproject.toml 2022-09-30 12:29:55.682508200 +0200 +++ new/PyQt6_WebEngine-6.5.0/pyproject.toml 2023-04-04 17:25:06.754313700 +0200 @@ -6,7 +6,7 @@ # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "PyQt6-WebEngine" -version = "6.4.0" +version = "6.5.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.4.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip 2022-09-30 12:29:56.025116400 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip 2023-04-04 17:25:07.124042700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -27,10 +27,10 @@ %Import QtNetwork/QtNetworkmod.sip %Import QtWebChannel/QtWebChannelmod.sip -%Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0} +%Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0 QtWebEngine_6_5_0} %Copying -Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> This file is part of PyQt6-WebEngine. @@ -54,8 +54,8 @@ const char *PYQT_WEBENGINE_VERSION_STR; %ModuleCode -static int PYQT_WEBENGINE_VERSION = 0x060400; -static const char *PYQT_WEBENGINE_VERSION_STR = "6.4.0"; +static int PYQT_WEBENGINE_VERSION = 0x060500; +static const char *PYQT_WEBENGINE_VERSION_STR = "6.5.0"; %End %Include qtwebenginecoreglobal.sip diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qtwebenginecoreglobal.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qtwebenginecoreglobal.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qtwebenginecoreglobal.sip 2022-09-30 12:29:56.064562600 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qtwebenginecoreglobal.sip 2023-04-04 17:25:07.133484100 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -35,3 +35,6 @@ %If (QtWebEngine_6_3_0 -) const char *qWebEngineChromiumSecurityPatchVersion(); %End +%If (QtWebEngine_6_5_0 -) +const char *qWebEngineProcessName(); +%End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginecertificateerror.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginecertificateerror.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginecertificateerror.sip 2022-09-30 12:29:56.025675500 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginecertificateerror.sip 2023-04-04 17:25:07.124607800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip 2022-09-30 12:29:56.023094200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip 2023-04-04 17:25:07.121919200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip 2022-09-30 12:29:56.016109500 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip 2023-04-04 17:25:07.114445000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip 2022-09-30 12:29:56.061333400 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip 2023-04-04 17:25:07.130869000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginecookiestore.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginecookiestore.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginecookiestore.sip 2022-09-30 12:29:56.057765500 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginecookiestore.sip 2023-04-04 17:25:07.127705600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginedownloadrequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginedownloadrequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginedownloadrequest.sip 2022-09-30 12:29:56.018705000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginedownloadrequest.sip 2023-04-04 17:25:07.117276400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip 2022-09-30 12:29:56.022156200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip 2023-04-04 17:25:07.120925700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip 2022-09-30 12:29:56.023513300 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip 2023-04-04 17:25:07.122357600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip 2022-09-30 12:29:56.062497400 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip 2023-04-04 17:25:07.131736800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginehistory.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginehistory.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginehistory.sip 2022-09-30 12:29:56.020087700 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginehistory.sip 2023-04-04 17:25:07.118727200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginehttprequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginehttprequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginehttprequest.sip 2022-09-30 12:29:56.027052200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginehttprequest.sip 2023-04-04 17:25:07.126178300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineloadinginfo.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineloadinginfo.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineloadinginfo.sip 2022-09-30 12:29:56.063209000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineloadinginfo.sip 2023-04-04 17:25:07.132276800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginenavigationrequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginenavigationrequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginenavigationrequest.sip 2022-09-30 12:29:56.020588900 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginenavigationrequest.sip 2023-04-04 17:25:07.119258900 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip 2022-09-30 12:29:56.021053300 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip 2023-04-04 17:25:07.119764300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginenotification.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginenotification.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginenotification.sip 2022-09-30 12:29:56.056467500 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginenotification.sip 2023-04-04 17:25:07.126715000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginepage.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginepage.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginepage.sip 2022-09-30 12:29:56.060545200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginepage.sip 2023-04-04 17:25:07.130143400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineprofile.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineprofile.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineprofile.sip 2022-09-30 12:29:56.017897100 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineprofile.sip 2023-04-04 17:25:07.116404800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -228,4 +228,11 @@ Py_END_ALLOW_THREADS %End + +%If (QtWebEngine_6_5_0 -) + bool isPushServiceEnabled() const; +%End +%If (QtWebEngine_6_5_0 -) + void setPushServiceEnabled(bool enabled); +%End }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginequotarequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginequotarequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginequotarequest.sip 2022-09-30 12:29:56.024518300 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginequotarequest.sip 2023-04-04 17:25:07.123412400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip 2022-09-30 12:29:56.026543000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip 2023-04-04 17:25:07.125527900 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginescript.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginescript.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginescript.sip 2022-09-30 12:29:56.021605500 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginescript.sip 2023-04-04 17:25:07.120344600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginescriptcollection.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginescriptcollection.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginescriptcollection.sip 2022-09-30 12:29:56.026108000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginescriptcollection.sip 2023-04-04 17:25:07.125080000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginesettings.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginesettings.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebenginesettings.sip 2022-09-30 12:29:56.064070200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebenginesettings.sip 2023-04-04 17:25:07.133041900 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip 2022-09-30 12:29:56.019373000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip 2023-04-04 17:25:07.117988800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -75,6 +75,9 @@ void redirect(const QUrl &url); void setHttpHeader(const QByteArray &name, const QByteArray &value); QUrl initiator() const; +%If (QtWebEngine_6_5_0 -) + QHash<QByteArray, QByteArray> httpHeaders() const; +%End private: QWebEngineUrlRequestInfo(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip 2022-09-30 12:29:56.016535800 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip 2023-04-04 17:25:07.114900000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip 2022-09-30 12:29:56.022636000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip 2023-04-04 17:25:07.121447600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlscheme.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlscheme.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlscheme.sip 2022-09-30 12:29:56.024091200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlscheme.sip 2023-04-04 17:25:07.122965000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip 2022-09-30 12:29:56.061837000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip 2023-04-04 17:25:07.131295400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineCore Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip 2022-09-30 12:29:56.014337000 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip 2023-04-04 17:25:07.112374800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineQuick Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -26,7 +26,7 @@ %Import QtWebEngineCore/QtWebEngineCoremod.sip %Copying -Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> This file is part of PyQt6-WebEngine. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineQuick/qquickwebengineprofile.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineQuick/qquickwebengineprofile.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineQuick/qquickwebengineprofile.sip 2022-09-30 12:29:56.015183200 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineQuick/qquickwebengineprofile.sip 2023-04-04 17:25:07.113376100 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineQuick Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -131,4 +131,17 @@ signals: void downloadPathChanged(); void presentNotification(QWebEngineNotification *notification); + +public: +%If (QtWebEngine_6_5_0 -) + bool isPushServiceEnabled() const; +%End +%If (QtWebEngine_6_5_0 -) + void setPushServiceEnabled(bool enable); +%End + +signals: +%If (QtWebEngine_6_5_0 -) + void pushServiceEnabledChanged(); +%End }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineQuick/qtwebenginequickglobal.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineQuick/qtwebenginequickglobal.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineQuick/qtwebenginequickglobal.sip 2022-09-30 12:29:56.015573500 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineQuick/qtwebenginequickglobal.sip 2023-04-04 17:25:07.113842200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineQuick Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip 2022-09-30 12:29:56.013879800 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip 2023-04-04 17:25:07.111832100 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // @@ -29,7 +29,7 @@ %Import QtWidgets/QtWidgetsmod.sip %Copying -Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> This file is part of PyQt6-WebEngine. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineWidgets/qwebengineview.sip new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineWidgets/qwebengineview.sip --- old/PyQt6_WebEngine-6.4.0/sip/QtWebEngineWidgets/qwebengineview.sip 2022-09-30 12:29:56.013344800 +0200 +++ new/PyQt6_WebEngine-6.5.0/sip/QtWebEngineWidgets/qwebengineview.sip 2023-04-04 17:25:07.111263300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtWebEngineWidgets Python extension module. // -// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-WebEngine. // ++++++ support-python3.6.patch ++++++ --- /var/tmp/diff_new_pack.NtdMJo/_old 2023-04-27 20:01:12.278020810 +0200 +++ /var/tmp/diff_new_pack.NtdMJo/_new 2023-04-27 20:01:12.286020857 +0200 @@ -5,7 +5,7 @@ @@ -1,7 +1,7 @@ Metadata-Version: 2.1 Name: PyQt6-WebEngine - Version: 6.4.0 + Version: 6.5.0 -Requires-Python: >=3.7 +Requires-Python: >=3.6 Summary: Python bindings for the Qt WebEngine framework