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-10-04 20:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-Charts (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-Charts"
Tue Oct 4 20:37:38 2022 rev:6 rq:1007751 version:6.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQt6-Charts/python-PyQt6-Charts.changes
2022-06-23 10:23:53.875715706 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.2275/python-PyQt6-Charts.changes
2022-10-04 20:37:44.696917932 +0200
@@ -1,0 +2,6 @@
+Mon Oct 3 17:28:57 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to version 6.4.0
+ * Added support for Qt v6.4.
+
+-------------------------------------------------------------------
Old:
----
PyQt6_Charts-6.3.1.tar.gz
New:
----
PyQt6_Charts-6.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-Charts.spec ++++++
--- /var/tmp/diff_new_pack.ARRvYW/_old 2022-10-04 20:37:45.296918785 +0200
+++ /var/tmp/diff_new_pack.ARRvYW/_new 2022-10-04 20:37:45.304918796 +0200
@@ -21,7 +21,7 @@
%define pyqt_build_for_qt6 1
%define plainpython python
Name: python-%{mname}
-Version: 6.3.1
+Version: 6.4.0
Release: 0
Summary: Python bindings for the Qt Charts library
License: GPL-3.0-only
++++++ PyQt6_Charts-6.3.1.tar.gz -> PyQt6_Charts-6.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_Charts-6.3.1/ChangeLog
new/PyQt6_Charts-6.4.0/ChangeLog
--- old/PyQt6_Charts-6.3.1/ChangeLog 2022-06-17 17:13:31.015887000 +0200
+++ new/PyQt6_Charts-6.4.0/ChangeLog 2022-09-30 12:26:20.431878300 +0200
@@ -1,3 +1,30 @@
+2022-09-30 Phil Thompson <[email protected]>
+
+ * NEWS, PyQt6-Charts.msp:
+ Updated for Qt v6.4.0.
+ [c37cd695337f] [6.4.0]
+
+2022-09-21 Phil Thompson <[email protected]>
+
+ * NEWS, PyQt6-Charts.msp:
+ Updated for Qt v6.4.0rc.
+ [6e8ce8c24159]
+
+2022-09-18 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Updated the NEWS file.
+ [1c51367a33db]
+
+ * Merged the 6.3-maint branch.
+ [710a8abc34a5]
+
+2022-06-17 Phil Thompson <[email protected]>
+
+ * .hgtags:
+ Added tag 6.3.1 for changeset b91c5cea2970
+ [576a8d6d8e66] <6.3-maint>
+
2022-04-26 Phil Thompson <[email protected]>
* NEWS, PyQt6-Charts.msp:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_Charts-6.3.1/NEWS new/PyQt6_Charts-6.4.0/NEWS
--- old/PyQt6_Charts-6.3.1/NEWS 2022-06-17 17:12:36.109763000 +0200
+++ new/PyQt6_Charts-6.4.0/NEWS 2022-09-30 12:24:58.808776000 +0200
@@ -1,3 +1,6 @@
+v6.4.0 30th September 2022
+ - Added support for Qt v6.4.
+
v6.3.1 26th April 2022
- Added the missing QXYSeries.points().
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_Charts-6.3.1/PKG-INFO
new/PyQt6_Charts-6.4.0/PKG-INFO
--- old/PyQt6_Charts-6.3.1/PKG-INFO 2022-06-17 17:13:31.717308500 +0200
+++ new/PyQt6_Charts-6.4.0/PKG-INFO 2022-09-30 12:26:21.089891000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyQt6-Charts
-Version: 6.3.1
+Version: 6.4.0
Requires-Python: >=3.7
Summary: Python bindings for the Qt Charts library
Home-Page: https://www.riverbankcomputing.com/software/pyqtchart/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_Charts-6.3.1/pyproject.toml
new/PyQt6_Charts-6.4.0/pyproject.toml
--- old/PyQt6_Charts-6.3.1/pyproject.toml 2022-06-17 17:13:31.017635600
+0200
+++ new/PyQt6_Charts-6.4.0/pyproject.toml 2022-09-30 12:26:20.433469300
+0200
@@ -6,7 +6,7 @@
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQt6-Charts"
-version = "6.3.1"
+version = "6.4.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.3.1/sip/QtCharts/QtChartsmod.sip
new/PyQt6_Charts-6.4.0/sip/QtCharts/QtChartsmod.sip
--- old/PyQt6_Charts-6.3.1/sip/QtCharts/QtChartsmod.sip 2022-06-17
17:13:31.476770400 +0200
+++ new/PyQt6_Charts-6.4.0/sip/QtCharts/QtChartsmod.sip 2022-09-30
12:26:20.849331000 +0200
@@ -25,7 +25,7 @@
%Import QtGui/QtGuimod.sip
%Import QtWidgets/QtWidgetsmod.sip
-%Timeline {QtCharts_6_0_0 QtCharts_6_1_0 QtCharts_6_2_0 QtCharts_6_3_0}
+%Timeline {QtCharts_6_0_0 QtCharts_6_1_0 QtCharts_6_2_0 QtCharts_6_3_0
QtCharts_6_4_0}
%Copying
Copyright (c) 2022 Riverbank Computing Limited <[email protected]>
@@ -52,8 +52,8 @@
const char *PYQT_CHART_VERSION_STR;
%ModuleCode
-static int PYQT_CHART_VERSION = 0x060301;
-static const char *PYQT_CHART_VERSION_STR = "6.3.1";
+static int PYQT_CHART_VERSION = 0x060400;
+static const char *PYQT_CHART_VERSION_STR = "6.4.0";
%End
%Include qabstractaxis.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_Charts-6.3.1/sip/QtCharts/qchart.sip
new/PyQt6_Charts-6.4.0/sip/QtCharts/qchart.sip
--- old/PyQt6_Charts-6.3.1/sip/QtCharts/qchart.sip 2022-06-17
17:13:31.491892600 +0200
+++ new/PyQt6_Charts-6.4.0/sip/QtCharts/qchart.sip 2022-09-30
12:26:20.879049800 +0200
@@ -121,5 +121,3 @@
void setAnimationEasingCurve(const QEasingCurve &curve);
QEasingCurve animationEasingCurve() const;
};
-
-QFlags<QChart::AnimationOption> operator|(QChart::AnimationOption f1,
QChart::AnimationOption f2);