Hello community,

here is the log from the commit of package python-qtwebengine-qt5 for 
openSUSE:Factory checked in at 2019-09-26 20:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtwebengine-qt5"

Thu Sep 26 20:39:03 2019 rev:3 rq:732191 version:5.13.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes
    2019-07-16 08:40:28.447019183 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.2352/python-qtwebengine-qt5.changes
  2019-09-26 20:39:08.926876791 +0200
@@ -1,0 +2,10 @@
+Fri Sep 20 11:44:26 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.13.1
+  * Added the missing QWebEnginePage.Feature.Notifications enum member.
+  * Fix building against Qt v5.12 and earlier.
+  * Fixed building when Qt doesn't support QtWebChannel.
+  * Added support for sip v5.
+- Add update-timeline.patch
+
+-------------------------------------------------------------------

Old:
----
  PyQtWebEngine_gpl-5.13.0.tar.gz

New:
----
  PyQtWebEngine_gpl-5.13.1.tar.gz
  update-timeline.patch

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

Other differences:
------------------
++++++ python-qtwebengine-qt5.spec ++++++
--- /var/tmp/diff_new_pack.5DarAi/_old  2019-09-26 20:39:10.382872900 +0200
+++ /var/tmp/diff_new_pack.5DarAi/_new  2019-09-26 20:39:10.382872900 +0200
@@ -18,16 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-qtwebengine-qt5
-Version:        5.13.0
+Version:        5.13.1
 Release:        0
 Summary:        Python bindings for the Qt5 WebEngine framework
 License:        GPL-3.0-only
 Group:          Development/Libraries/Python
 URL:            https://www.riverbankcomputing.com/software/pyqtwebengine/intro
 Source:         
https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch0:         update-timeline.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
-BuildRequires:  %{python_module sip-devel >= 4.19.1}
+BuildRequires:  %{python_module sip-devel >= 4.19.19}
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(Qt5WebEngine)
 Requires:       python-qt5
@@ -65,7 +67,7 @@
 bindings to the Qt5 WebEngine framework.
 
 %prep
-%setup -q -n PyQtWebEngine_gpl-%{version}
+%autosetup -p1 -n PyQtWebEngine_gpl-%{version}
 %{python_expand mkdir build_%{$python_bin_suffix}
 cp *.py build_%{$python_bin_suffix}
 cp -r sip build_%{$python_bin_suffix}

++++++ PyQtWebEngine_gpl-5.13.0.tar.gz -> PyQtWebEngine_gpl-5.13.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine_gpl-5.13.0/ChangeLog 
new/PyQtWebEngine_gpl-5.13.1/ChangeLog
--- old/PyQtWebEngine_gpl-5.13.0/ChangeLog      2019-07-04 18:45:46.000000000 
+0200
+++ new/PyQtWebEngine_gpl-5.13.1/ChangeLog      2019-09-07 21:38:38.000000000 
+0200
@@ -1,5 +1,47 @@
+2019-09-07  Phil Thompson  <[email protected]>
+
+       * NEWS:
+       Released as v5.13.1.
+       [e7b3704583be] [5.13.1] <5.13-maint>
+
+       * NEWS:
+       Updated the NEWS file.
+       [ac313a7714c3] <5.13-maint>
+
+       * pyproject.toml:
+       Temporarily specify PyQt-build v0.1 as the build system.
+       [4a7ce6f828af] <5.13-maint>
+
+2019-08-30  Phil Thompson  <[email protected]>
+
+       * METADATA.in, README, pyproject.toml:
+       Added support for sip v5.
+       [3ec37bd4ae78] <5.13-maint>
+
+2019-07-20  Phil Thompson  <[email protected]>
+
+       * PyQtWebEngine.msp:
+       Fixed building when Qt doesn't support QtWebChannel.
+       [091f34543aea] <5.13-maint>
+
+2019-07-13  Phil Thompson  <[email protected]>
+
+       * PyQtWebEngine.msp:
+       Fix building against Qt v5.12 and earlier.
+       [8cb9a50c17c2] <5.13-maint>
+
+2019-07-05  Phil Thompson  <[email protected]>
+
+       * PyQtWebEngine.msp:
+       Added the missing QWebEnginePage.Feature.Notifications enum member.
+       [54f5dff7983d] <5.13-maint>
+
 2019-07-03  Phil Thompson  <[email protected]>
 
+       * .hgtags:
+       Added tag 5.13.0 for changeset fe9bb03004fd
+       [09c8c2e672ce]
+
        * NEWS:
        Released as v5.13.0.
        [fe9bb03004fd] [5.13.0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine_gpl-5.13.0/NEWS 
new/PyQtWebEngine_gpl-5.13.1/NEWS
--- old/PyQtWebEngine_gpl-5.13.0/NEWS   2019-07-04 18:45:04.000000000 +0200
+++ new/PyQtWebEngine_gpl-5.13.1/NEWS   2019-09-07 21:38:06.000000000 +0200
@@ -1,3 +1,7 @@
+v5.13.1 14th September 2019
+  - Added the missing QWebEnginePage.Feature.Notifications enum member.
+  - Added support for sip v5.
+
 v5.13.0 5th July 2019
   - Added support for Qt v5.13.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine_gpl-5.13.0/README 
new/PyQtWebEngine_gpl-5.13.1/README
--- old/PyQtWebEngine_gpl-5.13.0/README 2019-07-04 18:45:04.000000000 +0200
+++ new/PyQtWebEngine_gpl-5.13.1/README 2019-09-07 21:38:06.000000000 +0200
@@ -1,45 +1,47 @@
-        PyQtWebEngine - Python Bindings for the Qt Web Engine Framework
+PyQtWebEngine - Python Bindings for the Qt WebEngine Framework
+==============================================================
 
+PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine
+framework.  The framework provides the ability to embed web content in
+applications and is based on the Chrome browser.  The bindings sit on top of
+PyQt5 and are implemented as three separate modules corresponding to the
+different libraries that make up the framework.
 
-INTRODUCTION
+Author
+------
 
-These are the Python bindings for the Qt Web Engine framework.  Both Python v2
-and Python v3 are supported.  You must also have the SIP Python bindings
-generator and PyQt5 installed.
+PyQtWebEngine is copyright (c) Riverbank Computing Limited.  Its homepage is
+https://www.riverbankcomputing.com/software/pyqtwebengine/.
 
-The homepage is https://www.riverbankcomputing.com/software/pyqtwebengine/.
+Support may be obtained from the PyQt mailing list at
+https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
 
-The homepage of PyQt5 is https://www.riverbankcomputing.com/software/pyqt/.
 
-The homepage of SIP is https://www.riverbankcomputing.com/software/sip/.
+License
+-------
 
+PyQtWebEngine is released under the GPL v3 license and under a commercial
+license that allows for the development of proprietary applications.
 
-INSTALLATION
 
-Check for any other README files in this directory that relate to your
-particular platform.  Feel free to contribute a README for your platform or to
-provide updates to any existing documentation.
+Documentation
+-------------
 
-The first step is to configure PyQtWebEngine by running the following command.
+The documentation for the latest release can be found
+`here <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__.
 
-       python3 configure.py
 
-This assumes that the correct Python interpreter is on your path.  Something
-like the following may be appropriate on Windows.
+Installation
+------------
 
-       c:\python37\python configure.py
+The GPL version of PyQtWebEngine can be installed from PyPI::
 
-If you have multiple versions of Python installed then make sure you use the
-interpreter for which you wish to generate bindings for.
+    pip install PyQtWebEngine
 
-The configure.py script takes many options.  Use the "--help" command line
-option to display a full list of the available options.
+The wheels include a copy of the required parts of the LGPL version of Qt.
 
-The next step is to build PyQtWebEngine using your platform's make command.
+``pip`` will also build and install the bindings from the sdist package but
+Qt's ``qmake`` tool must be on ``PATH``.
 
-       make
-
-The final step is to install PyQtWebEngine by running the following command.
-(Depending on your system you may require root or administrator privileges.)
-
-       make install
+The ``sip-install`` tool will also install the bindings from the sdist package
+but will allow you to configure many aspects of the installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine_gpl-5.13.0/configure.py 
new/PyQtWebEngine_gpl-5.13.1/configure.py
--- old/PyQtWebEngine_gpl-5.13.0/configure.py   2019-07-04 18:45:46.000000000 
+0200
+++ new/PyQtWebEngine_gpl-5.13.1/configure.py   2019-09-07 21:38:38.000000000 
+0200
@@ -23,7 +23,7 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 
-# This is v2.12 of this boilerplate.
+# This is v2.13 of this boilerplate.
 
 
 from distutils import sysconfig
@@ -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.13.0'
+    version = '5.13.1'
 
     # The name of the PEP 376 .dist-info directory to be created.
     distinfo_name = 'PyQtWebEngine'
@@ -1113,8 +1113,14 @@
             if opts.pyqt_sip_dir is not None:
                 self.pyqt_sip_dir = opts.pyqt_sip_dir
             else:
-                self.pyqt_sip_dir = os.path.join(self.py_sip_dir,
-                        self.pyqt_package)
+                # If sip v5 or later installed a bindings directory then assume
+                # the PyQt .sip files are there.
+                bindings_dir = os.path.join(self.module_dir, 'bindings')
+                if os.path.isdir(bindings_dir):
+                    self.pyqt_sip_dir = bindings_dir
+                else:
+                    self.pyqt_sip_dir = os.path.join(self.py_sip_dir,
+                            self.pyqt_package)
 
         if _has_stubs(pkg_config):
             if opts.stubsdir is not None:
@@ -1148,7 +1154,7 @@
             self.sip = opts.sip
 
         if opts.abi_version is not None:
-            if os.path.basename(self.sip) != 'sip5':
+            if not self.using_sip5():
                 error("The --abi-version argument can only be used with sip5.")
 
             self.abi_version = opts.abi_version
@@ -1158,6 +1164,11 @@
 
         pkg_config.apply_options(self, opts)
 
+    def using_sip5(self):
+        """ Return True if sip5 is being used. """
+
+        return os.path.basename(self.sip).startswith('sip5')
+
     @staticmethod
     def _find_exe(*exes):
         """ Find an executable, ie. the first on the path. """
@@ -1822,7 +1833,7 @@
 
     if '.dev' in version_str or 'snapshot' in version_str:
         # We only need to distinguish between sip v4 and sip v5.
-        if os.path.basename(target_config.sip) == 'sip5':
+        if target_config.using_sip5():
             version = 0x050000
         else:
             version = 0x040000
@@ -1986,12 +1997,17 @@
 
     if target_config.distinfo:
         # Allow for out-of-tree builds.
-        mk_distinfo = os.path.join(os.path.dirname(os.path.abspath(__file__)),
-                'mk_distinfo.py')
         distinfo_dir = os.path.join(target_config.py_module_dir,
             pkg_config.distinfo_name + '-' + pkg_config.version + '.dist-info')
-        run_mk_distinfo = '%s %s \\"$(INSTALL_ROOT)\\" %s installed.txt' % (
-                sys.executable, mk_distinfo, distinfo_dir)
+
+        if target_config.using_sip5():
+            run_mk_distinfo = 'sip-distinfo --prefix \\"$(INSTALL_ROOT)\\" 
--inventory installed.txt ' + distinfo_dir
+        else:
+            mk_distinfo = os.path.join(
+                    os.path.dirname(os.path.abspath(__file__)),
+                    'mk_distinfo.py')
+            run_mk_distinfo = '%s %s \\"$(INSTALL_ROOT)\\" %s installed.txt' % 
(
+                    sys.executable, mk_distinfo, distinfo_dir)
 
         pro.write('''
 distinfo.extra = %s
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine_gpl-5.13.0/pyproject.toml 
new/PyQtWebEngine_gpl-5.13.1/pyproject.toml
--- old/PyQtWebEngine_gpl-5.13.0/pyproject.toml 1970-01-01 01:00:00.000000000 
+0100
+++ new/PyQtWebEngine_gpl-5.13.1/pyproject.toml 2019-09-07 21:38:38.000000000 
+0200
@@ -0,0 +1,30 @@
+# Specify PyQt-build v1.0 as the build system for the package.
+[build-system]
+#requires = ["PyQt-build >=1, <2"]
+requires = ["PyQt-build >=0.1.0, <1"]
+build-backend = "sipbuild.api"
+
+# Specify the PEP 522 metadata for the project.
+[tool.sip.metadata]
+name = "PyQtWebEngine"
+version = "5.13.1"
+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"
+description-file = "README"
+
+# Specify a PyQt-based project.
+[tool.sip]
+project-factory = "pyqtbuild:PyQtProject"
+
+# Define and configure each set of bindings.
+[tool.sip.bindings.QtWebEngineCore]
+qmake-QT = ["webenginecore"]
+
+[tool.sip.bindings.QtWebEngine]
+qmake-QT = ["webengine"]
+
+[tool.sip.bindings.QtWebEngineWidgets]
+qmake-QT = ["webenginewidgets"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineCore/qwebenginenotification.sip 
new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineCore/qwebenginenotification.sip
--- old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineCore/qwebenginenotification.sip 
2019-07-04 18:45:47.000000000 +0200
+++ new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineCore/qwebenginenotification.sip 
2019-09-07 21:38:38.000000000 +0200
@@ -22,16 +22,6 @@
 
 %If (QtWebEngine_5_13_0 -)
 
-namespace QtWebEngineCore
-{
-%TypeHeaderCode
-#include <qwebenginenotification.h>
-%End
-};
-
-%End
-%If (QtWebEngine_5_13_0 -)
-
 class QWebEngineNotification : QObject /NoDefaultCtors/
 {
 %TypeHeaderCode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip 
new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
--- 
old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip   
    2019-07-04 18:45:47.000000000 +0200
+++ 
new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip   
    2019-09-07 21:38:38.000000000 +0200
@@ -25,10 +25,10 @@
 %Import QtCore/QtCoremod.sip
 %Import QtNetwork/QtNetworkmod.sip
 %Import QtPrintSupport/QtPrintSupportmod.sip
-%Import QtWebChannel/QtWebChannelmod.sip
-%Import QtWebEngineCore/QtWebEngineCoremod.sip
 %Import QtWidgets/QtWidgetsmod.sip
 
+%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}
+
 %Copying
 Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
 
@@ -54,6 +54,10 @@
 %Import QtWebEngineCore/QtWebEngineCoremod.sip
 %End
 
+%If (PyQt_WebChannel)
+%Import QtWebChannel/QtWebChannelmod.sip
+%End
+
 %Include qwebenginecertificateerror.sip
 %Include qwebengineclientcertificateselection.sip
 %Include qwebenginecontextmenudata.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineWidgets/qwebenginepage.sip 
new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineWidgets/qwebenginepage.sip
--- old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineWidgets/qwebenginepage.sip      
2019-07-04 18:45:47.000000000 +0200
+++ new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineWidgets/qwebenginepage.sip      
2019-09-07 21:38:38.000000000 +0200
@@ -170,6 +170,9 @@
 
     enum Feature
     {
+%If (QtWebEngine_5_13_0 -)
+        Notifications,
+%End
         Geolocation,
         MediaAudioCapture,
         MediaVideoCapture,
@@ -418,14 +421,20 @@
     QWebEngineScriptCollection &scripts();
 %End
 %If (QtWebEngine_5_5_0 -)
+%If (PyQt_WebChannel)
     QWebChannel *webChannel() const;
 %End
+%End
 %If (QtWebEngine_5_5_0 -)
+%If (PyQt_WebChannel)
     void setWebChannel(QWebChannel *);
 %End
+%End
 %If (QtWebEngine_5_7_0 -)
+%If (PyQt_WebChannel)
     void setWebChannel(QWebChannel *, uint worldId);
 %End
+%End
 
 protected:
 %If (QtWebEngine_5_5_0 -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineWidgets/qwebengineprofile.sip 
new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineWidgets/qwebengineprofile.sip
--- old/PyQtWebEngine_gpl-5.13.0/sip/QtWebEngineWidgets/qwebengineprofile.sip   
2019-07-04 18:45:47.000000000 +0200
+++ new/PyQtWebEngine_gpl-5.13.1/sip/QtWebEngineWidgets/qwebengineprofile.sip   
2019-09-07 21:38:38.000000000 +0200
@@ -29,8 +29,10 @@
 %End
 
 %TypeCode
+#if QT_VERSION >= 0x050d00
 // For QWebEngineProfile.setNotificationPresenter().
 #include <QWebEngineNotification>
+#endif
 %End
 
 public:

++++++ update-timeline.patch ++++++
>From d9569822ddf882c8115d3e7ab0423388eddca627 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <[email protected]>
Date: Fri, 20 Sep 2019 15:06:44 +0200
Subject: [PATCH] PyQtWebEngine 5.13.1 introduced the same stupid timeline as
 PyQt5.

---
 sip/QtWebEngineCore/QtWebEngineCoremod.sip       | 2 +-
 sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sip/QtWebEngineCore/QtWebEngineCoremod.sip 
b/sip/QtWebEngineCore/QtWebEngineCoremod.sip
index 8f34dfd..94d366a 100644
--- a/sip/QtWebEngineCore/QtWebEngineCoremod.sip
+++ b/sip/QtWebEngineCore/QtWebEngineCoremod.sip
@@ -26,7 +26,7 @@
 %Import QtGui/QtGuimod.sip
 %Import QtNetwork/QtNetworkmod.sip
 
-%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}
+%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_13_1 QtWebEngine_5_13_2 
QtWebEngine_5_13_3}
 
 %Copying
 Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
diff --git a/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip 
b/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
index 78262d9..16f9fd3 100644
--- a/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
+++ b/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
@@ -27,7 +27,7 @@
 %Import QtPrintSupport/QtPrintSupportmod.sip
 %Import QtWidgets/QtWidgetsmod.sip
 
-%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}
+%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_13_1 QtWebEngine_5_13_2 
QtWebEngine_5_13_3}
 
 %Copying
 Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
-- 
2.23.0


Reply via email to