Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyQt6-NetworkAuth for 
openSUSE:Factory checked in at 2023-04-27 20:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQt6-NetworkAuth"

Thu Apr 27 20:00:48 2023 rev:7 rq:1083087 version:6.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth/python-PyQt6-NetworkAuth.changes
        2023-03-16 22:57:54.315331007 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.1533/python-PyQt6-NetworkAuth.changes
      2023-04-27 20:01:09.666005455 +0200
@@ -1,0 +2,6 @@
+Mon Apr 24 20:15:00 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 6.5.0
+  * Added support for Qt v6.5.
+
+-------------------------------------------------------------------

Old:
----
  PyQt6_NetworkAuth-6.4.0.tar.gz

New:
----
  PyQt6_NetworkAuth-6.5.0.tar.gz

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

Other differences:
------------------
++++++ python-PyQt6-NetworkAuth.spec ++++++
--- /var/tmp/diff_new_pack.JTWndo/_old  2023-04-27 20:01:11.274014908 +0200
+++ /var/tmp/diff_new_pack.JTWndo/_new  2023-04-27 20:01:11.278014931 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,9 @@
 
 %define qtlib NetworkAuth
 %define mname PyQt6-%{qtlib}
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
 %define pyqt_build_for_qt6 1
 Name:           python-%{mname}
-Version:        6.4.0
+Version:        6.5.0
 Release:        0
 Summary:        Python bindings for the Qt Network Authorization library
 License:        GPL-3.0-only

++++++ PyQt6_NetworkAuth-6.4.0.tar.gz -> PyQt6_NetworkAuth-6.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.4.0/ChangeLog 
new/PyQt6_NetworkAuth-6.5.0/ChangeLog
--- old/PyQt6_NetworkAuth-6.4.0/ChangeLog       2022-09-30 12:27:35.982809300 
+0200
+++ new/PyQt6_NetworkAuth-6.5.0/ChangeLog       2023-04-04 17:22:32.448360000 
+0200
@@ -1,5 +1,15 @@
+2023-03-31  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, PyQt6-NetworkAuth.msp:
+       Updated for Qt v6.5.0rc.
+       [b75be9d64045] [6.5.0]
+
 2022-09-30  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 6.4.0 for changeset 7e49c36be25b
+       [9a95e3488eff]
+
        * NEWS:
        Updated for Qt v6.4.0.
        [7e49c36be25b] [6.4.0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.4.0/NEWS 
new/PyQt6_NetworkAuth-6.5.0/NEWS
--- old/PyQt6_NetworkAuth-6.4.0/NEWS    2022-09-30 12:27:13.518021000 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/NEWS    2023-04-04 17:22:08.530599000 +0200
@@ -1,3 +1,6 @@
+v6.5.0 31st March 2023
+  - Added support for Qt v6.5.
+
 v6.4.0 30th September 2022
   - Added support for Qt v6.4.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.4.0/PKG-INFO 
new/PyQt6_NetworkAuth-6.5.0/PKG-INFO
--- old/PyQt6_NetworkAuth-6.4.0/PKG-INFO        2022-09-30 12:27:36.388119700 
+0200
+++ new/PyQt6_NetworkAuth-6.5.0/PKG-INFO        2023-04-04 17:22:32.880674100 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt6-NetworkAuth
-Version: 6.4.0
+Version: 6.5.0
 Requires-Python: >=3.7
 Summary: Python bindings for the Qt Network Authorization library
 Home-Page: https://www.riverbankcomputing.com/software/pyqtnetworkauth/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.4.0/pyproject.toml 
new/PyQt6_NetworkAuth-6.5.0/pyproject.toml
--- old/PyQt6_NetworkAuth-6.4.0/pyproject.toml  2022-09-30 12:27:35.984094100 
+0200
+++ new/PyQt6_NetworkAuth-6.5.0/pyproject.toml  2023-04-04 17:22:32.449808000 
+0200
@@ -6,7 +6,7 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQt6-NetworkAuth"
-version = "6.4.0"
+version = "6.5.0"
 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/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
--- old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip  
2022-09-30 12:27:36.218673700 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip  
2023-04-04 17:22:32.706021800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
@@ -25,10 +25,10 @@
 %Import QtCore/QtCoremod.sip
 %Import QtNetwork/QtNetworkmod.sip
 
-%Timeline {QtNetworkAuth_6_0_0 QtNetworkAuth_6_1_0 QtNetworkAuth_6_2_0 
QtNetworkAuth_6_3_0 QtNetworkAuth_6_4_0}
+%Timeline {QtNetworkAuth_6_0_0 QtNetworkAuth_6_1_0 QtNetworkAuth_6_2_0 
QtNetworkAuth_6_3_0 QtNetworkAuth_6_4_0 QtNetworkAuth_6_5_0}
 
 %Copying
-Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 
 This file is part of PyQt6-NetworkAuth.
 
@@ -52,8 +52,8 @@
 const char *PYQT_NETWORKAUTH_VERSION_STR;
 
 %ModuleCode
-static int PYQT_NETWORKAUTH_VERSION = 0x060400;
-static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.4.0";
+static int PYQT_NETWORKAUTH_VERSION = 0x060500;
+static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.5.0";
 %End
 
 %Include qabstractoauth.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qabstractoauth.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauth.sip
--- old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qabstractoauth.sip    
2022-09-30 12:27:36.216273300 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauth.sip    
2023-04-04 17:22:32.703235600 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qabstractoauth2.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauth2.sip
--- old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qabstractoauth2.sip   
2022-09-30 12:27:36.217362900 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauth2.sip   
2023-04-04 17:22:32.704513500 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
@@ -69,4 +69,21 @@
     virtual QNetworkReply *put(const QUrl &url, const QByteArray &data);
     virtual QNetworkReply *put(const QUrl &url, QHttpMultiPart *multiPart);
     virtual void prepareRequest(QNetworkRequest *request, const QByteArray 
&verb, const QByteArray &body = QByteArray());
+%If (QtNetworkAuth_6_5_0 -)
+%If (PyQt_SSL)
+    QSslConfiguration sslConfiguration() const;
+%End
+%End
+%If (QtNetworkAuth_6_5_0 -)
+%If (PyQt_SSL)
+    void setSslConfiguration(const QSslConfiguration &configuration);
+%End
+%End
+
+signals:
+%If (QtNetworkAuth_6_5_0 -)
+%If (PyQt_SSL)
+    void sslConfigurationChanged(const QSslConfiguration &configuration);
+%End
+%End
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip
--- 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip    
    2022-09-30 12:27:36.217801000 +0200
+++ 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip    
    2023-04-04 17:22:32.705016400 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauth1.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauth1.sip
--- old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauth1.sip   2022-09-30 
12:27:36.214278000 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauth1.sip   2023-04-04 
17:22:32.701069800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauth1signature.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauth1signature.sip
--- old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauth1signature.sip  
2022-09-30 12:27:36.214989000 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauth1signature.sip  
2023-04-04 17:22:32.701762700 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip
--- 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip  
    2022-09-30 12:27:36.216742800 +0200
+++ 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip  
    2023-04-04 17:22:32.703782300 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
--- 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip  
    2022-09-30 12:27:36.219128800 +0200
+++ 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip  
    2023-04-04 17:22:32.706535600 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip 
new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip
--- old/PyQt6_NetworkAuth-6.4.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip     
2022-09-30 12:27:36.218198000 +0200
+++ new/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip     
2023-04-04 17:22:32.705491800 +0200
@@ -2,7 +2,7 @@
 //
 // This file is part of the QtNetworkAuth Python extension module.
 //
-// Copyright (c) 2022 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
 // 
 // This file is part of PyQt6-NetworkAuth.
 // 

++++++ support-python3.6.patch ++++++
--- /var/tmp/diff_new_pack.JTWndo/_old  2023-04-27 20:01:11.418015754 +0200
+++ /var/tmp/diff_new_pack.JTWndo/_new  2023-04-27 20:01:11.422015777 +0200
@@ -1,11 +1,11 @@
-Index: PyQt6_NetworkAuth-6.4.0/PKG-INFO
+Index: PyQt6_NetworkAuth-6.5.0/PKG-INFO
 ===================================================================
---- PyQt6_NetworkAuth-6.4.0.orig/PKG-INFO
-+++ PyQt6_NetworkAuth-6.4.0/PKG-INFO
+--- PyQt6_NetworkAuth-6.5.0.orig/PKG-INFO
++++ PyQt6_NetworkAuth-6.5.0/PKG-INFO
 @@ -1,7 +1,7 @@
  Metadata-Version: 2.1
  Name: PyQt6-NetworkAuth
- Version: 6.4.0
+ Version: 6.5.0
 -Requires-Python: >=3.7
 +Requires-Python: >=3.6
  Summary: Python bindings for the Qt Network Authorization library

Reply via email to