Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyQt6-Charts for openSUSE:Factory checked in at 2022-04-16 00:14:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyQt6-Charts (Old) and /work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-Charts" Sat Apr 16 00:14:19 2022 rev:4 rq:970209 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyQt6-Charts/python-PyQt6-Charts.changes 2021-10-11 15:31:40.218850072 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.1941/python-PyQt6-Charts.changes 2022-04-16 00:14:39.981682517 +0200 @@ -1,0 +2,6 @@ +Wed Apr 13 08:22:20 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to version 6.3.0 + * Added support for Qt v6.3. + +------------------------------------------------------------------- Old: ---- PyQt6_Charts-6.2.0.tar.gz New: ---- PyQt6_Charts-6.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyQt6-Charts.spec ++++++ --- /var/tmp/diff_new_pack.wlqBVL/_old 2022-04-16 00:14:40.605683350 +0200 +++ /var/tmp/diff_new_pack.wlqBVL/_new 2022-04-16 00:14:40.605683350 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define skip_python2 1 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.2.0 +Version: 6.3.0 Release: 0 Summary: Python bindings for the Qt Charts library License: GPL-3.0-only @@ -30,7 +30,7 @@ URL: https://www.riverbankcomputing.com/software/pyqtchart Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz BuildRequires: %{python_module PyQt6-devel >= %{version}} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pyqt-builder >= 1.10} BuildRequires: %{python_module sip-devel >= 6} BuildRequires: fdupes ++++++ PyQt6_Charts-6.2.0.tar.gz -> PyQt6_Charts-6.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/ChangeLog new/PyQt6_Charts-6.3.0/ChangeLog --- old/PyQt6_Charts-6.2.0/ChangeLog 2021-09-30 18:09:26.661147000 +0200 +++ new/PyQt6_Charts-6.3.0/ChangeLog 2022-04-12 17:48:38.949588800 +0200 @@ -1,5 +1,15 @@ +2022-03-31 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS, PyQt6-Charts.msp: + Updated for Qt v6.3.0rc. + [c5206d8b3d6c] [6.3.0] + 2021-09-30 Phil Thompson <p...@riverbankcomputing.com> + * .hgtags: + Added tag 6.2.0 for changeset 121d91686411 + [e66d9aed385d] + * NEWS: Updated for Qt v6.2.0. [121d91686411] [6.2.0] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/NEWS new/PyQt6_Charts-6.3.0/NEWS --- old/PyQt6_Charts-6.2.0/NEWS 2021-09-30 18:08:50.232725000 +0200 +++ new/PyQt6_Charts-6.3.0/NEWS 2022-04-12 17:47:47.108363000 +0200 @@ -1,3 +1,6 @@ +v6.3.0 31st March 2022 + - Added support for Qt v6.3. + v6.2.0 30th September 2021 - Added support for Qt v6.2. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/PKG-INFO new/PyQt6_Charts-6.3.0/PKG-INFO --- old/PyQt6_Charts-6.2.0/PKG-INFO 2021-09-30 18:09:27.860118600 +0200 +++ new/PyQt6_Charts-6.3.0/PKG-INFO 2022-04-12 17:48:39.652832700 +0200 @@ -1,7 +1,7 @@ Metadata-Version: 2.1 Name: PyQt6-Charts -Version: 6.2.0 -Requires-Python: >=3.6 +Version: 6.3.0 +Requires-Python: >=3.7 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/PyQt6_Charts-6.2.0/pyproject.toml new/PyQt6_Charts-6.3.0/pyproject.toml --- old/PyQt6_Charts-6.2.0/pyproject.toml 2021-09-30 18:09:26.663048000 +0200 +++ new/PyQt6_Charts-6.3.0/pyproject.toml 2022-04-12 17:48:38.951466600 +0200 @@ -6,7 +6,7 @@ # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "PyQt6-Charts" -version = "6.2.0" +version = "6.3.0" 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/PyQt6_Charts-6.2.0/sip/QtCharts/QtChartsmod.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/QtChartsmod.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/QtChartsmod.sip 2021-09-30 18:09:27.352766000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/QtChartsmod.sip 2022-04-12 17:48:39.392818000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // @@ -28,7 +28,7 @@ %Timeline {QtCharts_6_1_0 QtCharts_6_2_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 PyQt6-Charts. @@ -52,8 +52,8 @@ const char *PYQT_CHART_VERSION_STR; %ModuleCode -static int PYQT_CHART_VERSION = 0x060200; -static const char *PYQT_CHART_VERSION_STR = "6.2.0"; +static int PYQT_CHART_VERSION = 0x060300; +static const char *PYQT_CHART_VERSION_STR = "6.3.0"; %End %Include qabstractaxis.sip diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qabstractaxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qabstractaxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qabstractaxis.sip 2021-09-30 18:09:27.364117000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qabstractaxis.sip 2022-04-12 17:48:39.399769000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qabstractbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qabstractbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qabstractbarseries.sip 2021-09-30 18:09:27.354721000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qabstractbarseries.sip 2022-04-12 17:48:39.394064000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qabstractseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qabstractseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qabstractseries.sip 2021-09-30 18:09:27.351754000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qabstractseries.sip 2022-04-12 17:48:39.392109200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qarealegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qarealegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qarealegendmarker.sip 2021-09-30 18:09:27.356919000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qarealegendmarker.sip 2022-04-12 17:48:39.395390700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qareaseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qareaseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qareaseries.sip 2021-09-30 18:09:27.376917000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qareaseries.sip 2022-04-12 17:48:39.407100200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarcategoryaxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarcategoryaxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarcategoryaxis.sip 2021-09-30 18:09:27.367284000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarcategoryaxis.sip 2022-04-12 17:48:39.401217200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarlegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarlegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarlegendmarker.sip 2021-09-30 18:09:27.370125000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarlegendmarker.sip 2022-04-12 17:48:39.403141700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarseries.sip 2021-09-30 18:09:27.361610000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarseries.sip 2022-04-12 17:48:39.398227500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarset.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarset.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qbarset.sip 2021-09-30 18:09:27.415344000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qbarset.sip 2022-04-12 17:48:39.444598700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qboxplotlegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qboxplotlegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qboxplotlegendmarker.sip 2021-09-30 18:09:27.355971000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qboxplotlegendmarker.sip 2022-04-12 17:48:39.394945100 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qboxplotseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qboxplotseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qboxplotseries.sip 2021-09-30 18:09:27.412509000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qboxplotseries.sip 2022-04-12 17:48:39.442830800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qboxset.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qboxset.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qboxset.sip 2021-09-30 18:09:27.353774000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qboxset.sip 2022-04-12 17:48:39.393399200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlesticklegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlesticklegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlesticklegendmarker.sip 2021-09-30 18:09:27.360983000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlesticklegendmarker.sip 2022-04-12 17:48:39.397792600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlestickmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlestickmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlestickmodelmapper.sip 2021-09-30 18:09:27.350305000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlestickmodelmapper.sip 2022-04-12 17:48:39.391149000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlestickseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlestickseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlestickseries.sip 2021-09-30 18:09:27.378683000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlestickseries.sip 2022-04-12 17:48:39.408184300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlestickset.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlestickset.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qcandlestickset.sip 2021-09-30 18:09:27.411662000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qcandlestickset.sip 2022-04-12 17:48:39.442294000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qcategoryaxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qcategoryaxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qcategoryaxis.sip 2021-09-30 18:09:27.417121000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qcategoryaxis.sip 2022-04-12 17:48:39.445564000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qchart.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qchart.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qchart.sip 2021-09-30 18:09:27.375938000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qchart.sip 2022-04-12 17:48:39.406510400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qchartview.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qchartview.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qchartview.sip 2021-09-30 18:09:27.386118000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qchartview.sip 2022-04-12 17:48:39.438946000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qcoloraxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qcoloraxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qcoloraxis.sip 2021-09-30 18:09:27.385061000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qcoloraxis.sip 2022-04-12 17:48:39.412406700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qdatetimeaxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qdatetimeaxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qdatetimeaxis.sip 2021-09-30 18:09:27.416391000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qdatetimeaxis.sip 2022-04-12 17:48:39.445063000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhash.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhash.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhash.sip 2021-09-30 18:09:27.380817000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhash.sip 2022-04-12 17:48:39.409514400 +0200 @@ -1,7 +1,7 @@ // This is the SIP interface definition for the QHash based mapped types // specific to the QtCharts module. // -// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhbarmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhbarmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhbarmodelmapper.sip 2021-09-30 18:09:27.365443000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhbarmodelmapper.sip 2022-04-12 17:48:39.400692200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhboxplotmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhboxplotmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhboxplotmodelmapper.sip 2021-09-30 18:09:27.349434000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhboxplotmodelmapper.sip 2022-04-12 17:48:39.390580200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhcandlestickmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhcandlestickmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhcandlestickmodelmapper.sip 2021-09-30 18:09:27.409472000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhcandlestickmodelmapper.sip 2022-04-12 17:48:39.441175200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhorizontalbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhorizontalbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhorizontalbarseries.sip 2021-09-30 18:09:27.383691000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhorizontalbarseries.sip 2022-04-12 17:48:39.411501000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhorizontalpercentbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhorizontalpercentbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhorizontalpercentbarseries.sip 2021-09-30 18:09:27.377601000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhorizontalpercentbarseries.sip 2022-04-12 17:48:39.407596600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhorizontalstackedbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhorizontalstackedbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhorizontalstackedbarseries.sip 2021-09-30 18:09:27.383087000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhorizontalstackedbarseries.sip 2022-04-12 17:48:39.410969000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhpiemodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhpiemodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhpiemodelmapper.sip 2021-09-30 18:09:27.382234000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhpiemodelmapper.sip 2022-04-12 17:48:39.410559400 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qhxymodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qhxymodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qhxymodelmapper.sip 2021-09-30 18:09:27.368028000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qhxymodelmapper.sip 2022-04-12 17:48:39.401720000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qlegend.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qlegend.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qlegend.sip 2021-09-30 18:09:27.372125000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qlegend.sip 2022-04-12 17:48:39.404317100 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qlegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qlegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qlegendmarker.sip 2021-09-30 18:09:27.410577000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qlegendmarker.sip 2022-04-12 17:48:39.441757200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qlineseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qlineseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qlineseries.sip 2021-09-30 18:09:27.355356000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qlineseries.sip 2022-04-12 17:48:39.394512700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qlogvalueaxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qlogvalueaxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qlogvalueaxis.sip 2021-09-30 18:09:27.373614000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qlogvalueaxis.sip 2022-04-12 17:48:39.405357600 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qpercentbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qpercentbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qpercentbarseries.sip 2021-09-30 18:09:27.384307000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qpercentbarseries.sip 2022-04-12 17:48:39.411902200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qpielegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qpielegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qpielegendmarker.sip 2021-09-30 18:09:27.364734000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qpielegendmarker.sip 2022-04-12 17:48:39.400201800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qpieseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qpieseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qpieseries.sip 2021-09-30 18:09:27.362725000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qpieseries.sip 2022-04-12 17:48:39.398814200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qpieslice.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qpieslice.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qpieslice.sip 2021-09-30 18:09:27.360346000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qpieslice.sip 2022-04-12 17:48:39.397365300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qpolarchart.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qpolarchart.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qpolarchart.sip 2021-09-30 18:09:27.413216000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qpolarchart.sip 2022-04-12 17:48:39.443321500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qscatterseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qscatterseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qscatterseries.sip 2021-09-30 18:09:27.388386000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qscatterseries.sip 2022-04-12 17:48:39.440668300 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qsplineseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qsplineseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qsplineseries.sip 2021-09-30 18:09:27.372807000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qsplineseries.sip 2022-04-12 17:48:39.404708100 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qstackedbarseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qstackedbarseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qstackedbarseries.sip 2021-09-30 18:09:27.374433000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qstackedbarseries.sip 2022-04-12 17:48:39.405736700 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qvalueaxis.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qvalueaxis.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qvalueaxis.sip 2021-09-30 18:09:27.387629000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qvalueaxis.sip 2022-04-12 17:48:39.440104500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qvbarmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qvbarmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qvbarmodelmapper.sip 2021-09-30 18:09:27.369509000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qvbarmodelmapper.sip 2022-04-12 17:48:39.402718800 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qvboxplotmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qvboxplotmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qvboxplotmodelmapper.sip 2021-09-30 18:09:27.414001000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qvboxplotmodelmapper.sip 2022-04-12 17:48:39.443804500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qvcandlestickmodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qvcandlestickmodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qvcandlestickmodelmapper.sip 2021-09-30 18:09:27.368780000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qvcandlestickmodelmapper.sip 2022-04-12 17:48:39.402241200 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qvpiemodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qvpiemodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qvpiemodelmapper.sip 2021-09-30 18:09:27.381527000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qvpiemodelmapper.sip 2022-04-12 17:48:39.409982000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qvxymodelmapper.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qvxymodelmapper.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qvxymodelmapper.sip 2021-09-30 18:09:27.386776000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qvxymodelmapper.sip 2022-04-12 17:48:39.439498000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qxylegendmarker.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qxylegendmarker.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qxylegendmarker.sip 2021-09-30 18:09:27.370896000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qxylegendmarker.sip 2022-04-12 17:48:39.403561000 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. // diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_Charts-6.2.0/sip/QtCharts/qxyseries.sip new/PyQt6_Charts-6.3.0/sip/QtCharts/qxyseries.sip --- old/PyQt6_Charts-6.2.0/sip/QtCharts/qxyseries.sip 2021-09-30 18:09:27.359192000 +0200 +++ new/PyQt6_Charts-6.3.0/sip/QtCharts/qxyseries.sip 2022-04-12 17:48:39.396681500 +0200 @@ -2,7 +2,7 @@ // // This file is part of the QtCharts 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 PyQt6-Charts. //