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 2023-11-01 22:09:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-Charts (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQt6-Charts"

Wed Nov  1 22:09:52 2023 rev:9 rq:1121501 version:6.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQt6-Charts/python-PyQt6-Charts.changes  
2023-04-27 20:01:07.729994074 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.17445/python-PyQt6-Charts.changes
       2023-11-01 22:10:38.081121500 +0100
@@ -1,0 +2,6 @@
+Mon Oct 30 14:34:54 UTC 2023 - Markéta Machová <mmach...@suse.com>
+
+- Update to version 6.6.0
+  * This adds support for Qt v6.6.
+
+-------------------------------------------------------------------

Old:
----
  PyQt6_Charts-6.5.0.tar.gz

New:
----
  PyQt6_Charts-6.6.0.tar.gz

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

Other differences:
------------------
++++++ python-PyQt6-Charts.spec ++++++
--- /var/tmp/diff_new_pack.AkeY4u/_old  2023-11-01 22:10:38.733145655 +0100
+++ /var/tmp/diff_new_pack.AkeY4u/_new  2023-11-01 22:10:38.733145655 +0100
@@ -21,7 +21,7 @@
 %define pyqt_build_for_qt6 1
 %define plainpython python
 Name:           python-%{mname}
-Version:        6.5.0
+Version:        6.6.0
 Release:        0
 Summary:        Python bindings for the Qt Charts library
 License:        GPL-3.0-only

++++++ PyQt6_Charts-6.5.0.tar.gz -> PyQt6_Charts-6.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_Charts-6.5.0/ChangeLog 
new/PyQt6_Charts-6.6.0/ChangeLog
--- old/PyQt6_Charts-6.5.0/ChangeLog    2023-04-04 17:21:12.851539100 +0200
+++ new/PyQt6_Charts-6.6.0/ChangeLog    2023-10-25 12:22:49.573891200 +0200
@@ -1,3 +1,15 @@
+2023-10-22  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, PyQt6-Charts.msp:
+       Updated for Qt v6.6.
+       [117d52b9b18f] [6.6.0]
+
+2023-04-04  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * .hgtags:
+       Added tag 6.5.0 for changeset 80730b8fbcef
+       [789b97448939]
+
 2023-03-31  Phil Thompson  <p...@riverbankcomputing.com>
 
        * NEWS, PyQt6-Charts.msp:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_Charts-6.5.0/NEWS new/PyQt6_Charts-6.6.0/NEWS
--- old/PyQt6_Charts-6.5.0/NEWS 2023-04-04 17:19:46.373401000 +0200
+++ new/PyQt6_Charts-6.6.0/NEWS 2023-10-25 12:21:18.154686000 +0200
@@ -1,3 +1,6 @@
+v6.6.0 22nd October 2023
+  - Added support for Qt v6.6.
+
 v6.5.0 31st March 2023
   - Added support for Qt v6.5.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_Charts-6.5.0/PKG-INFO 
new/PyQt6_Charts-6.6.0/PKG-INFO
--- old/PyQt6_Charts-6.5.0/PKG-INFO     2023-04-04 17:21:13.516805000 +0200
+++ new/PyQt6_Charts-6.6.0/PKG-INFO     2023-10-25 12:22:50.291886600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt6-Charts
-Version: 6.5.0
+Version: 6.6.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.5.0/pyproject.toml 
new/PyQt6_Charts-6.6.0/pyproject.toml
--- old/PyQt6_Charts-6.5.0/pyproject.toml       2023-04-04 17:21:12.852815400 
+0200
+++ new/PyQt6_Charts-6.6.0/pyproject.toml       2023-10-25 12:22:49.575826400 
+0200
@@ -6,7 +6,7 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQt6-Charts"
-version = "6.5.0"
+version = "6.6.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.5.0/sip/QtCharts/QtChartsmod.sip 
new/PyQt6_Charts-6.6.0/sip/QtCharts/QtChartsmod.sip
--- old/PyQt6_Charts-6.5.0/sip/QtCharts/QtChartsmod.sip 2023-04-04 
17:21:13.283779900 +0200
+++ new/PyQt6_Charts-6.6.0/sip/QtCharts/QtChartsmod.sip 2023-10-25 
12:22:50.029009000 +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 
QtCharts_6_4_0 QtCharts_6_5_0}
+%Timeline {QtCharts_6_0_0 QtCharts_6_1_0 QtCharts_6_2_0 QtCharts_6_3_0 
QtCharts_6_4_0 QtCharts_6_5_0 QtCharts_6_6_0}
 
 %Copying
 Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
@@ -52,8 +52,8 @@
 const char *PYQT_CHART_VERSION_STR;
 
 %ModuleCode
-static int PYQT_CHART_VERSION = 0x060500;
-static const char *PYQT_CHART_VERSION_STR = "6.5.0";
+static int PYQT_CHART_VERSION = 0x060600;
+static const char *PYQT_CHART_VERSION_STR = "6.6.0";
 %End
 
 %Include qabstractaxis.sip

++++++ support-python3.6.patch ++++++
--- /var/tmp/diff_new_pack.AkeY4u/_old  2023-11-01 22:10:38.813148618 +0100
+++ /var/tmp/diff_new_pack.AkeY4u/_new  2023-11-01 22:10:38.817148766 +0100
@@ -1,11 +1,11 @@
-Index: PyQt6_Charts-6.5.0/PKG-INFO
+Index: PyQt6_Charts-6.6.0/PKG-INFO
 ===================================================================
---- PyQt6_Charts-6.5.0.orig/PKG-INFO
-+++ PyQt6_Charts-6.5.0/PKG-INFO
+--- PyQt6_Charts-6.6.0.orig/PKG-INFO
++++ PyQt6_Charts-6.6.0/PKG-INFO
 @@ -1,7 +1,7 @@
  Metadata-Version: 2.1
  Name: PyQt6-Charts
- Version: 6.5.0
+ Version: 6.6.0
 -Requires-Python: >=3.7
 +Requires-Python: >=3.6
  Summary: Python bindings for the Qt Charts library

Reply via email to