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 2021-03-06 21:18:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old)
and /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtwebengine-qt5"
Sat Mar 6 21:18:31 2021 rev:9 rq:875739 version:5.15.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes
2020-11-13 18:57:41.210021189 +0100
+++
/work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.2378/python-qtwebengine-qt5.changes
2021-03-06 21:18:33.261231288 +0100
@@ -1,0 +2,14 @@
+Fri Feb 26 09:50:43 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 5.15.3
+ * Sync release with PyQt5
+- Switch all distros to SIP v5+
+- Disable Python 2 build
+
+-------------------------------------------------------------------
+Tue Nov 24 20:02:11 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to Version 5.15.2
+ * Build system changes
+
+-------------------------------------------------------------------
Old:
----
PyQtWebEngine-5.15.1.tar.gz
New:
----
PyQtWebEngine-5.15.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qtwebengine-qt5.spec ++++++
--- /var/tmp/diff_new_pack.OVj4mr/_old 2021-03-06 21:18:33.781231821 +0100
+++ /var/tmp/diff_new_pack.OVj4mr/_new 2021-03-06 21:18:33.781231821 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-qtwebengine-qt5
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,12 @@
#
-%if 0%{suse_version} < 1550
-%define use_sip4 1
-%endif
-
%define oldpython python
%define mname qtwebengine-qt5
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
Name: python-%{mname}
-Version: 5.15.1
+Version: 5.15.3
Release: 0
Summary: Python bindings for the Qt5 WebEngine framework
License: GPL-3.0-only
@@ -32,19 +29,14 @@
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
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 sip-devel >= 5.3}
BuildRequires: python-pyqt-rpm-macros
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(Qt5WebEngine)
-%if 0%{?use_sip4}
-BuildRequires: %{python_module sip4-devel >= 4.19.4}
-Requires: python-sip(api) = %{python_sip_api_ver}
-%else
-BuildRequires: %{python_module pyqt-builder}
-BuildRequires: %{python_module sip-devel >= 5.3}
-%requires_eq python-qt5-sip
-%endif
-Requires: python-qt5
+Requires: python-qt5 >= %{version}
+Requires: python-qt5-sip
%python_subpackages
++++++ PyQtWebEngine-5.15.1.tar.gz -> PyQtWebEngine-5.15.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.1/ChangeLog
new/PyQtWebEngine-5.15.3/ChangeLog
--- old/PyQtWebEngine-5.15.1/ChangeLog 2020-09-12 10:13:34.647095000 +0200
+++ new/PyQtWebEngine-5.15.3/ChangeLog 2021-02-23 17:18:34.269857000 +0100
@@ -1,5 +1,58 @@
+2021-02-23 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Released as v5.15.3.
+ [b2cd71fcd0e8] [5.15.3] <5.15-maint>
+
+ * pyproject.toml:
+ Fixed the Qt wheel dependency.
+ [1ba4b0c9b7a1] <5.15-maint>
+
+2021-02-22 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Updated the NEWS file.
+ [23a66c3f1b52] <5.15-maint>
+
+2021-02-09 Phil Thompson <[email protected]>
+
+ * pyproject.toml:
+ Added the dependency on the Qt wheel.
+ [8dd59deed488] <5.15-maint>
+
+2020-11-23 Phil Thompson <[email protected]>
+
+ * .hgtags:
+ Added tag 5.15.2 for changeset 3f9b37532f26
+ [067f6ce9bb6b] <5.15-maint>
+
+ * NEWS:
+ Released as v5.12.2.
+ [3f9b37532f26] [5.15.2] <5.15-maint>
+
+ * NEWS:
+ Updated the NEWS file.
+ [44ed90634960] <5.15-maint>
+
+2020-10-28 Phil Thompson <[email protected]>
+
+ * PyQtWebEngine.msp:
+ Updated to project v15.
+ [e6582f031ff0] <5.15-maint>
+
+2020-09-17 Phil Thompson <[email protected]>
+
+ * pyproject.toml:
+ Require PyQt-builder v1.6 as we no longer specify the sip module and
+ ABI.
+ [1a97486ba722] <5.15-maint>
+
2020-09-11 Phil Thompson <[email protected]>
+ * .hgtags:
+ Added tag 5.15.1 for changeset e2b884210459
+ [21495ba4d85e] <5.15-maint>
+
* NEWS:
Released as v5.15.1.
[e2b884210459] [5.15.1] <5.15-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.1/NEWS
new/PyQtWebEngine-5.15.3/NEWS
--- old/PyQtWebEngine-5.15.1/NEWS 2020-09-12 10:12:54.210873000 +0200
+++ new/PyQtWebEngine-5.15.3/NEWS 2021-02-23 17:17:57.985491000 +0100
@@ -1,3 +1,10 @@
+v5.15.3 24th February 2021
+ - Wheels now assume that the corresponding Qt libraries are in an external
+ wheel rather than being bundled.
+
+v5.15.2 23rd November 2020
+ - Build system changes.
+
v5.15.1 12th September 2020
- A bug-fix release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.1/PKG-INFO
new/PyQtWebEngine-5.15.3/PKG-INFO
--- old/PyQtWebEngine-5.15.1/PKG-INFO 2020-09-12 10:13:35.385309700 +0200
+++ new/PyQtWebEngine-5.15.3/PKG-INFO 2021-02-23 17:18:35.088446000 +0100
@@ -1,14 +1,14 @@
Metadata-Version: 2.1
Name: PyQtWebEngine
-Version: 5.15.1
-Requires-Python: >=3.5
+Version: 5.15.3
+Requires-Python: >=3.6
Summary: Python bindings for the Qt WebEngine framework
Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
Author: Riverbank Computing Limited
Author-Email: [email protected]
License: GPL v3
-Requires-Dist: PyQt5-sip (>=12.8, <13)
-Requires-Dist: PyQt5 (>=5.15)
+Requires-Dist: PyQtWebEngine-Qt (>=5.15)
+Requires-Dist: PyQt5 (>=5.15.3)
PyQtWebEngine - Python Bindings for the Qt WebEngine Framework
==============================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.1/configure.py
new/PyQtWebEngine-5.15.3/configure.py
--- old/PyQtWebEngine-5.15.1/configure.py 2020-09-12 10:13:34.650343000
+0200
+++ new/PyQtWebEngine-5.15.3/configure.py 2021-02-23 17:18:34.274136000
+0100
@@ -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.1'
+ version = '5.15.3'
# 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.1/pyproject.toml
new/PyQtWebEngine-5.15.3/pyproject.toml
--- old/PyQtWebEngine-5.15.1/pyproject.toml 2020-09-12 10:13:34.651650000
+0200
+++ new/PyQtWebEngine-5.15.3/pyproject.toml 2021-02-23 17:18:34.275933000
+0100
@@ -1,19 +1,19 @@
-# Specify PyQt-builder v1.0 as the build system for the package.
+# Specify the build system requirements.
[build-system]
-requires = ["sip >=5.3, <7", "PyQt-builder >=1, <2"]
+requires = ["sip >=5.3, <7", "PyQt-builder >=1.9, <2"]
build-backend = "sipbuild.api"
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQtWebEngine"
-version = "5.15.1"
+version = "5.15.3"
summary = "Python bindings for the Qt WebEngine framework"
home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
author = "Riverbank Computing Limited"
author-email = "[email protected]"
license = "GPL v3"
-requires-dist = "PyQt5 (>=5.15)"
description-file = "README"
+requires-dist = ["PyQtWebEngine-Qt (>=5.15)", "PyQt5 (>=5.15.3)"]
# Specify a PyQt-based project.
[tool.sip]
@@ -21,8 +21,6 @@
# Configure the project.
[tool.sip.project]
-abi-version = "12.8"
-sip-module = "PyQt5.sip"
tag-prefix = "QtWebEngine"
# Define and configure each set of bindings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngine/QtWebEnginemod.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngine/QtWebEnginemod.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngine/QtWebEnginemod.sip 2020-09-12
10:13:35.006981000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngine/QtWebEnginemod.sip 2021-02-23
17:18:34.789115000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -25,7 +25,7 @@
%Import QtWebEngineCore/QtWebEngineCoremod.sip
%Copying
-Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
This file is part of PyQtWebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngine/qquickwebengineprofile.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngine/qquickwebengineprofile.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngine/qquickwebengineprofile.sip
2020-09-12 10:13:35.005443000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngine/qquickwebengineprofile.sip
2021-02-23 17:18:34.787177000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngine/qquickwebenginescript.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngine/qquickwebenginescript.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngine/qquickwebenginescript.sip
2020-09-12 10:13:35.006550000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngine/qquickwebenginescript.sip
2021-02-23 17:18:34.788465000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngine/qtwebengineglobal.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngine/qtwebengineglobal.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngine/qtwebengineglobal.sip
2020-09-12 10:13:35.005926000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngine/qtwebengineglobal.sip
2021-02-23 17:18:34.787749000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -25,8 +25,8 @@
const char *PYQT_WEBENGINE_VERSION_STR;
%ModuleCode
-static int PYQT_WEBENGINE_VERSION = 0x050f01;
-static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.1";
+static int PYQT_WEBENGINE_VERSION = 0x050f03;
+static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.3";
%End
%If (QtWebEngine_5_6_0 -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/QtWebEngineCoremod.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/QtWebEngineCoremod.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/QtWebEngineCoremod.sip
2020-09-12 10:13:35.037999000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/QtWebEngineCoremod.sip
2021-02-23 17:18:34.795580000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// 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) 2020 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
This file is part of PyQtWebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2020-09-12 10:13:35.007554000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2021-02-23 17:18:34.789996000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginecookiestore.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginecookiestore.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginecookiestore.sip
2020-09-12 10:13:35.041241000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginecookiestore.sip
2021-02-23 17:18:34.799696000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginefindtextresult.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginefindtextresult.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginefindtextresult.sip
2020-09-12 10:13:35.009711000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginefindtextresult.sip
2021-02-23 17:18:34.793279000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginehttprequest.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginehttprequest.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginehttprequest.sip
2020-09-12 10:13:35.039397000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginehttprequest.sip
2021-02-23 17:18:34.797093000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginenotification.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginenotification.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginenotification.sip
2020-09-12 10:13:35.040026000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginenotification.sip
2021-02-23 17:18:34.797730000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginequotarequest.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginequotarequest.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebenginequotarequest.sip
2020-09-12 10:13:35.010888000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebenginequotarequest.sip
2021-02-23 17:18:34.794978000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2020-09-12 10:13:35.038733000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2021-02-23 17:18:34.796403000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
2020-09-12 10:13:35.008737000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
2021-02-23 17:18:34.791524000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
2020-09-12 10:13:35.008011000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
2021-02-23 17:18:34.790688000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
2020-09-12 10:13:35.009267000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
2021-02-23 17:18:34.792593000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlscheme.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlscheme.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlscheme.sip
2020-09-12 10:13:35.010374000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlscheme.sip
2021-02-23 17:18:34.794023000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
2020-09-12 10:13:35.041793000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
2021-02-23 17:18:34.800914000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
2020-09-12 10:13:35.003168000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
2021-02-23 17:18:34.784276000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// 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) 2020 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
This file is part of PyQtWebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
2020-09-12 10:13:34.995244000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
2021-02-23 17:18:34.775028000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
2020-09-12 10:13:34.992898000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
2021-02-23 17:18:34.772515000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
2020-09-12 10:13:35.002600000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
2021-02-23 17:18:34.783573000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
2020-09-12 10:13:34.994440000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
2021-02-23 17:18:34.774147000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
2020-09-12 10:13:35.001741000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
2021-02-23 17:18:34.782564000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginehistory.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginehistory.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginehistory.sip
2020-09-12 10:13:34.991427000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginehistory.sip
2021-02-23 17:18:34.771079000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginepage.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginepage.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginepage.sip
2020-09-12 10:13:35.001155000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginepage.sip
2021-02-23 17:18:34.781880000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebengineprofile.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebengineprofile.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebengineprofile.sip
2020-09-12 10:13:34.990319000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebengineprofile.sip
2021-02-23 17:18:34.770107000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginescript.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginescript.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginescript.sip
2020-09-12 10:13:34.992243000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginescript.sip
2021-02-23 17:18:34.771874000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
---
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
2020-09-12 10:13:34.995804000 +0200
+++
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
2021-02-23 17:18:34.775701000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginesettings.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginesettings.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginesettings.sip
2020-09-12 10:13:35.004220000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebenginesettings.sip
2021-02-23 17:18:34.785642000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebengineview.sip
new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebengineview.sip
--- old/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebengineview.sip
2020-09-12 10:13:34.997224000 +0200
+++ new/PyQtWebEngine-5.15.3/sip/QtWebEngineWidgets/qwebengineview.sip
2021-02-23 17:18:34.777329000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2021 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//