Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-qtcharts-qt5 for 
openSUSE:Factory checked in at 2022-06-23 10:23:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtcharts-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtcharts-qt5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtcharts-qt5"

Thu Jun 23 10:23:30 2022 rev:11 rq:984225 version:5.15.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qtcharts-qt5/python-qtcharts-qt5.changes  
2021-06-19 23:05:02.407856380 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qtcharts-qt5.new.1548/python-qtcharts-qt5.changes
        2022-06-23 10:23:50.759712320 +0200
@@ -1,0 +2,8 @@
+Tue Jun 21 11:33:52 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 5.15.6
+  * Added the missing QXYSeries.points().
+- Release 5.15.5
+  * Added support for Python v3.10.
+
+-------------------------------------------------------------------

Old:
----
  PyQtChart-5.15.4.tar.gz

New:
----
  PyQtChart-5.15.6.tar.gz

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

Other differences:
------------------
++++++ python-qtcharts-qt5.spec ++++++
--- /var/tmp/diff_new_pack.lrZkNF/_old  2022-06-23 10:23:51.235712838 +0200
+++ /var/tmp/diff_new_pack.lrZkNF/_new  2022-06-23 10:23:51.239712842 +0200
@@ -21,7 +21,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-%{mname}
-Version:        5.15.4
+Version:        5.15.6
 Release:        0
 Summary:        Python bindings for the Qt5 Charts library
 License:        GPL-3.0-only
@@ -30,13 +30,13 @@
 Source:         
https://files.pythonhosted.org/packages/source/P/PyQtChart/PyQtChart-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pyqt-builder >= 1.9}
-BuildRequires:  %{python_module qt5-devel}
+BuildRequires:  %{python_module qt5-devel >= 5.15.4}
 BuildRequires:  %{python_module sip-devel >= 5.3}
 BuildRequires:  fdupes
 BuildRequires:  python-pyqt-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(Qt5Charts)
-Requires:       python-qt5 >= %{version}
+%requires_ge    python-qt5
 Requires:       python-qt5-sip
 # PyPI name is without the s at the end
 Provides:       python-PyQtChart = %{version}-%{release}

++++++ PyQtChart-5.15.4.tar.gz -> PyQtChart-5.15.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/ChangeLog 
new/PyQtChart-5.15.6/ChangeLog
--- old/PyQtChart-5.15.4/ChangeLog      2021-03-05 11:03:25.487136000 +0100
+++ new/PyQtChart-5.15.6/ChangeLog      2022-06-18 15:37:06.723359300 +0200
@@ -1,5 +1,36 @@
+2022-04-19  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, PyQtChart.msp:
+       Added the missing QXYSeries.points().
+       [616633edb5c3] [5.15.6] <5.15-maint>
+
+2021-11-21  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * .hgtags:
+       Added tag 5.15.5 for changeset b12472483d1f
+       [f5b033285eb8] <5.15-maint>
+
+       * PyQtChart.msp:
+       Updated the version of the project file.
+       [b12472483d1f] [5.15.5] <5.15-maint>
+
+       * NEWS:
+       Create a new version so that the Python v3.10 compatible wheel names
+       are used.
+       [139f1218f2e1] <5.15-maint>
+
+2021-08-10  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * README:
+       Fixed the README.
+       [afe8371a30df] <5.15-maint>
+
 2021-03-04  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 5.15.4 for changeset 616658840422
+       [fa1e4863d012] <5.15-maint>
+
        * NEWS:
        Released as v5.15.4.
        [616658840422] [5.15.4] <5.15-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/NEWS new/PyQtChart-5.15.6/NEWS
--- old/PyQtChart-5.15.4/NEWS   2021-03-05 11:02:40.036046000 +0100
+++ new/PyQtChart-5.15.6/NEWS   2022-06-18 15:36:19.014496000 +0200
@@ -1,3 +1,9 @@
+v5.15.6 19th April 2022
+  - Added the missing QXYSeries.points().
+
+v5.15.5 21st November 2021
+  - Added support for Python v3.10.
+
 v5.15.4 4th March 2021
   - Packaging bug fixes.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/PKG-INFO 
new/PyQtChart-5.15.6/PKG-INFO
--- old/PyQtChart-5.15.4/PKG-INFO       2021-03-05 11:03:27.508609800 +0100
+++ new/PyQtChart-5.15.6/PKG-INFO       2022-06-18 15:37:07.530208600 +0200
@@ -1,7 +1,7 @@
 Metadata-Version: 2.1
 Name: PyQtChart
-Version: 5.15.4
-Requires-Python: >=3.6
+Version: 5.15.6
+Requires-Python: >=3.7
 Summary: Python bindings for the Qt Charts library
 Home-Page: https://www.riverbankcomputing.com/software/pyqtchart/
 Author: Riverbank Computing Limited
@@ -47,8 +47,6 @@
 
     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``.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/README new/PyQtChart-5.15.6/README
--- old/PyQtChart-5.15.4/README 2021-03-05 11:03:25.497570000 +0100
+++ new/PyQtChart-5.15.6/README 2022-06-18 15:37:06.727822800 +0200
@@ -36,8 +36,6 @@
 
     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``.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/configure.py 
new/PyQtChart-5.15.6/configure.py
--- old/PyQtChart-5.15.4/configure.py   2021-03-05 11:03:25.494747000 +0100
+++ new/PyQtChart-5.15.6/configure.py   2022-06-18 15:37:06.726930900 +0200
@@ -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.15.4'
+    version = '5.15.6'
 
     # The name of the PEP 376 .dist-info directory to be created.
     distinfo_name = 'PyQtChart'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/pyproject.toml 
new/PyQtChart-5.15.6/pyproject.toml
--- old/PyQtChart-5.15.4/pyproject.toml 2021-03-05 11:03:25.498904000 +0100
+++ new/PyQtChart-5.15.6/pyproject.toml 2022-06-18 15:37:06.728231400 +0200
@@ -6,7 +6,7 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQtChart"
-version = "5.15.4"
+version = "5.15.6"
 summary = "Python bindings for the Qt Charts library"
 home-page = "https://www.riverbankcomputing.com/software/pyqtchart/";
 author = "Riverbank Computing Limited"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/sip/QtChart/QtChartmod.sip 
new/PyQtChart-5.15.6/sip/QtChart/QtChartmod.sip
--- old/PyQtChart-5.15.4/sip/QtChart/QtChartmod.sip     2021-03-05 
11:03:26.688926000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/QtChartmod.sip     2022-06-18 
15:37:07.300123000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
@@ -28,7 +28,7 @@
 %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) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+Copyright (c) 2022 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.15.4/sip/QtChart/qabstractaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qabstractaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qabstractaxis.sip  2021-03-05 
11:03:26.645096000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qabstractaxis.sip  2022-06-18 
15:37:07.292427000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qabstractbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qabstractbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qabstractbarseries.sip     2021-03-05 
11:03:26.616860000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qabstractbarseries.sip     2022-06-18 
15:37:07.284432400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qabstractseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qabstractseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qabstractseries.sip        2021-03-05 
11:03:26.612876000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qabstractseries.sip        2022-06-18 
15:37:07.282573000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qarealegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qarealegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qarealegendmarker.sip      2021-03-05 
11:03:26.620916000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qarealegendmarker.sip      2022-06-18 
15:37:07.286079400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qareaseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qareaseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qareaseries.sip    2021-03-05 
11:03:26.710941000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qareaseries.sip    2022-06-18 
15:37:07.304162000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qbarcategoriesaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qbarcategoriesaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qbarcategoriesaxis.sip     2021-03-05 
11:03:26.646526000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qbarcategoriesaxis.sip     2022-06-18 
15:37:07.293291800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qbarcategoryaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qbarcategoryaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qbarcategoryaxis.sip       2021-03-05 
11:03:26.679256000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qbarcategoryaxis.sip       2022-06-18 
15:37:07.295262800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qbarlegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qbarlegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qbarlegendmarker.sip       2021-03-05 
11:03:26.684325000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qbarlegendmarker.sip       2022-06-18 
15:37:07.297726900 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qbarseries.sip     2021-03-05 
11:03:26.640789000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qbarseries.sip     2022-06-18 
15:37:07.289722700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qbarset.sip 
new/PyQtChart-5.15.6/sip/QtChart/qbarset.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qbarset.sip        2021-03-05 
11:03:26.786923000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qbarset.sip        2022-06-18 
15:37:07.315397000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qboxplotlegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qboxplotlegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qboxplotlegendmarker.sip   2021-03-05 
11:03:26.619777000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qboxplotlegendmarker.sip   2022-06-18 
15:37:07.285522500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qboxplotseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qboxplotseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qboxplotseries.sip 2021-03-05 
11:03:26.780473000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qboxplotseries.sip 2022-06-18 
15:37:07.313521400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qboxset.sip 
new/PyQtChart-5.15.6/sip/QtChart/qboxset.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qboxset.sip        2021-03-05 
11:03:26.614763000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qboxset.sip        2022-06-18 
15:37:07.283371700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qcandlesticklegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qcandlesticklegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qcandlesticklegendmarker.sip       
2021-03-05 11:03:26.628300000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qcandlesticklegendmarker.sip       
2022-06-18 15:37:07.289192400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qcandlestickmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qcandlestickmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qcandlestickmodelmapper.sip        
2021-03-05 11:03:26.609756000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qcandlestickmodelmapper.sip        
2022-06-18 15:37:07.280424600 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qcandlestickseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qcandlestickseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qcandlestickseries.sip     2021-03-05 
11:03:26.715441000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qcandlestickseries.sip     2022-06-18 
15:37:07.305452800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qcandlestickset.sip 
new/PyQtChart-5.15.6/sip/QtChart/qcandlestickset.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qcandlestickset.sip        2021-03-05 
11:03:26.778140000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qcandlestickset.sip        2022-06-18 
15:37:07.312857000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qcategoryaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qcategoryaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qcategoryaxis.sip  2021-03-05 
11:03:26.800108000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qcategoryaxis.sip  2022-06-18 
15:37:07.316623700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qchart.sip 
new/PyQtChart-5.15.6/sip/QtChart/qchart.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qchart.sip 2021-03-05 11:03:26.709283000 
+0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qchart.sip 2022-06-18 15:37:07.303221200 
+0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qchartglobal.sip 
new/PyQtChart-5.15.6/sip/QtChart/qchartglobal.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qchartglobal.sip   2021-03-05 
11:03:26.626883000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qchartglobal.sip   2022-06-18 
15:37:07.288643400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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 = 0x050f04;
-static const char *PYQT_CHART_VERSION_STR = "5.15.4";
+static int PYQT_CHART_VERSION = 0x050f06;
+static const char *PYQT_CHART_VERSION_STR = "5.15.6";
 %End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtChart-5.15.4/sip/QtChart/qchartview.sip 
new/PyQtChart-5.15.6/sip/QtChart/qchartview.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qchartview.sip     2021-03-05 
11:03:26.764850000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qchartview.sip     2022-06-18 
15:37:07.308829800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qdatetimeaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qdatetimeaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qdatetimeaxis.sip  2021-03-05 
11:03:26.796690000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qdatetimeaxis.sip  2022-06-18 
15:37:07.315966400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhbarmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhbarmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhbarmodelmapper.sip       2021-03-05 
11:03:26.649480000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhbarmodelmapper.sip       2022-06-18 
15:37:07.294605300 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhboxplotmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhboxplotmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhboxplotmodelmapper.sip   2021-03-05 
11:03:26.606923000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhboxplotmodelmapper.sip   2022-06-18 
15:37:07.278887700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhcandlestickmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhcandlestickmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhcandlestickmodelmapper.sip       
2021-03-05 11:03:26.770528000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhcandlestickmodelmapper.sip       
2022-06-18 15:37:07.311517200 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhorizontalbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhorizontalbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhorizontalbarseries.sip   2021-03-05 
11:03:26.734515000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhorizontalbarseries.sip   2022-06-18 
15:37:07.307615500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhorizontalpercentbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhorizontalpercentbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhorizontalpercentbarseries.sip    
2021-03-05 11:03:26.712425000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhorizontalpercentbarseries.sip    
2022-06-18 15:37:07.304681800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhorizontalstackedbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhorizontalstackedbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhorizontalstackedbarseries.sip    
2021-03-05 11:03:26.732701000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhorizontalstackedbarseries.sip    
2022-06-18 15:37:07.307123700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhpiemodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhpiemodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhpiemodelmapper.sip       2021-03-05 
11:03:26.730927000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhpiemodelmapper.sip       2022-06-18 
15:37:07.306628500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qhxymodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qhxymodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qhxymodelmapper.sip        2021-03-05 
11:03:26.680649000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qhxymodelmapper.sip        2022-06-18 
15:37:07.295881500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qlegend.sip 
new/PyQtChart-5.15.6/sip/QtChart/qlegend.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qlegend.sip        2021-03-05 
11:03:26.687538000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qlegend.sip        2022-06-18 
15:37:07.299288000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qlegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qlegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qlegendmarker.sip  2021-03-05 
11:03:26.775878000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qlegendmarker.sip  2022-06-18 
15:37:07.312231500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qlineseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qlineseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qlineseries.sip    2021-03-05 
11:03:26.618415000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qlineseries.sip    2022-06-18 
15:37:07.284962400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qlogvalueaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qlogvalueaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qlogvalueaxis.sip  2021-03-05 
11:03:26.703190000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qlogvalueaxis.sip  2022-06-18 
15:37:07.301347000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qpercentbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qpercentbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qpercentbarseries.sip      2021-03-05 
11:03:26.762103000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qpercentbarseries.sip      2022-06-18 
15:37:07.308114800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qpielegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qpielegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qpielegendmarker.sip       2021-03-05 
11:03:26.648140000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qpielegendmarker.sip       2022-06-18 
15:37:07.293984700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qpieseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qpieseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qpieseries.sip     2021-03-05 
11:03:26.642359000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qpieseries.sip     2022-06-18 
15:37:07.290524500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qpieslice.sip 
new/PyQtChart-5.15.6/sip/QtChart/qpieslice.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qpieslice.sip      2021-03-05 
11:03:26.625802000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qpieslice.sip      2022-06-18 
15:37:07.288175600 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qpolarchart.sip 
new/PyQtChart-5.15.6/sip/QtChart/qpolarchart.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qpolarchart.sip    2021-03-05 
11:03:26.782421000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qpolarchart.sip    2022-06-18 
15:37:07.314060400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qscatterseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qscatterseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qscatterseries.sip 2021-03-05 
11:03:26.769014000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qscatterseries.sip 2022-06-18 
15:37:07.310919500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qsplineseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qsplineseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qsplineseries.sip  2021-03-05 
11:03:26.701843000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qsplineseries.sip  2022-06-18 
15:37:07.300666800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qstackedbarseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qstackedbarseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qstackedbarseries.sip      2021-03-05 
11:03:26.704290000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qstackedbarseries.sip      2022-06-18 
15:37:07.301858000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvalueaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvalueaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvalueaxis.sip     2021-03-05 
11:03:26.767768000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvalueaxis.sip     2022-06-18 
15:37:07.310293000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvaluesaxis.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvaluesaxis.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvaluesaxis.sip    2021-03-05 
11:03:26.608397000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvaluesaxis.sip    2022-06-18 
15:37:07.279713000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvbarmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvbarmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvbarmodelmapper.sip       2021-03-05 
11:03:26.683137000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvbarmodelmapper.sip       2022-06-18 
15:37:07.297164000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvboxplotmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvboxplotmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvboxplotmodelmapper.sip   2021-03-05 
11:03:26.783640000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvboxplotmodelmapper.sip   2022-06-18 
15:37:07.314635800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvcandlestickmodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvcandlestickmodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvcandlestickmodelmapper.sip       
2021-03-05 11:03:26.681933000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvcandlestickmodelmapper.sip       
2022-06-18 15:37:07.296542200 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvpiemodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvpiemodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvpiemodelmapper.sip       2021-03-05 
11:03:26.728855000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvpiemodelmapper.sip       2022-06-18 
15:37:07.306056000 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qvxymodelmapper.sip 
new/PyQtChart-5.15.6/sip/QtChart/qvxymodelmapper.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qvxymodelmapper.sip        2021-03-05 
11:03:26.766170000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qvxymodelmapper.sip        2022-06-18 
15:37:07.309399100 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qxylegendmarker.sip 
new/PyQtChart-5.15.6/sip/QtChart/qxylegendmarker.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qxylegendmarker.sip        2021-03-05 
11:03:26.685881000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qxylegendmarker.sip        2022-06-18 
15:37:07.298284300 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 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.15.4/sip/QtChart/qxyseries.sip 
new/PyQtChart-5.15.6/sip/QtChart/qxyseries.sip
--- old/PyQtChart-5.15.4/sip/QtChart/qxyseries.sip      2021-03-05 
11:03:26.623475000 +0100
+++ new/PyQtChart-5.15.6/sip/QtChart/qxyseries.sip      2022-06-18 
15:37:07.287245500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtChart Python extension module.
 //
-// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQtChart.
 // 
@@ -56,6 +56,7 @@
         void insert(int index, const QPointF &point);
         void clear();
         int count() const /__len__/;
+        QList<QPointF> points() const;
         QtCharts::QXYSeries &operator<<(const QPointF &point);
         QtCharts::QXYSeries &operator<<(const QList<QPointF> &points);
         virtual void setPen(const QPen &pen);

Reply via email to