Accepting request 748564 from KDE:Qt5
OBS-URL: https://build.opensuse.org/request/show/748564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtwebengine-qt5?expand=0&rev=4
This commit is contained in:
commit
335032e26e
3
PyQtWebEngine-5.13.2.tar.gz
Normal file
3
PyQtWebEngine-5.13.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4264911b5847c75721d8c9c30af92e58a216bd25ceef37f7abf921005c1d45a9
|
||||||
|
size 45234
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d8c1262005d8465653a848bf67327fb338e0d3c2d26090a6f7eb071dbb42092
|
|
||||||
size 44883
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 15:21:27 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 5.13.2
|
||||||
|
* Added PYQT_WEBENGINE_VERSION and PYQT_WEBENGINE_VERSION_STR.
|
||||||
|
* Added support for SIP v5.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 20 11:44:26 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Sep 20 11:44:26 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-qtwebengine-qt5
|
Name: python-qtwebengine-qt5
|
||||||
Version: 5.13.1
|
Version: 5.13.2
|
||||||
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
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
||||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz
|
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch0: update-timeline.patch
|
Patch0: update-timeline.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@ -67,7 +67,7 @@ This package contains sip files used to generate
|
|||||||
bindings to the Qt5 WebEngine framework.
|
bindings to the Qt5 WebEngine framework.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n PyQtWebEngine_gpl-%{version}
|
%autosetup -p1 -n PyQtWebEngine-%{version}
|
||||||
%{python_expand mkdir build_%{$python_bin_suffix}
|
%{python_expand mkdir build_%{$python_bin_suffix}
|
||||||
cp *.py build_%{$python_bin_suffix}
|
cp *.py build_%{$python_bin_suffix}
|
||||||
cp -r sip build_%{$python_bin_suffix}
|
cp -r sip build_%{$python_bin_suffix}
|
||||||
|
Loading…
Reference in New Issue
Block a user