From 033fa028380fbf91bf434fac6d786fd3213df1f1b06e59b022766a7167eb0f41 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 6 Oct 2021 21:13:30 +0000 Subject: [PATCH] Accepting request 922902 from home:bnavigator:branches:KDE:Qt:PyQt - Update to version 6.2.0 * Added support for Qt v6.2. OBS-URL: https://build.opensuse.org/request/show/922902 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-Charts?expand=0&rev=4 --- PyQt6_Charts-6.1.1.tar.gz | 3 --- PyQt6_Charts-6.2.0.tar.gz | 3 +++ python-PyQt6-Charts.changes | 6 ++++++ python-PyQt6-Charts.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 PyQt6_Charts-6.1.1.tar.gz create mode 100644 PyQt6_Charts-6.2.0.tar.gz diff --git a/PyQt6_Charts-6.1.1.tar.gz b/PyQt6_Charts-6.1.1.tar.gz deleted file mode 100644 index 59db585..0000000 --- a/PyQt6_Charts-6.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:258416a5c8148cc824dede64b37ede08f14e1f90ef7e3c11e411b1b03268fee2 -size 38504 diff --git a/PyQt6_Charts-6.2.0.tar.gz b/PyQt6_Charts-6.2.0.tar.gz new file mode 100644 index 0000000..2ee465e --- /dev/null +++ b/PyQt6_Charts-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea4b6b2a6c2ae7643a33534acda9bee0b5308748a34529c9f09523167b3379c +size 40914 diff --git a/python-PyQt6-Charts.changes b/python-PyQt6-Charts.changes index d79bfd6..a7a9c27 100644 --- a/python-PyQt6-Charts.changes +++ b/python-PyQt6-Charts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 3 13:40:50 UTC 2021 - Ben Greiner + +- Update to version 6.2.0 + * Added support for Qt v6.2. + ------------------------------------------------------------------- Thu Aug 19 09:30:47 UTC 2021 - Ben Greiner diff --git a/python-PyQt6-Charts.spec b/python-PyQt6-Charts.spec index 8f2e8fe..b79b378 100644 --- a/python-PyQt6-Charts.spec +++ b/python-PyQt6-Charts.spec @@ -22,16 +22,16 @@ %define skip_python2 1 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.1.1 +Version: 6.2.0 Release: 0 Summary: Python bindings for the Qt Charts library License: GPL-3.0-only Group: Development/Libraries/Python 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} +BuildRequires: %{python_module PyQt6-devel >= %{version}} BuildRequires: %{python_module devel} -BuildRequires: %{python_module pyqt-builder >= 1.8} +BuildRequires: %{python_module pyqt-builder >= 1.10} BuildRequires: %{python_module sip-devel >= 6} BuildRequires: fdupes BuildRequires: python-pyqt-rpm-macros