Accepting request 984235 from KDE:Qt:PyQt
- Update devel runtime requirements and supplements (forwarded request 984234 from bnavigator) OBS-URL: https://build.opensuse.org/request/show/984235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-DataVisualization?expand=0&rev=5
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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:f3e39f04e15fa022d8343db108af03c462de81d98c07efccb0e4b6d29292f537
|
||||
size 209400
|
3
PyQt6_DataVisualization-6.3.1.tar.gz
Normal file
3
PyQt6_DataVisualization-6.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7509f24a84f92d127e17129ec18cb208f96bd3d12a0e4b6f57d57e955527ec34
|
||||
size 209532
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 16:58:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update devel runtime requirements and supplements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 10:13:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 6.3.1
|
||||
* Bug fixes.
|
||||
- Drop PyQt6-DataVisualization-6.3-fix-timeline.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 08:23:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -18,20 +18,17 @@
|
||||
|
||||
%define qtlib DataVisualization
|
||||
%define mname PyQt6-%{qtlib}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define pyqt_build_for_qt6 1
|
||||
%define plainpython python
|
||||
Name: python-%{mname}
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
Release: 0
|
||||
Summary: Python bindings for the Qt Data Visualization library
|
||||
License: GPL-3.0-only
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization
|
||||
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}}
|
||||
Source: https://files.pythonhosted.org/packages/source/P/%{mname}/PyQt6_%{qtlib}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyQt6-devel >= 6.2}
|
||||
BuildRequires: %{python_module devel >= 3.7}
|
||||
BuildRequires: %{python_module pyqt-builder >= 1.10}
|
||||
BuildRequires: %{python_module sip-devel >= 6}
|
||||
@@ -44,14 +41,16 @@ Provides: python-qtdatavisualization-qt6 = %{version}-%{release}
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
PyQt6-3D is a set of Python bindings for The Qt Company’s Qt Data Visualization library.
|
||||
%{mname} is a set of Python bindings for The Qt Company’s Qt %{qtlib} framework.
|
||||
The bindings sit on top of PyQt6 and are implemented as a single module.
|
||||
|
||||
%package devel
|
||||
Summary: Devel files for %{name}
|
||||
Group: Development/Tools/IDE
|
||||
Requires: python-PyQt6-devel
|
||||
Supplements: packageand(eric:python-%{mname})
|
||||
Requires: %plainpython(abi) = %{python_version}
|
||||
Supplements: (eric and python-%{mname})
|
||||
Supplements: (python-PyQt6-devel and python-%{mname})
|
||||
|
||||
%description devel
|
||||
This package provides Qt6 API files for the Eric IDE and the SIP files
|
||||
|
Reference in New Issue
Block a user