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-03-17 20:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtwebengine-qt5"

Wed Mar 17 20:15:01 2021 rev:10 rq:878418 version:5.15.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes
    2021-03-06 21:18:33.261231288 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.2401/python-qtwebengine-qt5.changes
  2021-03-17 20:19:17.675263364 +0100
@@ -1,0 +2,8 @@
+Thu Mar 11 19:36:21 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 5.15.4
+  * Packaging bug fixes.
+- Fixes problems with packages checking the package metadata like 
+  boo#1183144
+
+-------------------------------------------------------------------

Old:
----
  PyQtWebEngine-5.15.3.tar.gz

New:
----
  PyQtWebEngine-5.15.4.tar.gz

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

Other differences:
------------------
++++++ python-qtwebengine-qt5.spec ++++++
--- /var/tmp/diff_new_pack.hv2GoB/_old  2021-03-17 20:19:18.199264080 +0100
+++ /var/tmp/diff_new_pack.hv2GoB/_new  2021-03-17 20:19:18.203264086 +0100
@@ -21,7 +21,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-%{mname}
-Version:        5.15.3
+Version:        5.15.4
 Release:        0
 Summary:        Python bindings for the Qt5 WebEngine framework
 License:        GPL-3.0-only

++++++ PyQtWebEngine-5.15.3.tar.gz -> PyQtWebEngine-5.15.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.3/ChangeLog 
new/PyQtWebEngine-5.15.4/ChangeLog
--- old/PyQtWebEngine-5.15.3/ChangeLog  2021-02-23 17:18:34.269857000 +0100
+++ new/PyQtWebEngine-5.15.4/ChangeLog  2021-03-05 11:02:31.800355000 +0100
@@ -1,5 +1,35 @@
+2021-03-04  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Released as v5.15.4.
+       [2b38e9f975ce] [5.15.4] <5.15-maint>
+
+       * rb-product.toml:
+       Fixed the PyQt dependency.
+       [cefacc6bbb70] <5.15-maint>
+
+2021-03-02  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Updated the NEWS file.
+       [34e365fd176e] <5.15-maint>
+
+2021-02-27  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * pyproject.toml, rb-product.toml:
+       Fixed the project dependencies.
+       [66291dc36205] <5.15-maint>
+
+       * rb-product, rb-product.toml:
+       Updated the product file.
+       [ee3d635e28f7] <5.15-maint>
+
 2021-02-23  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 5.15.3 for changeset b2cd71fcd0e8
+       [848cde6e6a39] <5.15-maint>
+
        * NEWS:
        Released as v5.15.3.
        [b2cd71fcd0e8] [5.15.3] <5.15-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.3/NEWS 
new/PyQtWebEngine-5.15.4/NEWS
--- old/PyQtWebEngine-5.15.3/NEWS       2021-02-23 17:17:57.985491000 +0100
+++ new/PyQtWebEngine-5.15.4/NEWS       2021-03-05 11:01:33.084437000 +0100
@@ -1,3 +1,6 @@
+v5.15.4 4th March 2021
+  - Packaging bug fixes.
+
 v5.15.3 24th February 2021
   - Wheels now assume that the corresponding Qt libraries are in an external
     wheel rather than being bundled.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.3/PKG-INFO 
new/PyQtWebEngine-5.15.4/PKG-INFO
--- old/PyQtWebEngine-5.15.3/PKG-INFO   2021-02-23 17:18:35.088446000 +0100
+++ new/PyQtWebEngine-5.15.4/PKG-INFO   2021-03-05 11:02:33.362001000 +0100
@@ -1,14 +1,13 @@
 Metadata-Version: 2.1
 Name: PyQtWebEngine
-Version: 5.15.3
+Version: 5.15.4
 Requires-Python: >=3.6
 Summary: Python bindings for the Qt WebEngine framework
 Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
 Author: Riverbank Computing Limited
 Author-Email: i...@riverbankcomputing.com
 License: GPL v3
-Requires-Dist: PyQtWebEngine-Qt (>=5.15)
-Requires-Dist: PyQt5 (>=5.15.3)
+Requires-Dist: PyQt5 (>=5.15.4)
 
 PyQtWebEngine - Python Bindings for the Qt WebEngine Framework
 ==============================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtWebEngine-5.15.3/configure.py 
new/PyQtWebEngine-5.15.4/configure.py
--- old/PyQtWebEngine-5.15.3/configure.py       2021-02-23 17:18:34.274136000 
+0100
+++ new/PyQtWebEngine-5.15.4/configure.py       2021-03-05 11:02:31.809710000 
+0100
@@ -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.3'
+    version = '5.15.4'
 
     # 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.3/pyproject.toml 
new/PyQtWebEngine-5.15.4/pyproject.toml
--- old/PyQtWebEngine-5.15.3/pyproject.toml     2021-02-23 17:18:34.275933000 
+0100
+++ new/PyQtWebEngine-5.15.4/pyproject.toml     2021-03-05 11:02:31.813784000 
+0100
@@ -6,14 +6,14 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQtWebEngine"
-version = "5.15.3"
+version = "5.15.4"
 summary = "Python bindings for the Qt WebEngine framework"
 home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/";
 author = "Riverbank Computing Limited"
 author-email = "i...@riverbankcomputing.com"
 license = "GPL v3"
 description-file = "README"
-requires-dist = ["PyQtWebEngine-Qt (>=5.15)", "PyQt5 (>=5.15.3)"]
+requires-dist = "PyQt5 (>=5.15.4)"
 
 # Specify a PyQt-based project.
 [tool.sip]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtWebEngine-5.15.3/sip/QtWebEngine/qtwebengineglobal.sip 
new/PyQtWebEngine-5.15.4/sip/QtWebEngine/qtwebengineglobal.sip
--- old/PyQtWebEngine-5.15.3/sip/QtWebEngine/qtwebengineglobal.sip      
2021-02-23 17:18:34.787749000 +0100
+++ new/PyQtWebEngine-5.15.4/sip/QtWebEngine/qtwebengineglobal.sip      
2021-03-05 11:02:32.712637000 +0100
@@ -25,8 +25,8 @@
 const char *PYQT_WEBENGINE_VERSION_STR;
 
 %ModuleCode
-static int PYQT_WEBENGINE_VERSION = 0x050f03;
-static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.3";
+static int PYQT_WEBENGINE_VERSION = 0x050f04;
+static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.4";
 %End
 %If (QtWebEngine_5_6_0 -)
 

Reply via email to