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-11-01 22:09:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQt6-NetworkAuth"

Wed Nov  1 22:09:53 2023 rev:8 rq:1121502 version:6.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth/python-PyQt6-NetworkAuth.changes
        2023-04-27 20:01:09.666005455 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.17445/python-PyQt6-NetworkAuth.changes
     2023-11-01 22:10:38.973154546 +0100
@@ -1,0 +2,6 @@
+Mon Oct 30 14:39:49 UTC 2023 - Markéta Machová <mmach...@suse.com>
+
+- Update to 6.6.0
+  * This adds support for Qt v6.6.
+
+-------------------------------------------------------------------

Old:
----
  PyQt6_NetworkAuth-6.5.0.tar.gz

New:
----
  PyQt6_NetworkAuth-6.6.0.tar.gz

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

Other differences:
------------------
++++++ python-PyQt6-NetworkAuth.spec ++++++
--- /var/tmp/diff_new_pack.33R2f0/_old  2023-11-01 22:10:39.761183738 +0100
+++ /var/tmp/diff_new_pack.33R2f0/_new  2023-11-01 22:10:39.765183886 +0100
@@ -20,7 +20,7 @@
 %define mname PyQt6-%{qtlib}
 %define pyqt_build_for_qt6 1
 Name:           python-%{mname}
-Version:        6.5.0
+Version:        6.6.0
 Release:        0
 Summary:        Python bindings for the Qt Network Authorization library
 License:        GPL-3.0-only

++++++ PyQt6_NetworkAuth-6.5.0.tar.gz -> PyQt6_NetworkAuth-6.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.5.0/ChangeLog 
new/PyQt6_NetworkAuth-6.6.0/ChangeLog
--- old/PyQt6_NetworkAuth-6.5.0/ChangeLog       2023-04-04 17:22:32.448360000 
+0200
+++ new/PyQt6_NetworkAuth-6.6.0/ChangeLog       2023-10-25 12:24:15.555321000 
+0200
@@ -1,3 +1,15 @@
+2023-10-22  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, PyQt6-NetworkAuth.msp:
+       Updated for Qt v6.6.
+       [dc9c78d01cb5] [6.6.0]
+
+2023-04-04  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * .hgtags:
+       Added tag 6.5.0 for changeset b75be9d64045
+       [771efcd5ffcf]
+
 2023-03-31  Phil Thompson  <p...@riverbankcomputing.com>
 
        * NEWS, PyQt6-NetworkAuth.msp:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.5.0/NEWS 
new/PyQt6_NetworkAuth-6.6.0/NEWS
--- old/PyQt6_NetworkAuth-6.5.0/NEWS    2023-04-04 17:22:08.530599000 +0200
+++ new/PyQt6_NetworkAuth-6.6.0/NEWS    2023-10-25 12:23:49.612040000 +0200
@@ -1,3 +1,6 @@
+v6.6.0 22nd October 2023
+  - Added support for Qt v6.6.
+
 v6.5.0 31st March 2023
   - Added support for Qt v6.5.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt6_NetworkAuth-6.5.0/PKG-INFO 
new/PyQt6_NetworkAuth-6.6.0/PKG-INFO
--- old/PyQt6_NetworkAuth-6.5.0/PKG-INFO        2023-04-04 17:22:32.880674100 
+0200
+++ new/PyQt6_NetworkAuth-6.6.0/PKG-INFO        2023-10-25 12:24:16.028390200 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt6-NetworkAuth
-Version: 6.5.0
+Version: 6.6.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.5.0/pyproject.toml 
new/PyQt6_NetworkAuth-6.6.0/pyproject.toml
--- old/PyQt6_NetworkAuth-6.5.0/pyproject.toml  2023-04-04 17:22:32.449808000 
+0200
+++ new/PyQt6_NetworkAuth-6.6.0/pyproject.toml  2023-10-25 12:24:15.557282700 
+0200
@@ -6,7 +6,7 @@
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "PyQt6-NetworkAuth"
-version = "6.5.0"
+version = "6.6.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.5.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip 
new/PyQt6_NetworkAuth-6.6.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
--- old/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip  
2023-04-04 17:22:32.706021800 +0200
+++ new/PyQt6_NetworkAuth-6.6.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip  
2023-10-25 12:24:15.829358600 +0200
@@ -25,7 +25,7 @@
 %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 QtNetworkAuth_6_5_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 QtNetworkAuth_6_6_0}
 
 %Copying
 Copyright (c) 2023 Riverbank Computing Limited <i...@riverbankcomputing.com>
@@ -52,8 +52,8 @@
 const char *PYQT_NETWORKAUTH_VERSION_STR;
 
 %ModuleCode
-static int PYQT_NETWORKAUTH_VERSION = 0x060500;
-static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.5.0";
+static int PYQT_NETWORKAUTH_VERSION = 0x060600;
+static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.6.0";
 %End
 
 %Include qabstractoauth.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip 
new/PyQt6_NetworkAuth-6.6.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip
--- 
old/PyQt6_NetworkAuth-6.5.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip    
    2023-04-04 17:22:32.705016400 +0200
+++ 
new/PyQt6_NetworkAuth-6.6.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip    
    2023-10-25 12:24:15.828303300 +0200
@@ -39,4 +39,7 @@
     void tokensReceived(const QVariantMap &tokens);
     void replyDataReceived(const QByteArray &data);
     void callbackDataReceived(const QByteArray &data);
+%If (QtNetworkAuth_6_6_0 -)
+    void tokenRequestErrorOccurred(QAbstractOAuth::Error error, const QString 
&errorString);
+%End
 };

++++++ support-python3.6.patch ++++++
--- /var/tmp/diff_new_pack.33R2f0/_old  2023-11-01 22:10:39.841186702 +0100
+++ /var/tmp/diff_new_pack.33R2f0/_new  2023-11-01 22:10:39.841186702 +0100
@@ -1,11 +1,11 @@
 Index: PyQt6_NetworkAuth-6.5.0/PKG-INFO
 ===================================================================
---- PyQt6_NetworkAuth-6.5.0.orig/PKG-INFO
-+++ PyQt6_NetworkAuth-6.5.0/PKG-INFO
+--- PyQt6_NetworkAuth-6.6.0.orig/PKG-INFO
++++ PyQt6_NetworkAuth-6.6.0/PKG-INFO
 @@ -1,7 +1,7 @@
  Metadata-Version: 2.1
  Name: PyQt6-NetworkAuth
- Version: 6.5.0
+ Version: 6.6.0
 -Requires-Python: >=3.7
 +Requires-Python: >=3.6
  Summary: Python bindings for the Qt Network Authorization library

Reply via email to