1
0

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

- Update to version 6.3.1
  * Added qWebEngineVersion(), qWebEngineChromiumVersion(), and
    qWebEngineChromiumSecurityPatchVersion().
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/984167
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=8
This commit is contained in:
Benjamin Greiner 2022-06-21 16:39:14 +00:00 committed by Git OBS Bridge
parent f98d663f47
commit a19a370cbd
4 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 21 10:15:28 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 6.3.1
* Added qWebEngineVersion(), qWebEngineChromiumVersion(), and
qWebEngineChromiumSecurityPatchVersion().
* Bug fixes.
-------------------------------------------------------------------
Wed Apr 13 08:27:36 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -18,21 +18,19 @@
%define mname PyQt6-WebEngine
%define muname PyQt6_WebEngine
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define pyqt_build_for_qt6 1
Name: python-%{mname}
Version: 6.3.0
Version: 6.3.1
Release: 0
Summary: Python bindings for the Qt WebEngine framework
License: GPL-3.0-only
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqt3d
Source: https://files.pythonhosted.org/packages/source/P/%{mname}/%{muname}-%{version}.tar.gz
BuildRequires: %{python_module PyQt6-devel}
BuildRequires: %{python_module PyQt6-devel >= 6.2}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pyqt-builder >= 1.11}
BuildRequires: %{python_module sip-devel >= 6.2}
BuildRequires: %{python_module sip-devel >= 6}
BuildRequires: fdupes
BuildRequires: python-pyqt-rpm-macros
BuildRequires: python-rpm-macros