Accepting request 875739 from KDE:Qt5
OBS-URL: https://build.opensuse.org/request/show/875739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtwebengine-qt5?expand=0&rev=9
This commit is contained in:
commit
d979fdcb02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f0ca7915ee206ba5d703168c6ca40b0aad62c67360328fae4af5359cdbcee439
|
|
||||||
size 48520
|
|
3
PyQtWebEngine-5.15.3.tar.gz
Normal file
3
PyQtWebEngine-5.15.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0badc56e6c9ee2b7b4baa87511737d2a7f1de5a45f52b1da8f4965fc17dcf0b6
|
||||||
|
size 48784
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 26 09:50:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 5.15.3
|
||||||
|
* Sync release with PyQt5
|
||||||
|
- Switch all distros to SIP v5+
|
||||||
|
- Disable Python 2 build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 20:02:11 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to Version 5.15.2
|
||||||
|
* Build system changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 15 17:29:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Tue Sep 15 17:29:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-qtwebengine-qt5
|
# spec file for package python-qtwebengine-qt5
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,15 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{suse_version} < 1550
|
|
||||||
%define use_sip4 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%define mname qtwebengine-qt5
|
%define mname qtwebengine-qt5
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 5.15.1
|
Version: 5.15.3
|
||||||
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
|
||||||
@ -32,19 +29,14 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
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 qt5-devel}
|
BuildRequires: %{python_module qt5-devel}
|
||||||
|
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)
|
||||||
%if 0%{?use_sip4}
|
Requires: python-qt5 >= %{version}
|
||||||
BuildRequires: %{python_module sip4-devel >= 4.19.4}
|
Requires: python-qt5-sip
|
||||||
Requires: python-sip(api) = %{python_sip_api_ver}
|
|
||||||
%else
|
|
||||||
BuildRequires: %{python_module pyqt-builder}
|
|
||||||
BuildRequires: %{python_module sip-devel >= 5.3}
|
|
||||||
%requires_eq python-qt5-sip
|
|
||||||
%endif
|
|
||||||
Requires: python-qt5
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user