From 7f90cb81c4c64b7eb67949d58218575efdb71abb0d5bc83538c75570fc239bf1 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 26 Apr 2023 16:35:23 +0000 Subject: [PATCH] Accepting request 1082871 from home:bnavigator:branches:KDE:Qt:PyQt OBS-URL: https://build.opensuse.org/request/show/1082871 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-DataVisualization?expand=0&rev=14 --- PyQt6_DataVisualization-6.4.0.tar.gz | 3 --- PyQt6_DataVisualization-6.5.0.tar.gz | 3 +++ python-PyQt6-DataVisualization.changes | 6 ++++++ python-PyQt6-DataVisualization.spec | 4 ++-- support-python3.6.patch | 8 ++++---- 5 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 PyQt6_DataVisualization-6.4.0.tar.gz create mode 100644 PyQt6_DataVisualization-6.5.0.tar.gz diff --git a/PyQt6_DataVisualization-6.4.0.tar.gz b/PyQt6_DataVisualization-6.4.0.tar.gz deleted file mode 100644 index 5d863af..0000000 --- a/PyQt6_DataVisualization-6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f276ddb1e774859356a977aeb8196866e280b03d3e33c7760a1f188153ce0a8 -size 209744 diff --git a/PyQt6_DataVisualization-6.5.0.tar.gz b/PyQt6_DataVisualization-6.5.0.tar.gz new file mode 100644 index 0000000..84f72c3 --- /dev/null +++ b/PyQt6_DataVisualization-6.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b949abcc315b1fa9293ba5b8b66bbf694d2d3f84585edc78167473328df212 +size 209805 diff --git a/python-PyQt6-DataVisualization.changes b/python-PyQt6-DataVisualization.changes index 4fa0bbd..d186678 100644 --- a/python-PyQt6-DataVisualization.changes +++ b/python-PyQt6-DataVisualization.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 24 20:15:00 UTC 2023 - Ben Greiner + +- Update to 6.5.0 + * Added support for Qt v6.5. + ------------------------------------------------------------------- Wed Mar 15 14:04:04 UTC 2023 - Antonio Larrosa diff --git a/python-PyQt6-DataVisualization.spec b/python-PyQt6-DataVisualization.spec index 41a279b..0be1d41 100644 --- a/python-PyQt6-DataVisualization.spec +++ b/python-PyQt6-DataVisualization.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define pyqt_build_for_qt6 1 %define plainpython python Name: python-%{mname} -Version: 6.4.0 +Version: 6.5.0 Release: 0 Summary: Python bindings for the Qt Data Visualization library License: GPL-3.0-only diff --git a/support-python3.6.patch b/support-python3.6.patch index a2664af..8bef71a 100644 --- a/support-python3.6.patch +++ b/support-python3.6.patch @@ -1,11 +1,11 @@ -Index: PyQt6_DataVisualization-6.4.0/PKG-INFO +Index: PyQt6_DataVisualization-6.5.0/PKG-INFO =================================================================== ---- PyQt6_DataVisualization-6.4.0.orig/PKG-INFO -+++ PyQt6_DataVisualization-6.4.0/PKG-INFO +--- PyQt6_DataVisualization-6.5.0.orig/PKG-INFO ++++ PyQt6_DataVisualization-6.5.0/PKG-INFO @@ -1,7 +1,7 @@ Metadata-Version: 2.1 Name: PyQt6-DataVisualization - Version: 6.4.0 + Version: 6.5.0 -Requires-Python: >=3.7 +Requires-Python: >=3.6 Summary: Python bindings for the Qt Data Visualization library