Accepting request 926296 from KDE:Qt:PyQt

- Update to version 5.15.5

OBS-URL: https://build.opensuse.org/request/show/926296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtwebengine-qt5?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-10-21 21:55:14 +00:00 committed by Git OBS Bridge
commit 67d6457cda
4 changed files with 27 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cedc28f54165f4b8067652145aec7f732a17eadf6736835852868cf76119cc19
size 49022

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab47608dccf2b5e4b950d5a3cc704b17711af035024d07a9b71ad29fc103b941
size 48610

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 19 09:01:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 5.15.5
* PyQtWebEngine.msp: Only enable QWebEngineClientCertificateStore
when SSL is enabled.
* PyQtWebEngine.msp: Removed the internal QtWebEngineCore
namespace.
- Merge sip and api subpackage into devel, update requirements
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 13 15:58:34 UTC 2021 - Ben Greiner <code@bnavigator.de> Mon Sep 13 15:58:34 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python3-%{**}} %{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-%{mname} Name: python-%{mname}
Version: 5.15.4 Version: 5.15.5
Release: 0 Release: 0
Summary: Python bindings for the Qt5 WebEngine framework Summary: Python bindings for the Qt5 WebEngine framework
License: GPL-3.0-only License: GPL-3.0-only
@ -46,24 +46,22 @@ PyQtWebEngine is a set of Python bindings for the Qt5 WebEngine
framework. The framework provides the ability to embed web framework. The framework provides the ability to embed web
content in applications. content in applications.
%package api %package devel
Summary: Eric API files for %{name} Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Supplements: packageand(eric:python-%{mname})
%description api
This package provides Qt5 WebEngine framework API files for the Eric IDE.
%package sip
Summary: Sip files for %{name}
Group: Development/Libraries/Python
Provides: %{oldpython}-%{mname}-sip = %{version}-%{release} Provides: %{oldpython}-%{mname}-sip = %{version}-%{release}
Obsoletes: %{oldpython}-%{mname}-sip < %{version}-%{release} Obsoletes: %{oldpython}-%{mname}-sip < %{version}-%{release}
Provides: python-%{mname}-sip = %{version}-%{release}
Obsoletes: python-%{mname}-sip < %{version}-%{release}
Provides: python-%{mname}-api = %{version}-%{release}
Obsoletes: python-%{mname}-api < %{version}-%{release}
Requires: python-qt5-devel Requires: python-qt5-devel
Requires: %{oldpython}(abi) = %{python_version}
Supplements: (eric and python-%{mname})
Supplements: (python-qt5-devel and python-%{mname})
%description sip %description devel
This package provides the SIP files used to generate the Python bindings for This package provides the framework API files for the Eric IDE.
%{name} and the SIP files used to generate the Python bindings for %{name}
%prep %prep
%autosetup -p1 -n PyQtWebEngine-%{version} %autosetup -p1 -n PyQtWebEngine-%{version}
@ -83,13 +81,10 @@ This package provides the SIP files used to generate the Python bindings for
%{python_sitearch}/PyQt5/QtWebEngineWidgets.* %{python_sitearch}/PyQt5/QtWebEngineWidgets.*
%{python_sitearch}/PyQtWebEngine-%{version}.dist-info/ %{python_sitearch}/PyQtWebEngine-%{version}.dist-info/
%files %{python_files api} %files %{python_files devel}
%license LICENSE %license LICENSE
%dir %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/ %dir %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/
%{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/PyQtWebEngine.api %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/PyQtWebEngine.api
%files %{python_files sip}
%license LICENSE
%{pyqt5_sipdir}/QtWebEngine/ %{pyqt5_sipdir}/QtWebEngine/
%{pyqt5_sipdir}/QtWebEngineCore/ %{pyqt5_sipdir}/QtWebEngineCore/
%{pyqt5_sipdir}/QtWebEngineWidgets/ %{pyqt5_sipdir}/QtWebEngineWidgets/