Hello community,

here is the log from the commit of package python-qtwebengine-qt5 for 
openSUSE:Factory checked in at 2020-09-15 16:28:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtwebengine-qt5"

Tue Sep 15 16:28:52 2020 rev:7 rq:834345 version:5.15.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes
    2020-09-01 20:11:58.504718260 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.4249/python-qtwebengine-qt5.changes
  2020-09-15 16:28:56.302634024 +0200
@@ -1,0 +2,7 @@
+Mon Sep 14 15:57:05 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to Version 5.15.1
+  * A bug-fix release.
+- drop update-timeline-patch again. Nobody uses nonexistent tags.
+
+-------------------------------------------------------------------

Old:
----
  PyQtWebEngine-5.15.0.tar.gz
  update-timeline.patch

New:
----
  PyQtWebEngine-5.15.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qtwebengine-qt5.spec ++++++
--- /var/tmp/diff_new_pack.LuNsjH/_old  2020-09-15 16:28:57.142634828 +0200
+++ /var/tmp/diff_new_pack.LuNsjH/_new  2020-09-15 16:28:57.146634832 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-qtwebengine-qt5
-Version:        5.15.0
+Version:        5.15.1
 Release:        0
 Summary:        Python bindings for the Qt5 WebEngine framework
 License:        GPL-3.0-only
 Group:          Development/Libraries/Python
 URL:            https://www.riverbankcomputing.com/software/pyqtwebengine/intro
 Source:         
https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE -- add nonexistent future releases christo...@krop.fr
-Patch0:         update-timeline.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module sip-devel >= 4.19.4}

++++++ PyQtWebEngine-5.15.0.tar.gz -> PyQtWebEngine-5.15.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.0/ChangeLog 
new/PyQtWebEngine-5.15.1/ChangeLog
--- old/PyQtWebEngine-5.15.0/ChangeLog  2020-05-31 14:12:05.496758000 +0200
+++ new/PyQtWebEngine-5.15.1/ChangeLog  2020-09-12 10:13:34.647095000 +0200
@@ -1,5 +1,35 @@
+2020-09-11  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Released as v5.15.1.
+       [e2b884210459] [5.15.1] <5.15-maint>
+
+       * NEWS:
+       Updated the NEWS file.
+       [9f00dc7187f2] <5.15-maint>
+
+2020-08-22  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * pyproject.toml:
+       Set the name of the sip module explicitly.
+       [29bb9b85f3ea] <5.15-maint>
+
+       * pyproject.toml:
+       Fixed the specification of the sip module ABI version.
+       [c7373e5d6751] <5.15-maint>
+
+2020-06-11  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, PyQtWebEngine.msp:
+       Fixed building against versions of Qt prior to v5.15.
+       [35bb7ef0683d] <5.15-maint>
+
 2020-05-30  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 5.15.0 for changeset ea6c0ab7d38d
+       [54d036861205]
+
        * NEWS:
        Released as v5.15.0.
        [ea6c0ab7d38d] [5.15.0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.0/NEWS 
new/PyQtWebEngine-5.15.1/NEWS
--- old/PyQtWebEngine-5.15.0/NEWS       2020-05-31 14:11:26.431846000 +0200
+++ new/PyQtWebEngine-5.15.1/NEWS       2020-09-12 10:12:54.210873000 +0200
@@ -1,3 +1,6 @@
+v5.15.1 12th September 2020
+  - A bug-fix release.
+
 v5.15.0 1st June 2020
   - Added support for Qt v5.15.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.0/PKG-INFO 
new/PyQtWebEngine-5.15.1/PKG-INFO
--- old/PyQtWebEngine-5.15.0/PKG-INFO   2020-05-31 14:12:06.249128300 +0200
+++ new/PyQtWebEngine-5.15.1/PKG-INFO   2020-09-12 10:13:35.385309700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQtWebEngine
-Version: 5.15.0
+Version: 5.15.1
 Requires-Python: >=3.5
 Summary: Python bindings for the Qt WebEngine framework
 Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.0/configure.py 
new/PyQtWebEngine-5.15.1/configure.py
--- old/PyQtWebEngine-5.15.0/configure.py       2020-05-31 14:12:05.500420000 
+0200
+++ new/PyQtWebEngine-5.15.1/configure.py       2020-09-12 10:13:34.650343000 
+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.0'
+    version = '5.15.1'
 
     # 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.0/pyproject.toml 
new/PyQtWebEngine-5.15.1/pyproject.toml
--- old/PyQtWebEngine-5.15.0/pyproject.toml     2020-05-31 14:12:05.501610000 
+0200
+++ new/PyQtWebEngine-5.15.1/pyproject.toml     2020-09-12 10:13:34.651650000 
+0200
@@ -6,7 +6,7 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQtWebEngine"
-version = "5.15.0"
+version = "5.15.1"
 summary = "Python bindings for the Qt WebEngine framework"
 home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/";
 author = "Riverbank Computing Limited"
@@ -17,11 +17,12 @@
 
 # Specify a PyQt-based project.
 [tool.sip]
-abi-version = "12.8"
 project-factory = "pyqtbuild:PyQtProject"
 
 # Configure the project.
 [tool.sip.project]
+abi-version = "12.8"
+sip-module = "PyQt5.sip"
 tag-prefix = "QtWebEngine"
 
 # Define and configure each set of bindings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine-5.15.0/sip/QtWebEngine/qtwebengineglobal.sip 
new/PyQtWebEngine-5.15.1/sip/QtWebEngine/qtwebengineglobal.sip
--- old/PyQtWebEngine-5.15.0/sip/QtWebEngine/qtwebengineglobal.sip      
2020-05-31 14:12:06.063135000 +0200
+++ new/PyQtWebEngine-5.15.1/sip/QtWebEngine/qtwebengineglobal.sip      
2020-09-12 10:13:35.005926000 +0200
@@ -25,8 +25,8 @@
 const char *PYQT_WEBENGINE_VERSION_STR;
 
 %ModuleCode
-static int PYQT_WEBENGINE_VERSION = 0x050f00;
-static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.0";
+static int PYQT_WEBENGINE_VERSION = 0x050f01;
+static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.1";
 %End
 %If (QtWebEngine_5_6_0 -)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip 
new/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
--- 
old/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip  
    2020-05-31 14:12:06.045438000 +0200
+++ 
new/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip  
    2020-09-12 10:13:34.995244000 +0200
@@ -48,7 +48,7 @@
 %If (QtWebEngine_5_8_0 -)
         CertificateTransparencyRequired,
 %End
-%If (QtWebEngine_5_14_0 -)
+%If (QtWebEngine_5_15_0 -)
         CertificateKnownInterceptionBlocked,
 %End
     };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginepage.sip 
new/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginepage.sip
--- old/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginepage.sip  
2020-05-31 14:12:06.051040000 +0200
+++ new/PyQtWebEngine-5.15.1/sip/QtWebEngineWidgets/qwebenginepage.sip  
2020-09-12 10:13:35.001155000 +0200
@@ -663,10 +663,12 @@
 %End
 
 public:
-%If (QtWebEngine_5_14_0 -)
+%If (QtWebEngine_5_15_0 -)
     qint64 renderProcessPid() const;
 %End
-%If (QtWebEngine_5_14_0 -)
+
+signals:
+%If (QtWebEngine_5_15_0 -)
     void renderProcessPidChanged(qint64 pid);
 %End
 };


Reply via email to