Accepting request 970205 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/970205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-WebEngine?expand=0&rev=4
This commit is contained in:
commit
593eb0b4b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3
|
|
||||||
size 30095
|
|
3
PyQt6_WebEngine-6.3.0.tar.gz
Normal file
3
PyQt6_WebEngine-6.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab2aedbeec54f1bcff872f7dfc236aa0fce4b55cd30f608ca89b408ee9e8147b
|
||||||
|
size 30355
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 13 08:27:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 6.3.0
|
||||||
|
* Added support for Qt v6.3.
|
||||||
|
* Bug fixes.
|
||||||
|
- Remove concatenate workaround
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -21,9 +21,8 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define pyqt_build_for_qt6 1
|
%define pyqt_build_for_qt6 1
|
||||||
%define skip_python36 1
|
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 6.2.1
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the Qt WebEngine framework
|
Summary: Python bindings for the Qt WebEngine framework
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -31,7 +30,7 @@ Group: Development/Libraries/Python
|
|||||||
URL: https://www.riverbankcomputing.com/software/pyqt3d
|
URL: https://www.riverbankcomputing.com/software/pyqt3d
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/%{mname}/%{muname}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/%{mname}/%{muname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyQt6-devel}
|
BuildRequires: %{python_module PyQt6-devel}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.11}
|
BuildRequires: %{python_module pyqt-builder >= 1.11}
|
||||||
BuildRequires: %{python_module sip-devel >= 6.2}
|
BuildRequires: %{python_module sip-devel >= 6.2}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -70,8 +69,7 @@ used to generate the Python bindings for %{name}
|
|||||||
%setup -q -n %{muname}-%{version}
|
%setup -q -n %{muname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://www.riverbankcomputing.com/pipermail/pyqt/2021-October/044282.html
|
%pyqt_build
|
||||||
%pyqt_build -s %{quote:--concatenate 1}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyqt_install
|
%pyqt_install
|
||||||
|
Loading…
Reference in New Issue
Block a user