Accepting request 984171 from home:bnavigator:branches:KDE:Qt:PyQt

- Update to version 5.15.6
  * A bug-fix release.

OBS-URL: https://build.opensuse.org/request/show/984171
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qtwebengine-qt5?expand=0&rev=5
This commit is contained in:
Benjamin Greiner 2022-06-21 16:36:15 +00:00 committed by Git OBS Bridge
parent cab38952cd
commit 90633cedec
4 changed files with 12 additions and 6 deletions

View File

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

BIN
PyQtWebEngine-5.15.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 21 11:41:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 5.15.6
* A bug-fix release.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 19 09:01:20 UTC 2021 - Ben Greiner <code@bnavigator.de> Tue Oct 19 09:01:20 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.5 Version: 5.15.6
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
@ -30,12 +30,12 @@ URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Source: https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pyqt-builder >= 1.9} BuildRequires: %{python_module pyqt-builder >= 1.9}
BuildRequires: %{python_module qt5-devel} BuildRequires: %{python_module qt5-devel >= 5.15.4}
BuildRequires: %{python_module sip-devel >= 5.3} BuildRequires: %{python_module sip-devel >= 5.3}
BuildRequires: python-pyqt-rpm-macros BuildRequires: python-pyqt-rpm-macros
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(Qt5WebEngine) BuildRequires: pkgconfig(Qt5WebEngine)
Requires: python-qt5 >= %{version} %requires_ge python-qt5
Requires: python-qt5-sip Requires: python-qt5-sip
Provides: python-PyQtWebEngine = %{version}-%{release} Provides: python-PyQtWebEngine = %{version}-%{release}