Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-qtnetworkauth-qt5 for 
openSUSE:Factory checked in at 2021-10-21 23:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtnetworkauth-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtnetworkauth-qt5.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtnetworkauth-qt5"

Thu Oct 21 23:55:13 2021 rev:2 rq:926283 version:5.15.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-qtnetworkauth-qt5/python-qtnetworkauth-qt5.changes
        2021-07-10 22:54:44.751645850 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qtnetworkauth-qt5.new.1890/python-qtnetworkauth-qt5.changes
      2021-10-21 23:55:14.704016806 +0200
@@ -1,0 +2,7 @@
+Tue Oct 19 08:55:08 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to v5.15.5
+  * Bug fixes
+- Update devel requirements
+
+-------------------------------------------------------------------

Old:
----
  PyQtNetworkAuth-5.15.4.tar.gz

New:
----
  PyQtNetworkAuth-5.15.5.tar.gz

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

Other differences:
------------------
++++++ python-qtnetworkauth-qt5.spec ++++++
--- /var/tmp/diff_new_pack.nXMToe/_old  2021-10-21 23:55:15.212017067 +0200
+++ /var/tmp/diff_new_pack.nXMToe/_new  2021-10-21 23:55:15.216017069 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-qtetworkauth-qt5
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -19,8 +19,9 @@
 %define mname qtnetworkauth-qt5
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
+%define plainpython python
 Name:           python-%{mname}
-Version:        5.15.4
+Version:        5.15.5
 Release:        0
 Summary:        Python bindings for the Qt Network Authorization library
 License:        GPL-3.0-only
@@ -28,15 +29,15 @@
 URL:            https://www.riverbankcomputing.com/software/pyqtnetworkauth
 Source:         
https://files.pythonhosted.org/packages/source/P/PyQtNetworkAuth/PyQtNetworkAuth-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pyqt-builder >= 1.9}
 BuildRequires:  %{python_module qt5-devel >= %{version}}
+BuildRequires:  %{python_module sip-devel >= 5.3}
 BuildRequires:  fdupes
 BuildRequires:  python-pyqt-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(Qt5NetworkAuth) >= 5.15
-BuildRequires:  %{python_module pyqt-builder >= 1.9}
-BuildRequires:  %{python_module sip-devel >= 5.3}
-Requires:       python-qt5-sip
 Requires:       python-qt5 >= %{version}
+Requires:       python-qt5-sip
 Provides:       python-PyQtNetworkAuth = %{version}-%{release}
 %python_subpackages
 
@@ -45,13 +46,14 @@
 Authorization library. The bindings sit on top of PyQt5 and are implemented
 as a single module.
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Tools/IDE
-Supplements:    packageand(eric:python-%{mname})
-Supplements:    packageand(python-sip-devel:python-%{mname}) 
+Requires:       python-%{mname}
 Requires:       python-qt5-devel
+Requires:       %{plainpython}(abi) = %{python_version}
+Supplements:    (eric and python-%{mname})
+Supplements:    (python-qt5-devel and python-%{mname})
 
 %description    devel
 This package provides Qt5 Network Authorization library API files

++++++ PyQtNetworkAuth-5.15.4.tar.gz -> PyQtNetworkAuth-5.15.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtNetworkAuth-5.15.4/ChangeLog 
new/PyQtNetworkAuth-5.15.5/ChangeLog
--- old/PyQtNetworkAuth-5.15.4/ChangeLog        2021-03-05 10:58:42.114930000 
+0100
+++ new/PyQtNetworkAuth-5.15.5/ChangeLog        2021-10-13 17:06:09.244548000 
+0200
@@ -1,5 +1,31 @@
+2021-08-10  Phil Thompson  <[email protected]>
+
+       * README:
+       Fixed the README.
+       [4cb4e7b8eb51] [5.15.5] <5.15-maint>
+
+2021-05-21  Phil Thompson  <[email protected]>
+
+       * PyQtNetworkAuth.msp:
+       Further fixes to the implementation of a modify parameters function.
+       [fa48f0be81d8] <5.15-maint>
+
+       * NEWS, PyQtNetworkAuth.msp:
+       Fixes to the implementation of a modify parameters function.
+       [018e670f37c5] <5.15-maint>
+
+2021-05-14  Phil Thompson  <[email protected]>
+
+       * PyQtNetworkAuth.msp:
+       Fixed QAbstractOAuth.modifyParametersFunction().
+       [91548ecf34d6] <5.15-maint>
+
 2021-03-04  Phil Thompson  <[email protected]>
 
+       * .hgtags:
+       Added tag 5.15.4 for changeset 4d0bf82e6287
+       [c68d285b2771] <5.15-maint>
+
        * NEWS:
        Released as v5.15.4.
        [4d0bf82e6287] [5.15.4] <5.15-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtNetworkAuth-5.15.4/NEWS 
new/PyQtNetworkAuth-5.15.5/NEWS
--- old/PyQtNetworkAuth-5.15.4/NEWS     2021-03-05 10:58:17.372150000 +0100
+++ new/PyQtNetworkAuth-5.15.5/NEWS     2021-10-13 17:05:55.399516000 +0200
@@ -1,3 +1,6 @@
+v5.15.5 21st May 2021
+  - Bug fixes.
+
 v5.15.4 4th March 2021
   - Packaging bug fixes.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtNetworkAuth-5.15.4/PKG-INFO 
new/PyQtNetworkAuth-5.15.5/PKG-INFO
--- old/PyQtNetworkAuth-5.15.4/PKG-INFO 2021-03-05 10:58:43.431834500 +0100
+++ new/PyQtNetworkAuth-5.15.5/PKG-INFO 2021-10-13 17:06:09.869804000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQtNetworkAuth
-Version: 5.15.4
+Version: 5.15.5
 Requires-Python: >=3.6
 Summary: Python bindings for the Qt Network Authorization library
 Home-Page: https://www.riverbankcomputing.com/software/pyqtnetworkauth/
@@ -48,8 +48,6 @@
 
     pip install PyQtNetworkAuth
 
-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/PyQtNetworkAuth-5.15.4/README 
new/PyQtNetworkAuth-5.15.5/README
--- old/PyQtNetworkAuth-5.15.4/README   2021-03-05 10:58:42.126353000 +0100
+++ new/PyQtNetworkAuth-5.15.5/README   2021-10-13 17:06:09.250244100 +0200
@@ -37,8 +37,6 @@
 
     pip install PyQtNetworkAuth
 
-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/PyQtNetworkAuth-5.15.4/configure.py 
new/PyQtNetworkAuth-5.15.5/configure.py
--- old/PyQtNetworkAuth-5.15.4/configure.py     2021-03-05 10:58:42.123378000 
+0100
+++ new/PyQtNetworkAuth-5.15.5/configure.py     2021-10-13 17:06:09.248802400 
+0200
@@ -55,7 +55,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 = 'PyQtNetworkAuth'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtNetworkAuth-5.15.4/pyproject.toml 
new/PyQtNetworkAuth-5.15.5/pyproject.toml
--- old/PyQtNetworkAuth-5.15.4/pyproject.toml   2021-03-05 10:58:42.127342000 
+0100
+++ new/PyQtNetworkAuth-5.15.5/pyproject.toml   2021-10-13 17:06:09.250918600 
+0200
@@ -6,7 +6,7 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQtNetworkAuth"
-version = "5.15.4"
+version = "5.15.5"
 summary = "Python bindings for the Qt Network Authorization library"
 home-page = "https://www.riverbankcomputing.com/software/pyqtnetworkauth/";
 author = "Riverbank Computing Limited"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQtNetworkAuth-5.15.4/sip/QtNetworkAuth/qabstractoauth.sip 
new/PyQtNetworkAuth-5.15.5/sip/QtNetworkAuth/qabstractoauth.sip
--- old/PyQtNetworkAuth-5.15.4/sip/QtNetworkAuth/qabstractoauth.sip     
2021-03-05 10:58:42.817327000 +0100
+++ new/PyQtNetworkAuth-5.15.5/sip/QtNetworkAuth/qabstractoauth.sip     
2021-10-13 17:06:09.650207500 +0200
@@ -115,9 +115,13 @@
     virtual QNetworkReply *deleteResource(const QUrl &url, const QVariantMap 
&parameters = QVariantMap()) = 0;
     SIP_PYCALLABLE modifyParametersFunction() const;
 %MethodCode
-        // The callable, if any,  is held in the user object.
+        // The callable, if any, is held in the user object.
         sipRes = sipGetUserObject((sipSimpleWrapper *)sipSelf);
-        Py_XINCREF(sipRes);
+        
+        if (!sipRes)
+            sipRes = Py_None;
+        
+        Py_INCREF(sipRes);
 %End
 
     void setModifyParametersFunction(SIP_PYCALLABLE modifyParametersFunction 
/AllowNone/);
@@ -150,7 +154,7 @@
         
                 if (!variant_map)
                 {
-                    variant_map = sipFindType("QMap<QString,QVariant>");
+                    variant_map = sipFindType("QVariantMap");
                     Q_ASSERT(variant_map);
                 }
         
@@ -162,7 +166,7 @@
                 }
                 else
                 {
-                    PyObject *res = sipCallMethod(NULL, func, "FR", stage, 
sipType_QAbstractOAuth_Stage, parameters_obj);
+                    PyObject *res = sipCallMethod(NULL, func, "FS", stage, 
sipType_QAbstractOAuth_Stage, parameters_obj);
         
                     if (!res)
                     {

Reply via email to