Accepting request 969963 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.3.0 * Added support for Qt v6.3. - Add PyQt6-DataVisualization-6.3-fix-timeline.patch https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044562.html OBS-URL: https://build.opensuse.org/request/show/969963 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-DataVisualization?expand=0&rev=5
This commit is contained in:
parent
8f5a5b9039
commit
deb2d2aa14
13
PyQt6-DataVisualization-6.3-fix-timeline.patch
Normal file
13
PyQt6-DataVisualization-6.3-fix-timeline.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: PyQt6_DataVisualization-6.3.0/sip/QtDataVisualization/QtDataVisualizationmod.sip
|
||||||
|
===================================================================
|
||||||
|
--- PyQt6_DataVisualization-6.3.0.orig/sip/QtDataVisualization/QtDataVisualizationmod.sip
|
||||||
|
+++ PyQt6_DataVisualization-6.3.0/sip/QtDataVisualization/QtDataVisualizationmod.sip
|
||||||
|
@@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
%Import QtGui/QtGuimod.sip
|
||||||
|
|
||||||
|
-%Timeline {QtDataVisualization_6_1_0 QtDataVisualization_6_3_0}
|
||||||
|
+%Timeline {QtDataVisualization_6_1_0 QtDataVisualization_6_2_0 QtDataVisualization_6_3_0}
|
||||||
|
|
||||||
|
%Copying
|
||||||
|
Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7526bfd9433acb8eabdb354ba9e027d1bb34b8fa9d14f299d4b3b4c81a21e37a
|
|
||||||
size 207417
|
|
3
PyQt6_DataVisualization-6.3.0.tar.gz
Normal file
3
PyQt6_DataVisualization-6.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3e39f04e15fa022d8343db108af03c462de81d98c07efccb0e4b6d29292f537
|
||||||
|
size 209400
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 13 08:23:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 6.3.0
|
||||||
|
* Added support for Qt v6.3.
|
||||||
|
- Add PyQt6-DataVisualization-6.3-fix-timeline.patch
|
||||||
|
https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044562.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 3 13:40:50 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Sun Oct 3 13:40:50 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,15 +22,17 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define pyqt_build_for_qt6 1
|
%define pyqt_build_for_qt6 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 6.2.0
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the Qt Data Visualization library
|
Summary: Python bindings for the Qt Data Visualization library
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization
|
URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM PyQt6-DataVisualization-6.3-fix-timeline.patch -- https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044562.html
|
||||||
|
Patch0: PyQt6-DataVisualization-6.3-fix-timeline.patch
|
||||||
BuildRequires: %{python_module PyQt6-devel >= %{version}}
|
BuildRequires: %{python_module PyQt6-devel >= %{version}}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.10}
|
BuildRequires: %{python_module pyqt-builder >= 1.10}
|
||||||
BuildRequires: %{python_module sip-devel >= 6}
|
BuildRequires: %{python_module sip-devel >= 6}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -56,7 +58,7 @@ This package provides Qt6 API files for the Eric IDE and the SIP files
|
|||||||
used to generate the Python bindings for %{name}
|
used to generate the Python bindings for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyQt6_%{qtlib}-%{version}
|
%autosetup -p1 -n PyQt6_%{qtlib}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyqt_build
|
%pyqt_build
|
||||||
|
Loading…
Reference in New Issue
Block a user