Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-qtwebengine-qt5 for
openSUSE:Factory checked in at 2021-10-21 23:55:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old)
and /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtwebengine-qt5"
Thu Oct 21 23:55:14 2021 rev:13 rq:926296 version:5.15.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes
2021-09-14 21:15:00.912441871 +0200
+++
/work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.1890/python-qtwebengine-qt5.changes
2021-10-21 23:55:15.436017182 +0200
@@ -1,0 +2,10 @@
+Tue Oct 19 09:01:20 UTC 2021 - Ben Greiner <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
PyQtWebEngine-5.15.4.tar.gz
New:
----
PyQtWebEngine-5.15.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qtwebengine-qt5.spec ++++++
--- /var/tmp/diff_new_pack.EQSfP9/_old 2021-10-21 23:55:15.888017415 +0200
+++ /var/tmp/diff_new_pack.EQSfP9/_new 2021-10-21 23:55:15.892017417 +0200
@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-%{mname}
-Version: 5.15.4
+Version: 5.15.5
Release: 0
Summary: Python bindings for the Qt5 WebEngine framework
License: GPL-3.0-only
@@ -46,24 +46,22 @@
framework. The framework provides the ability to embed web
content in applications.
-%package api
-Summary: Eric API 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
+%package devel
+Summary: Development files for %{name}
Provides: %{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
-
-%description sip
-This package provides the SIP files used to generate the Python bindings for
-%{name}
+Requires: %{oldpython}(abi) = %{python_version}
+Supplements: (eric and python-%{mname})
+Supplements: (python-qt5-devel and python-%{mname})
+
+%description devel
+This package provides the framework API files for the Eric IDE.
+and the SIP files used to generate the Python bindings for %{name}
%prep
%autosetup -p1 -n PyQtWebEngine-%{version}
@@ -83,13 +81,10 @@
%{python_sitearch}/PyQt5/QtWebEngineWidgets.*
%{python_sitearch}/PyQtWebEngine-%{version}.dist-info/
-%files %{python_files api}
+%files %{python_files devel}
%license LICENSE
%dir %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/
%{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/PyQtWebEngine.api
-
-%files %{python_files sip}
-%license LICENSE
%{pyqt5_sipdir}/QtWebEngine/
%{pyqt5_sipdir}/QtWebEngineCore/
%{pyqt5_sipdir}/QtWebEngineWidgets/
++++++ PyQtWebEngine-5.15.4.tar.gz -> PyQtWebEngine-5.15.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.4/ChangeLog
new/PyQtWebEngine-5.15.5/ChangeLog
--- old/PyQtWebEngine-5.15.4/ChangeLog 2021-03-05 11:02:31.800355000 +0100
+++ new/PyQtWebEngine-5.15.5/ChangeLog 2021-10-13 17:06:53.191262200 +0200
@@ -1,5 +1,25 @@
+2021-08-10 Phil Thompson <[email protected]>
+
+ * README:
+ Fixed the README.
+ [69a1dc1f1cf1] [5.15.5] <5.15-maint>
+
+2021-04-05 Phil Thompson <[email protected]>
+
+ * PyQtWebEngine.msp:
+ Only enable QWebEngineClientCertificateStore when SSL is enabled.
+ [9e311bed7a8f] <5.15-maint>
+
+ * PyQtWebEngine.msp:
+ Removed the internal QtWebEngineCore namespace.
+ [bdf97a8aacfa] <5.15-maint>
+
2021-03-04 Phil Thompson <[email protected]>
+ * .hgtags:
+ Added tag 5.15.4 for changeset 2b38e9f975ce
+ [79bb44a7ba04] <5.15-maint>
+
* NEWS:
Released as v5.15.4.
[2b38e9f975ce] [5.15.4] <5.15-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.4/PKG-INFO
new/PyQtWebEngine-5.15.5/PKG-INFO
--- old/PyQtWebEngine-5.15.4/PKG-INFO 2021-03-05 11:02:33.362001000 +0100
+++ new/PyQtWebEngine-5.15.5/PKG-INFO 2021-10-13 17:06:54.035081000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyQtWebEngine
-Version: 5.15.4
+Version: 5.15.5
Requires-Python: >=3.6
Summary: Python bindings for the Qt WebEngine framework
Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
@@ -49,8 +49,6 @@
pip install PyQtWebEngine
-The wheels include a copy of the required parts of the LGPL version of Qt.
-
``pip`` will also build and install the bindings from the sdist package but
Qt's ``qmake`` tool must be on ``PATH``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.4/README
new/PyQtWebEngine-5.15.5/README
--- old/PyQtWebEngine-5.15.4/README 2021-03-05 11:02:31.812690000 +0100
+++ new/PyQtWebEngine-5.15.5/README 2021-10-13 17:06:53.197498600 +0200
@@ -38,8 +38,6 @@
pip install PyQtWebEngine
-The wheels include a copy of the required parts of the LGPL version of Qt.
-
``pip`` will also build and install the bindings from the sdist package but
Qt's ``qmake`` tool must be on ``PATH``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.4/configure.py
new/PyQtWebEngine-5.15.5/configure.py
--- old/PyQtWebEngine-5.15.4/configure.py 2021-03-05 11:02:31.809710000
+0100
+++ new/PyQtWebEngine-5.15.5/configure.py 2021-10-13 17:06:53.196176800
+0200
@@ -238,7 +238,7 @@
# The version of the module as a string. Set it to None if you don't
# provide version information.
- version = '5.15.4'
+ version = '5.15.5'
# The name of the PEP 376 .dist-info directory to be created.
distinfo_name = 'PyQtWebEngine'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.15.4/pyproject.toml
new/PyQtWebEngine-5.15.5/pyproject.toml
--- old/PyQtWebEngine-5.15.4/pyproject.toml 2021-03-05 11:02:31.813784000
+0100
+++ new/PyQtWebEngine-5.15.5/pyproject.toml 2021-10-13 17:06:53.198107000
+0200
@@ -6,7 +6,7 @@
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQtWebEngine"
-version = "5.15.4"
+version = "5.15.5"
summary = "Python bindings for the Qt WebEngine framework"
home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
author = "Riverbank Computing Limited"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.4/sip/QtWebEngine/qquickwebengineprofile.sip
new/PyQtWebEngine-5.15.5/sip/QtWebEngine/qquickwebengineprofile.sip
--- old/PyQtWebEngine-5.15.4/sip/QtWebEngine/qquickwebengineprofile.sip
2021-03-05 11:02:32.711358000 +0100
+++ new/PyQtWebEngine-5.15.5/sip/QtWebEngine/qquickwebengineprofile.sip
2021-10-13 17:06:53.757146000 +0200
@@ -161,8 +161,10 @@
void setDownloadPath(const QString &path);
%End
%If (QtWebEngine_5_13_0 -)
+%If (PyQt_SSL)
QWebEngineClientCertificateStore *clientCertificateStore();
%End
+%End
signals:
%If (QtWebEngine_5_13_0 -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.4/sip/QtWebEngine/qtwebengineglobal.sip
new/PyQtWebEngine-5.15.5/sip/QtWebEngine/qtwebengineglobal.sip
--- old/PyQtWebEngine-5.15.4/sip/QtWebEngine/qtwebengineglobal.sip
2021-03-05 11:02:32.712637000 +0100
+++ new/PyQtWebEngine-5.15.5/sip/QtWebEngine/qtwebengineglobal.sip
2021-10-13 17:06:53.758222300 +0200
@@ -25,8 +25,8 @@
const char *PYQT_WEBENGINE_VERSION_STR;
%ModuleCode
-static int PYQT_WEBENGINE_VERSION = 0x050f04;
-static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.4";
+static int PYQT_WEBENGINE_VERSION = 0x050f05;
+static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.5";
%End
%If (QtWebEngine_5_6_0 -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.4/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
new/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
---
old/PyQtWebEngine-5.15.4/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2021-03-05 11:02:32.718526000 +0100
+++
new/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2021-10-13 17:06:53.762269500 +0200
@@ -21,16 +21,6 @@
%If (QtWebEngine_5_13_0 -)
-
-namespace QtWebEngineCore
-{
-%TypeHeaderCode
-#include <qwebengineclientcertificatestore.h>
-%End
-};
-
-%End
-%If (QtWebEngine_5_13_0 -)
%If (PyQt_SSL)
class QWebEngineClientCertificateStore /NoDefaultCtors/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.4/sip/QtWebEngineCore/qwebenginequotarequest.sip
new/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginequotarequest.sip
--- old/PyQtWebEngine-5.15.4/sip/QtWebEngineCore/qwebenginequotarequest.sip
2021-03-05 11:02:32.728237000 +0100
+++ new/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebenginequotarequest.sip
2021-10-13 17:06:53.767360000 +0200
@@ -22,16 +22,6 @@
%If (QtWebEngine_5_11_0 -)
-namespace QtWebEngineCore
-{
-%TypeHeaderCode
-#include <qwebenginequotarequest.h>
-%End
-};
-
-%End
-%If (QtWebEngine_5_11_0 -)
-
class QWebEngineQuotaRequest
{
%TypeHeaderCode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.15.4/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
new/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
---
old/PyQtWebEngine-5.15.4/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2021-03-05 11:02:32.731935000 +0100
+++
new/PyQtWebEngine-5.15.5/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2021-10-13 17:06:53.768730600 +0200
@@ -22,16 +22,6 @@
%If (QtWebEngine_5_11_0 -)
-namespace QtWebEngineCore
-{
-%TypeHeaderCode
-#include <qwebengineregisterprotocolhandlerrequest.h>
-%End
-};
-
-%End
-%If (QtWebEngine_5_11_0 -)
-
class QWebEngineRegisterProtocolHandlerRequest
{
%TypeHeaderCode