Hello community,

here is the log from the commit of package python-qtcharts-qt5 for 
openSUSE:Factory checked in at 2020-09-04 11:09:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtcharts-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtcharts-qt5.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtcharts-qt5"

Fri Sep  4 11:09:23 2020 rev:5 rq:830361 version:5.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qtcharts-qt5/python-qtcharts-qt5.changes  
2019-11-26 16:53:37.824221837 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qtcharts-qt5.new.3399/python-qtcharts-qt5.changes
        2020-09-04 11:10:00.882967492 +0200
@@ -1,0 +2,13 @@
+Thu Aug 27 20:17:34 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to 5.15.0
+  * Added support for Qt Charts v5.15.0.
+- v5.14.0 added support for Qt Charts v5.14.0 in December 2019
+- The source location has changed to PyPI
+
+-------------------------------------------------------------------
+Fri Mar 13 12:45:30 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Stop building the python2 package for openSUSE Tumbleweed.
+
+-------------------------------------------------------------------

Old:
----
  PyQtChart-5.13.1.tar.gz

New:
----
  PyQtChart-5.15.0.tar.gz

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

Other differences:
------------------
++++++ python-qtcharts-qt5.spec ++++++
--- /var/tmp/diff_new_pack.XTjttN/_old  2020-09-04 11:10:02.402968255 +0200
+++ /var/tmp/diff_new_pack.XTjttN/_new  2020-09-04 11:10:02.406968258 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qtcharts-qt5
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,19 @@
 #
 
 
+%if 0%{?suse_version} <= 1500
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%else
+%{?!python_module:%define python_module() python3-%{**}}
+%endif
 Name:           python-qtcharts-qt5
-Version:        5.13.1
+Version:        5.15.0
 Release:        0
 Summary:        Python bindings for the Qt5 Charts library
 License:        GPL-3.0-only
 Group:          Development/Libraries/Python
 URL:            https://www.riverbankcomputing.com/software/pyqtchart/intro
-Source:         
https://www.riverbankcomputing.com/static/Downloads/PyQtChart/%{version}/PyQtChart-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/P/PyQtChart/PyQtChart-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module sip-devel >= 4.19.1}

++++++ PyQtChart-5.13.1.tar.gz -> PyQtChart-5.15.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/ChangeLog 
new/PyQtChart-5.15.0/ChangeLog
--- old/PyQtChart-5.13.1/ChangeLog      2019-11-02 19:58:12.000000000 +0100
+++ new/PyQtChart-5.15.0/ChangeLog      2020-05-31 14:13:49.177825000 +0200
@@ -1,5 +1,79 @@
+2020-05-30  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Released as v5.15.0.
+       [57360c4d17b3] [5.15.0]
+
+2020-05-29  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Updated the NEWS file.
+       [d5a1538c7eaf]
+
+2020-05-17  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQtChart.msp:
+       Updated for Qt v5.15.0.
+       [1225aac33cd7]
+
+2020-05-16  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * Merged the 5.14-maint branch.
+       [03bc84ae034c]
+
+       * .hgignore:
+       Updated .hgignore.
+       [f0885e52a2de] <5.14-maint>
+
+2020-05-09  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * pyproject.toml:
+       The minimum ABI version is 12.8 which requires SIP v5.3.
+       [c4b84cf9873b] <5.14-maint>
+
+2020-02-08  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * pyproject.toml:
+       Fixed METADATA for the commercial wheels.
+       [1419849738eb] <5.14-maint>
+
+2019-12-18  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * .hgtags:
+       Added tag 5.14.0 for changeset 863e6d8620c7
+       [94a7d426f29f]
+
+       * NEWS:
+       Released as v5.14.0.
+       [863e6d8620c7] [5.14.0]
+
+       * pyproject.toml:
+       Fixed requires-dist for commercial wheels.
+       [f34f66f75d35]
+
+2019-12-16  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Updated the NEWS file.
+       [c58e9f3dd5cf]
+
+2019-12-14  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQtChart.msp:
+       Updated for Qt v5.14.0.
+       [a30d72ad83c0]
+
+2019-12-12  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * Merged the 5.13-maint branch.
+       [e5e0645b1781]
+
 2019-11-02  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 5.13.1 for changeset ee0b4bca19f3
+       [29075d76d4ce] <5.13-maint>
+
        * NEWS:
        Released as v5.13.1.
        [ee0b4bca19f3] [5.13.1] <5.13-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/NEWS new/PyQtChart-5.15.0/NEWS
--- old/PyQtChart-5.13.1/NEWS   2019-11-02 19:57:39.000000000 +0100
+++ new/PyQtChart-5.15.0/NEWS   2020-05-31 14:13:25.300669000 +0200
@@ -1,3 +1,9 @@
+v5.15.0 1st June 2020
+  - Added support for Qt Charts v5.15.0.
+
+v5.14.0 19th December 2019
+  - Added support for Qt Charts v5.14.0.
+
 v5.13.1 3rd November 2019
   - Added support for SIP v5.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/PKG-INFO 
new/PyQtChart-5.15.0/PKG-INFO
--- old/PyQtChart-5.13.1/PKG-INFO       1970-01-01 01:00:00.000000000 +0100
+++ new/PyQtChart-5.15.0/PKG-INFO       2020-05-31 14:13:50.175531400 +0200
@@ -0,0 +1,57 @@
+Metadata-Version: 2.1
+Name: PyQtChart
+Version: 5.15.0
+Requires-Python: >=3.5
+Summary: Python bindings for the Qt Charts library
+Home-Page: https://www.riverbankcomputing.com/software/pyqtchart/
+Author: Riverbank Computing Limited
+Author-Email: i...@riverbankcomputing.com
+License: GPL v3
+Requires-Dist: PyQt5-sip (>=12.8, <13)
+Requires-Dist: PyQt5 (>=5.15)
+
+PyQtChart - Python Bindings for the Qt Charts Library
+=====================================================
+
+PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library.
+The bindings sit on top of PyQt5 and are implemented as a single module.
+
+
+Author
+------
+
+PyQtChart is copyright (c) Riverbank Computing Limited.  Its homepage is
+https://www.riverbankcomputing.com/software/pyqtchart/.
+
+Support may be obtained from the PyQt mailing list at
+https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
+
+
+License
+-------
+
+PyQtChart is released under the GPL v3 license and under a commercial license
+that allows for the development of proprietary applications.
+
+
+Documentation
+-------------
+
+The documentation for the latest release can be found
+`here <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__.
+
+
+Installation
+------------
+
+The GPL version of PyQtChart can be installed from PyPI::
+
+    pip install PyQtChart
+
+The wheels include a copy of the required parts of the LGPL version of Qt.
+
+``pip`` will also build and install the bindings from the sdist package but
+Qt's ``qmake`` tool must be on ``PATH``.
+
+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/PyQtChart-5.13.1/configure.py 
new/PyQtChart-5.15.0/configure.py
--- old/PyQtChart-5.13.1/configure.py   2019-11-02 19:58:12.000000000 +0100
+++ new/PyQtChart-5.15.0/configure.py   2020-05-31 14:13:49.180659000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) 2019, Riverbank Computing Limited
+# Copyright (c) 2020, Riverbank Computing Limited
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -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.15 of this boilerplate.
+# This is v2.16 of this boilerplate.
 
 
 from distutils import sysconfig
@@ -55,7 +55,7 @@
 
     # The version of the module as a string.  Set it to None if you don't
     # provide version information.
-    version = '5.13.1'
+    version = '5.15.0'
 
     # The name of the PEP 376 .dist-info directory to be created.
     distinfo_name = 'PyQtChart'
@@ -1906,7 +1906,7 @@
         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)
+                quote(sys.executable), quote(mk_distinfo), quote(distinfo_dir))
 
         pro.write('''
 distinfo.extra = %s
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/pyproject.toml 
new/PyQtChart-5.15.0/pyproject.toml
--- old/PyQtChart-5.13.1/pyproject.toml 2019-11-02 19:58:12.000000000 +0100
+++ new/PyQtChart-5.15.0/pyproject.toml 2020-05-31 14:13:49.181724000 +0200
@@ -1,24 +1,29 @@
 # Specify PyQt-builder v1.0 as the build system for the package.
 [build-system]
-requires = ["PyQt-builder >=1, <2"]
+requires = ["sip >=5.3, <7", "PyQt-builder >=1, <2"]
 build-backend = "sipbuild.api"
 
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQtChart"
-version = "5.13.1"
+version = "5.15.0"
 summary = "Python bindings for the Qt Charts library"
 home-page = "https://www.riverbankcomputing.com/software/pyqtchart/";
 author = "Riverbank Computing Limited"
 author-email = "i...@riverbankcomputing.com"
 license = "GPL v3"
-requires-dist = "PyQt5 (>=5.13)"
+requires-dist = "PyQt5 (>=5.15)"
 description-file = "README"
 
 # Specify a PyQt-based project.
 [tool.sip]
+abi-version = "12.8"
 project-factory = "pyqtbuild:PyQtProject"
 
+# Configure the project.
+[tool.sip.project]
+tag-prefix = "QtChart"
+
 # Define and configure each set of bindings.
 [tool.sip.bindings.QtChart]
 qmake-QT = ["charts"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/QtChartmod.sip 
new/PyQtChart-5.15.0/sip/QtChart/QtChartmod.sip
--- old/PyQtChart-5.13.1/sip/QtChart/QtChartmod.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/QtChartmod.sip     2020-05-31 
14:13:49.921686000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
@@ -25,10 +25,10 @@
 %Import QtGui/QtGuimod.sip
 %Import QtWidgets/QtWidgetsmod.sip
 
-%Timeline {QtChart_1_0_0 QtChart_1_1_0 QtChart_1_2_0 QtChart_1_2_1 
QtChart_1_3_0 QtChart_1_3_1 QtChart_1_4_0 QtChart_2_0_0 QtChart_2_0_1 
QtChart_2_1_0 QtChart_5_7_0 QtChart_5_7_1 QtChart_5_8_0 QtChart_5_9_0 
QtChart_5_9_1 QtChart_5_9_2 QtChart_5_9_3 QtChart_5_9_4 QtChart_5_9_5 
QtChart_5_9_6 QtChart_5_9_7 QtChart_5_9_8 QtChart_5_9_9 QtChart_5_10_0 
QtChart_5_10_1 QtChart_5_11_0 QtChart_5_11_1 QtChart_5_11_2 QtChart_5_11_3 
QtChart_5_12_0 QtChart_5_12_1 QtChart_5_12_2 QtChart_5_12_3 QtChart_5_12_4 
QtChart_5_13_0}
+%Timeline {QtChart_1_0_0 QtChart_1_1_0 QtChart_1_2_0 QtChart_1_2_1 
QtChart_1_3_0 QtChart_1_3_1 QtChart_1_4_0 QtChart_2_0_0 QtChart_2_0_1 
QtChart_2_1_0 QtChart_5_7_0 QtChart_5_7_1 QtChart_5_8_0 QtChart_5_9_0 
QtChart_5_9_1 QtChart_5_9_2 QtChart_5_9_3 QtChart_5_9_4 QtChart_5_9_5 
QtChart_5_9_6 QtChart_5_9_7 QtChart_5_9_8 QtChart_5_9_9 QtChart_5_10_0 
QtChart_5_10_1 QtChart_5_11_0 QtChart_5_11_1 QtChart_5_11_2 QtChart_5_11_3 
QtChart_5_12_0 QtChart_5_12_1 QtChart_5_12_2 QtChart_5_12_3 QtChart_5_12_4 
QtChart_5_13_0 QtChart_5_14_0 QtChart_5_15_0}
 
 %Copying
-Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 
 This file is part of PyQtChart.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qabstractaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qabstractaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qabstractaxis.sip  2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qabstractaxis.sip  2020-05-31 
14:13:49.914340000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qabstractbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qabstractbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qabstractbarseries.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qabstractbarseries.sip     2020-05-31 
14:13:49.904990000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qabstractseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qabstractseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qabstractseries.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qabstractseries.sip        2020-05-31 
14:13:49.903162000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qarealegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qarealegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qarealegendmarker.sip      2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qarealegendmarker.sip      2020-05-31 
14:13:49.906582000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qareaseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qareaseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qareaseries.sip    2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qareaseries.sip    2020-05-31 
14:13:49.925793000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qbarcategoriesaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qbarcategoriesaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qbarcategoriesaxis.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qbarcategoriesaxis.sip     2020-05-31 
14:13:49.915033000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qbarcategoryaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qbarcategoryaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qbarcategoryaxis.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qbarcategoryaxis.sip       2020-05-31 
14:13:49.916982000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qbarlegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qbarlegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qbarlegendmarker.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qbarlegendmarker.sip       2020-05-31 
14:13:49.919397000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qbarseries.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qbarseries.sip     2020-05-31 
14:13:49.910270000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qbarset.sip 
new/PyQtChart-5.15.0/sip/QtChart/qbarset.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qbarset.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qbarset.sip        2020-05-31 
14:13:49.937417000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qboxplotlegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qboxplotlegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qboxplotlegendmarker.sip   2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qboxplotlegendmarker.sip   2020-05-31 
14:13:49.906041000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qboxplotseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qboxplotseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qboxplotseries.sip 2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qboxplotseries.sip 2020-05-31 
14:13:49.935451000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qboxset.sip 
new/PyQtChart-5.15.0/sip/QtChart/qboxset.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qboxset.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qboxset.sip        2020-05-31 
14:13:49.903937000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qcandlesticklegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qcandlesticklegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qcandlesticklegendmarker.sip       
2019-11-02 19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qcandlesticklegendmarker.sip       
2020-05-31 14:13:49.909739000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qcandlestickmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qcandlestickmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qcandlestickmodelmapper.sip        
2019-11-02 19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qcandlestickmodelmapper.sip        
2020-05-31 14:13:49.900967000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qcandlestickseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qcandlestickseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qcandlestickseries.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qcandlestickseries.sip     2020-05-31 
14:13:49.927108000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qcandlestickset.sip 
new/PyQtChart-5.15.0/sip/QtChart/qcandlestickset.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qcandlestickset.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qcandlestickset.sip        2020-05-31 
14:13:49.934752000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qcategoryaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qcategoryaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qcategoryaxis.sip  2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qcategoryaxis.sip  2020-05-31 
14:13:49.964481000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qchart.sip 
new/PyQtChart-5.15.0/sip/QtChart/qchart.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qchart.sip 2019-11-02 19:58:13.000000000 
+0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qchart.sip 2020-05-31 14:13:49.924826000 
+0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
@@ -111,7 +111,7 @@
         void removeAxis(QtCharts::QAbstractAxis *axis /TransferBack/);
 %End
 %If (QtChart_1_2_0 -)
-        QList<QtCharts::QAbstractAxis *> axes(Qt::Orientations orientation = 
Qt::Horizontal | Qt::Vertical, QtCharts::QAbstractSeries *series = 0) const;
+        QList<QtCharts::QAbstractAxis *> axes(Qt::Orientations orientation = 
Qt::Orientation::Horizontal | Qt::Orientation::Vertical, 
QtCharts::QAbstractSeries *series = 0) const;
 %End
 %If (QtChart_1_2_0 -)
         void setMargins(const QMargins &margins);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qchartglobal.sip 
new/PyQtChart-5.15.0/sip/QtChart/qchartglobal.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qchartglobal.sip   2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qchartglobal.sip   2020-05-31 
14:13:49.909188000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
@@ -25,6 +25,6 @@
 const char *PYQT_CHART_VERSION_STR;
 
 %ModuleCode
-static int PYQT_CHART_VERSION = 0x050d01;
-static const char *PYQT_CHART_VERSION_STR = "5.13.1";
+static int PYQT_CHART_VERSION = 0x050f00;
+static const char *PYQT_CHART_VERSION_STR = "5.15.0";
 %End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qchartview.sip 
new/PyQtChart-5.15.0/sip/QtChart/qchartview.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qchartview.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qchartview.sip     2020-05-31 
14:13:49.930568000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
@@ -83,5 +83,8 @@
         virtual void mousePressEvent(QMouseEvent *event);
         virtual void mouseMoveEvent(QMouseEvent *event);
         virtual void mouseReleaseEvent(QMouseEvent *event);
+%If (QtChart_5_14_0 -)
+        virtual void wheelEvent(QWheelEvent *event);
+%End
     };
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qdatetimeaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qdatetimeaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qdatetimeaxis.sip  2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qdatetimeaxis.sip  2020-05-31 
14:13:49.963075000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qhbarmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhbarmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhbarmodelmapper.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhbarmodelmapper.sip       2020-05-31 
14:13:49.916275000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qhboxplotmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhboxplotmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhboxplotmodelmapper.sip   2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhboxplotmodelmapper.sip   2020-05-31 
14:13:49.899560000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qhcandlestickmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhcandlestickmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhcandlestickmodelmapper.sip       
2019-11-02 19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhcandlestickmodelmapper.sip       
2020-05-31 14:13:49.933349000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qhorizontalbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhorizontalbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhorizontalbarseries.sip   2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhorizontalbarseries.sip   2020-05-31 
14:13:49.929343000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qhorizontalpercentbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhorizontalpercentbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhorizontalpercentbarseries.sip    
2019-11-02 19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhorizontalpercentbarseries.sip    
2020-05-31 14:13:49.926319000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qhorizontalstackedbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhorizontalstackedbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhorizontalstackedbarseries.sip    
2019-11-02 19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhorizontalstackedbarseries.sip    
2020-05-31 14:13:49.928825000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qhpiemodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhpiemodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhpiemodelmapper.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhpiemodelmapper.sip       2020-05-31 
14:13:49.928304000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qhxymodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qhxymodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qhxymodelmapper.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qhxymodelmapper.sip        2020-05-31 
14:13:49.917598000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qlegend.sip 
new/PyQtChart-5.15.0/sip/QtChart/qlegend.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qlegend.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qlegend.sip        2020-05-31 
14:13:49.920913000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qlegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qlegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qlegendmarker.sip  2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qlegendmarker.sip  2020-05-31 
14:13:49.934103000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qlineseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qlineseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qlineseries.sip    2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qlineseries.sip    2020-05-31 
14:13:49.905503000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qlogvalueaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qlogvalueaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qlogvalueaxis.sip  2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qlogvalueaxis.sip  2020-05-31 
14:13:49.922907000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qpercentbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qpercentbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qpercentbarseries.sip      2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qpercentbarseries.sip      2020-05-31 
14:13:49.929838000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qpielegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qpielegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qpielegendmarker.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qpielegendmarker.sip       2020-05-31 
14:13:49.915613000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qpieseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qpieseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qpieseries.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qpieseries.sip     2020-05-31 
14:13:49.912386000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qpieslice.sip 
new/PyQtChart-5.15.0/sip/QtChart/qpieslice.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qpieslice.sip      2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qpieslice.sip      2020-05-31 
14:13:49.908718000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qpolarchart.sip 
new/PyQtChart-5.15.0/sip/QtChart/qpolarchart.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qpolarchart.sip    2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qpolarchart.sip    2020-05-31 
14:13:49.936013000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qscatterseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qscatterseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qscatterseries.sip 2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qscatterseries.sip 2020-05-31 
14:13:49.932722000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qsplineseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qsplineseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qsplineseries.sip  2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qsplineseries.sip  2020-05-31 
14:13:49.922211000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qstackedbarseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qstackedbarseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qstackedbarseries.sip      2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qstackedbarseries.sip      2020-05-31 
14:13:49.923412000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qvalueaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvalueaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvalueaxis.sip     2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvalueaxis.sip     2020-05-31 
14:13:49.932086000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qvaluesaxis.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvaluesaxis.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvaluesaxis.sip    2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvaluesaxis.sip    2020-05-31 
14:13:49.900276000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qvbarmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvbarmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvbarmodelmapper.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvbarmodelmapper.sip       2020-05-31 
14:13:49.918856000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qvboxplotmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvboxplotmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvboxplotmodelmapper.sip   2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvboxplotmodelmapper.sip   2020-05-31 
14:13:49.936616000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtChart-5.13.1/sip/QtChart/qvcandlestickmodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvcandlestickmodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvcandlestickmodelmapper.sip       
2019-11-02 19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvcandlestickmodelmapper.sip       
2020-05-31 14:13:49.918247000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qvpiemodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvpiemodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvpiemodelmapper.sip       2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvpiemodelmapper.sip       2020-05-31 
14:13:49.927708000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qvxymodelmapper.sip 
new/PyQtChart-5.15.0/sip/QtChart/qvxymodelmapper.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qvxymodelmapper.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qvxymodelmapper.sip        2020-05-31 
14:13:49.931154000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qxylegendmarker.sip 
new/PyQtChart-5.15.0/sip/QtChart/qxylegendmarker.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qxylegendmarker.sip        2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qxylegendmarker.sip        2020-05-31 
14:13:49.919939000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.13.1/sip/QtChart/qxyseries.sip 
new/PyQtChart-5.15.0/sip/QtChart/qxyseries.sip
--- old/PyQtChart-5.13.1/sip/QtChart/qxyseries.sip      2019-11-02 
19:58:13.000000000 +0100
+++ new/PyQtChart-5.15.0/sip/QtChart/qxyseries.sip      2020-05-31 
14:13:49.907760000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2019 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 


Reply via email to