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 2021-03-06 21:18:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qtcharts-qt5 (Old) and /work/SRC/openSUSE:Factory/.python-qtcharts-qt5.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtcharts-qt5" Sat Mar 6 21:18:34 2021 rev:8 rq:875741 version:5.15.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qtcharts-qt5/python-qtcharts-qt5.changes 2020-11-13 18:57:43.618023981 +0100 +++ /work/SRC/openSUSE:Factory/.python-qtcharts-qt5.new.2378/python-qtcharts-qt5.changes 2021-03-06 21:18:36.125234226 +0100 @@ -1,0 +2,14 @@ +Fri Feb 26 09:50:43 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 5.15.3 + * Sync release with PyQt5 +- Switch all distros to SIP v5+ +- Disable Python 2 build + +------------------------------------------------------------------- +Tue Nov 24 19:31:29 UTC 2020 - Benjamin Greiner <c...@bnavigator.de> + +- Update to 5.15.2 + * Build system changes + +------------------------------------------------------------------- Old: ---- PyQtChart-5.15.1.tar.gz New: ---- PyQtChart-5.15.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qtcharts-qt5.spec ++++++ --- /var/tmp/diff_new_pack.1Xiq4q/_old 2021-03-06 21:18:36.629234743 +0100 +++ /var/tmp/diff_new_pack.1Xiq4q/_new 2021-03-06 21:18:36.629234743 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-qtcharts-qt5 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,12 @@ # -%if 0%{suse_version} < 1550 -%define use_sip4 1 -%endif - %define oldpython python %define mname qtcharts-qt5 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-%{mname} -Version: 5.15.1 +Version: 5.15.3 Release: 0 Summary: Python bindings for the Qt5 Charts library License: GPL-3.0-only @@ -32,21 +29,15 @@ URL: https://www.riverbankcomputing.com/software/pyqtchart/intro 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 sip-devel >= 5.3} BuildRequires: fdupes BuildRequires: python-pyqt-rpm-macros BuildRequires: python-rpm-macros BuildRequires: pkgconfig(Qt5Charts) -%if 0%{?use_sip4} -BuildRequires: %{python_module sip4-devel >= 4.19.1} -Requires: python-sip(api) = %{python_sip_api_ver} -%else -BuildRequires: %{python_module pyqt-builder} -BuildRequires: %{python_module sip-devel >= 5.3} -%requires_eq python-qt5-sip -%endif -Requires: python-qt5 - +Requires: python-qt5 >= %{version} +Requires: python-qt5-sip %python_subpackages %description ++++++ PyQtChart-5.15.1.tar.gz -> PyQtChart-5.15.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtChart-5.15.1/ChangeLog new/PyQtChart-5.15.3/ChangeLog --- old/PyQtChart-5.15.1/ChangeLog 2020-09-11 16:06:47.880129000 +0200 +++ new/PyQtChart-5.15.3/ChangeLog 2021-02-23 17:19:06.555178000 +0100 @@ -1,5 +1,58 @@ +2021-02-23 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS: + Released as v5.15.3. + [fc3b122678f1] [5.15.3] <5.15-maint> + + * pyproject.toml: + Fixed the Qt wheel dependency. + [198940a0dd89] <5.15-maint> + +2021-02-22 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS: + Updated the NEWS file. + [b1751c335ad0] <5.15-maint> + +2021-02-09 Phil Thompson <p...@riverbankcomputing.com> + + * pyproject.toml: + Added the dependency on the Qt wheel. + [b04e038330bc] <5.15-maint> + +2020-11-23 Phil Thompson <p...@riverbankcomputing.com> + + * .hgtags: + Added tag 5.15.2 for changeset c9cb6bf5cc29 + [a024a63dbebb] <5.15-maint> + + * NEWS: + Released as v5.12.2. + [c9cb6bf5cc29] [5.15.2] <5.15-maint> + + * NEWS: + Updated the NEWS file. + [7c6afb25472a] <5.15-maint> + +2020-10-28 Phil Thompson <p...@riverbankcomputing.com> + + * PyQtChart.msp: + Updated to project v15. + [d7c0152853a4] <5.15-maint> + +2020-09-17 Phil Thompson <p...@riverbankcomputing.com> + + * pyproject.toml: + Require PyQt-builder v1.6 as we no longer specify the sip module and + ABI. + [82ca837e094e] <5.15-maint> + 2020-09-11 Phil Thompson <p...@riverbankcomputing.com> + * .hgtags: + Added tag 5.15.1 for changeset cacc2294aff2 + [945cbeb0d447] <5.15-maint> + * NEWS: Released as v5.15.1. [cacc2294aff2] [5.15.1] <5.15-maint> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtChart-5.15.1/NEWS new/PyQtChart-5.15.3/NEWS --- old/PyQtChart-5.15.1/NEWS 2020-09-11 16:06:23.957307000 +0200 +++ new/PyQtChart-5.15.3/NEWS 2021-02-23 17:18:38.856653000 +0100 @@ -1,3 +1,10 @@ +v5.15.3 24th February 2021 + - Wheels now assume that the corresponding Qt libraries are in an external + wheel rather than being bundled. + +v5.15.2 23rd November 2020 + - Build system changes. + v5.15.1 12th September 2020 - A bug-fix release. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtChart-5.15.1/PKG-INFO new/PyQtChart-5.15.3/PKG-INFO --- old/PyQtChart-5.15.1/PKG-INFO 2020-09-11 16:06:48.639201600 +0200 +++ new/PyQtChart-5.15.3/PKG-INFO 2021-02-23 17:19:07.623686000 +0100 @@ -1,14 +1,14 @@ Metadata-Version: 2.1 Name: PyQtChart -Version: 5.15.1 -Requires-Python: >=3.5 +Version: 5.15.3 +Requires-Python: >=3.6 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) +Requires-Dist: PyQtChart-Qt (>=5.15) +Requires-Dist: PyQt5 (>=5.15.3) PyQtChart - Python Bindings for the Qt Charts Library ===================================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtChart-5.15.1/configure.py new/PyQtChart-5.15.3/configure.py --- old/PyQtChart-5.15.1/configure.py 2020-09-11 16:06:47.882969000 +0200 +++ new/PyQtChart-5.15.3/configure.py 2021-02-23 17:19:06.558791000 +0100 @@ -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.1' + version = '5.15.3' # 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.1/pyproject.toml new/PyQtChart-5.15.3/pyproject.toml --- old/PyQtChart-5.15.1/pyproject.toml 2020-09-11 16:06:47.884315000 +0200 +++ new/PyQtChart-5.15.3/pyproject.toml 2021-02-23 17:19:06.560820000 +0100 @@ -1,19 +1,19 @@ -# Specify PyQt-builder v1.0 as the build system for the package. +# Specify the build system requirements. [build-system] -requires = ["sip >=5.3, <7", "PyQt-builder >=1, <2"] +requires = ["sip >=5.3, <7", "PyQt-builder >=1.9, <2"] build-backend = "sipbuild.api" # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "PyQtChart" -version = "5.15.1" +version = "5.15.3" 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.15)" description-file = "README" +requires-dist = ["PyQtChart-Qt (>=5.15)", "PyQt5 (>=5.15.3)"] # Specify a PyQt-based project. [tool.sip] @@ -21,8 +21,6 @@ # Configure the project. [tool.sip.project] -abi-version = "12.8" -sip-module = "PyQt5.sip" tag-prefix = "QtChart" # Define and configure each set of bindings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtChart-5.15.1/sip/QtChart/QtChartmod.sip new/PyQtChart-5.15.3/sip/QtChart/QtChartmod.sip --- old/PyQtChart-5.15.1/sip/QtChart/QtChartmod.sip 2020-09-11 16:06:48.393223000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/QtChartmod.sip 2021-02-23 17:19:07.264948000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +Copyright (c) 2021 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.1/sip/QtChart/qabstractaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qabstractaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qabstractaxis.sip 2020-09-11 16:06:48.385964000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qabstractaxis.sip 2021-02-23 17:19:07.255129000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qabstractbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qabstractbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qabstractbarseries.sip 2020-09-11 16:06:48.370563000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qabstractbarseries.sip 2021-02-23 17:19:07.244931000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qabstractseries.sip new/PyQtChart-5.15.3/sip/QtChart/qabstractseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qabstractseries.sip 2020-09-11 16:06:48.369013000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qabstractseries.sip 2021-02-23 17:19:07.242588000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qarealegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qarealegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qarealegendmarker.sip 2020-09-11 16:06:48.371972000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qarealegendmarker.sip 2021-02-23 17:19:07.246892000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qareaseries.sip new/PyQtChart-5.15.3/sip/QtChart/qareaseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qareaseries.sip 2020-09-11 16:06:48.396990000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qareaseries.sip 2021-02-23 17:19:07.270109000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qbarcategoriesaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qbarcategoriesaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qbarcategoriesaxis.sip 2020-09-11 16:06:48.386802000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qbarcategoriesaxis.sip 2021-02-23 17:19:07.255893000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qbarcategoryaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qbarcategoryaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qbarcategoryaxis.sip 2020-09-11 16:06:48.388833000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qbarcategoryaxis.sip 2021-02-23 17:19:07.258400000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qbarlegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qbarlegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qbarlegendmarker.sip 2020-09-11 16:06:48.391140000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qbarlegendmarker.sip 2021-02-23 17:19:07.262072000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qbarseries.sip 2020-09-11 16:06:48.375053000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qbarseries.sip 2021-02-23 17:19:07.251801000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qbarset.sip new/PyQtChart-5.15.3/sip/QtChart/qbarset.sip --- old/PyQtChart-5.15.1/sip/QtChart/qbarset.sip 2020-09-11 16:06:48.406662000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qbarset.sip 2021-02-23 17:19:07.301784000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qboxplotlegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qboxplotlegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qboxplotlegendmarker.sip 2020-09-11 16:06:48.371498000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qboxplotlegendmarker.sip 2021-02-23 17:19:07.246226000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qboxplotseries.sip new/PyQtChart-5.15.3/sip/QtChart/qboxplotseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qboxplotseries.sip 2020-09-11 16:06:48.405046000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qboxplotseries.sip 2021-02-23 17:19:07.293106000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qboxset.sip new/PyQtChart-5.15.3/sip/QtChart/qboxset.sip --- old/PyQtChart-5.15.1/sip/QtChart/qboxset.sip 2020-09-11 16:06:48.369678000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qboxset.sip 2021-02-23 17:19:07.243705000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qcandlesticklegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qcandlesticklegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qcandlesticklegendmarker.sip 2020-09-11 16:06:48.374609000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qcandlesticklegendmarker.sip 2021-02-23 17:19:07.251096000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qcandlestickmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qcandlestickmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qcandlestickmodelmapper.sip 2020-09-11 16:06:48.367227000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qcandlestickmodelmapper.sip 2021-02-23 17:19:07.240070000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qcandlestickseries.sip new/PyQtChart-5.15.3/sip/QtChart/qcandlestickseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qcandlestickseries.sip 2020-09-11 16:06:48.398188000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qcandlestickseries.sip 2021-02-23 17:19:07.271851000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qcandlestickset.sip new/PyQtChart-5.15.3/sip/QtChart/qcandlestickset.sip --- old/PyQtChart-5.15.1/sip/QtChart/qcandlestickset.sip 2020-09-11 16:06:48.404478000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qcandlestickset.sip 2021-02-23 17:19:07.292291000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qcategoryaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qcategoryaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qcategoryaxis.sip 2020-09-11 16:06:48.435211000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qcategoryaxis.sip 2021-02-23 17:19:07.303315000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qchart.sip new/PyQtChart-5.15.3/sip/QtChart/qchart.sip --- old/PyQtChart-5.15.1/sip/QtChart/qchart.sip 2020-09-11 16:06:48.396123000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qchart.sip 2021-02-23 17:19:07.268953000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qchartglobal.sip new/PyQtChart-5.15.3/sip/QtChart/qchartglobal.sip --- old/PyQtChart-5.15.1/sip/QtChart/qchartglobal.sip 2020-09-11 16:06:48.374147000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qchartglobal.sip 2021-02-23 17:19:07.250394000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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 = 0x050f01; -static const char *PYQT_CHART_VERSION_STR = "5.15.1"; +static int PYQT_CHART_VERSION = 0x050f03; +static const char *PYQT_CHART_VERSION_STR = "5.15.3"; %End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtChart-5.15.1/sip/QtChart/qchartview.sip new/PyQtChart-5.15.3/sip/QtChart/qchartview.sip --- old/PyQtChart-5.15.1/sip/QtChart/qchartview.sip 2020-09-11 16:06:48.401067000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qchartview.sip 2021-02-23 17:19:07.276026000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qdatetimeaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qdatetimeaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qdatetimeaxis.sip 2020-09-11 16:06:48.433942000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qdatetimeaxis.sip 2021-02-23 17:19:07.302525000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhbarmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qhbarmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhbarmodelmapper.sip 2020-09-11 16:06:48.388140000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhbarmodelmapper.sip 2021-02-23 17:19:07.257591000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhboxplotmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qhboxplotmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhboxplotmodelmapper.sip 2020-09-11 16:06:48.365956000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhboxplotmodelmapper.sip 2021-02-23 17:19:07.238359000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhcandlestickmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qhcandlestickmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhcandlestickmodelmapper.sip 2020-09-11 16:06:48.403334000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhcandlestickmodelmapper.sip 2021-02-23 17:19:07.279461000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhorizontalbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qhorizontalbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhorizontalbarseries.sip 2020-09-11 16:06:48.400025000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhorizontalbarseries.sip 2021-02-23 17:19:07.274524000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhorizontalpercentbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qhorizontalpercentbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhorizontalpercentbarseries.sip 2020-09-11 16:06:48.397462000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhorizontalpercentbarseries.sip 2021-02-23 17:19:07.270963000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhorizontalstackedbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qhorizontalstackedbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhorizontalstackedbarseries.sip 2020-09-11 16:06:48.399590000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhorizontalstackedbarseries.sip 2021-02-23 17:19:07.273894000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhpiemodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qhpiemodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhpiemodelmapper.sip 2020-09-11 16:06:48.399158000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhpiemodelmapper.sip 2021-02-23 17:19:07.273116000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qhxymodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qhxymodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qhxymodelmapper.sip 2020-09-11 16:06:48.389367000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qhxymodelmapper.sip 2021-02-23 17:19:07.259792000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qlegend.sip new/PyQtChart-5.15.3/sip/QtChart/qlegend.sip --- old/PyQtChart-5.15.1/sip/QtChart/qlegend.sip 2020-09-11 16:06:48.392491000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qlegend.sip 2021-02-23 17:19:07.263995000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qlegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qlegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qlegendmarker.sip 2020-09-11 16:06:48.403948000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qlegendmarker.sip 2021-02-23 17:19:07.280282000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qlineseries.sip new/PyQtChart-5.15.3/sip/QtChart/qlineseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qlineseries.sip 2020-09-11 16:06:48.371028000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qlineseries.sip 2021-02-23 17:19:07.245572000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qlogvalueaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qlogvalueaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qlogvalueaxis.sip 2020-09-11 16:06:48.394401000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qlogvalueaxis.sip 2021-02-23 17:19:07.266675000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qpercentbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qpercentbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qpercentbarseries.sip 2020-09-11 16:06:48.400452000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qpercentbarseries.sip 2021-02-23 17:19:07.275128000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qpielegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qpielegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qpielegendmarker.sip 2020-09-11 16:06:48.387493000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qpielegendmarker.sip 2021-02-23 17:19:07.256560000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qpieseries.sip new/PyQtChart-5.15.3/sip/QtChart/qpieseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qpieseries.sip 2020-09-11 16:06:48.383797000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qpieseries.sip 2021-02-23 17:19:07.252998000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qpieslice.sip new/PyQtChart-5.15.3/sip/QtChart/qpieslice.sip --- old/PyQtChart-5.15.1/sip/QtChart/qpieslice.sip 2020-09-11 16:06:48.373750000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qpieslice.sip 2021-02-23 17:19:07.249769000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qpolarchart.sip new/PyQtChart-5.15.3/sip/QtChart/qpolarchart.sip --- old/PyQtChart-5.15.1/sip/QtChart/qpolarchart.sip 2020-09-11 16:06:48.405504000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qpolarchart.sip 2021-02-23 17:19:07.293735000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qscatterseries.sip new/PyQtChart-5.15.3/sip/QtChart/qscatterseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qscatterseries.sip 2020-09-11 16:06:48.402813000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qscatterseries.sip 2021-02-23 17:19:07.278737000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qsplineseries.sip new/PyQtChart-5.15.3/sip/QtChart/qsplineseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qsplineseries.sip 2020-09-11 16:06:48.393745000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qsplineseries.sip 2021-02-23 17:19:07.265600000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qstackedbarseries.sip new/PyQtChart-5.15.3/sip/QtChart/qstackedbarseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qstackedbarseries.sip 2020-09-11 16:06:48.394872000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qstackedbarseries.sip 2021-02-23 17:19:07.267320000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvalueaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qvalueaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvalueaxis.sip 2020-09-11 16:06:48.402300000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvalueaxis.sip 2021-02-23 17:19:07.278025000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvaluesaxis.sip new/PyQtChart-5.15.3/sip/QtChart/qvaluesaxis.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvaluesaxis.sip 2020-09-11 16:06:48.366650000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvaluesaxis.sip 2021-02-23 17:19:07.239237000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvbarmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qvbarmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvbarmodelmapper.sip 2020-09-11 16:06:48.390605000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvbarmodelmapper.sip 2021-02-23 17:19:07.261381000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvboxplotmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qvboxplotmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvboxplotmodelmapper.sip 2020-09-11 16:06:48.405983000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvboxplotmodelmapper.sip 2021-02-23 17:19:07.294441000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvcandlestickmodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qvcandlestickmodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvcandlestickmodelmapper.sip 2020-09-11 16:06:48.389991000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvcandlestickmodelmapper.sip 2021-02-23 17:19:07.260606000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvpiemodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qvpiemodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvpiemodelmapper.sip 2020-09-11 16:06:48.398672000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvpiemodelmapper.sip 2021-02-23 17:19:07.272482000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qvxymodelmapper.sip new/PyQtChart-5.15.3/sip/QtChart/qvxymodelmapper.sip --- old/PyQtChart-5.15.1/sip/QtChart/qvxymodelmapper.sip 2020-09-11 16:06:48.401559000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qvxymodelmapper.sip 2021-02-23 17:19:07.276691000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qxylegendmarker.sip new/PyQtChart-5.15.3/sip/QtChart/qxylegendmarker.sip --- old/PyQtChart-5.15.1/sip/QtChart/qxylegendmarker.sip 2020-09-11 16:06:48.391656000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qxylegendmarker.sip 2021-02-23 17:19:07.262847000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 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.1/sip/QtChart/qxyseries.sip new/PyQtChart-5.15.3/sip/QtChart/qxyseries.sip --- old/PyQtChart-5.15.1/sip/QtChart/qxyseries.sip 2020-09-11 16:06:48.372960000 +0200 +++ new/PyQtChart-5.15.3/sip/QtChart/qxyseries.sip 2021-02-23 17:19:07.248528000 +0100 @@ -2,7 +2,7 @@ // // This file is part of the QtChart Python extension module. // -// Copyright (c) 2020 Riverbank Computing Limited <i...@riverbankcomputing.com> +// Copyright (c) 2021 Riverbank Computing Limited <i...@riverbankcomputing.com> // // This file is part of PyQtChart. //