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 2026-05-04 17:24:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-NetworkAuth"
Mon May 4 17:24:33 2026 rev:16 rq:1350692 version:6.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth/python-PyQt6-NetworkAuth.changes
2025-10-29 21:10:14.055648371 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.30200/python-PyQt6-NetworkAuth.changes
2026-05-04 17:24:51.799764499 +0200
@@ -1,0 +2,6 @@
+Thu Apr 30 12:36:26 UTC 2026 - Antonio Larrosa <[email protected]>
+
+- Update to 6.11.0
+ * Added support for Qt v6.11.
+
+-------------------------------------------------------------------
Old:
----
pyqt6_networkauth-6.10.0.tar.gz
New:
----
pyqt6_networkauth-6.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-NetworkAuth.spec ++++++
--- /var/tmp/diff_new_pack.hxhx61/_old 2026-05-04 17:24:52.303785367 +0200
+++ /var/tmp/diff_new_pack.hxhx61/_new 2026-05-04 17:24:52.303785367 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-PyQt6-NetworkAuth
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define plainpython python
%{?sle15_python_module_pythons}
Name: python-PyQt6-%{qtlib}
-Version: 6.10.0
+Version: 6.11.0
Release: 0
Summary: Python bindings for the Qt Network Authorization library
License: GPL-3.0-only
++++++ pyqt6_networkauth-6.10.0.tar.gz -> pyqt6_networkauth-6.11.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyqt6_networkauth-6.10.0/ChangeLog
new/pyqt6_networkauth-6.11.0/ChangeLog
--- old/pyqt6_networkauth-6.10.0/ChangeLog 2025-10-16 12:33:56.836984000
+0200
+++ new/pyqt6_networkauth-6.11.0/ChangeLog 2026-03-24 18:27:06.263350200
+0100
@@ -1,3 +1,17 @@
+commit 3d32857e1ee7637d11b3f51680671562aea532c4
+Author: Phil Thompson <[email protected]>
+Date: Tue Mar 24 15:45:10 2026 +0000
+
+ Release v6.11.0
+
+commit 31fc9542d043efe186e5c636607231557bf01c6e
+Author: Phil Thompson <[email protected]>
+Date: Fri Mar 13 16:03:00 2026 +0000
+
+ Support for Qt v6.11
+
+ Added support for Qt v6.11.0rc.
+
commit e1e7084d585ae2af788c5cd2c95d470a97762fe9
Author: Phil Thompson <[email protected]>
Date: Thu Oct 16 11:03:12 2025 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyqt6_networkauth-6.10.0/NEWS
new/pyqt6_networkauth-6.11.0/NEWS
--- old/pyqt6_networkauth-6.10.0/NEWS 2025-10-16 12:33:48.446515000 +0200
+++ new/pyqt6_networkauth-6.11.0/NEWS 2026-03-24 18:27:00.404724400 +0100
@@ -1,3 +1,7 @@
+v6.11.0 24th March 2026
+ - Added support for Qt v6.11.
+ - Python v3.9 is no longer supported.
+
v6.10.0 16th October 2025
- Added support for Qt v6.10.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyqt6_networkauth-6.10.0/PKG-INFO
new/pyqt6_networkauth-6.11.0/PKG-INFO
--- old/pyqt6_networkauth-6.10.0/PKG-INFO 2025-10-16 12:33:57.014046200
+0200
+++ new/pyqt6_networkauth-6.11.0/PKG-INFO 2026-03-24 18:27:06.441175000
+0100
@@ -1,7 +1,7 @@
Metadata-Version: 2.4
Name: PyQt6-NetworkAuth
-Version: 6.10.0
-Requires-Python: >=3.9
+Version: 6.11.0
+Requires-Python: >=3.10
Summary: Python bindings for the Qt Network Authorization library
Description-Content-Type: text/markdown
Project-Url: homepage,
https://www.riverbankcomputing.com/software/pyqtnetworkauth/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyqt6_networkauth-6.10.0/pyproject.toml
new/pyqt6_networkauth-6.11.0/pyproject.toml
--- old/pyqt6_networkauth-6.10.0/pyproject.toml 2025-10-16 12:33:56.837808100
+0200
+++ new/pyqt6_networkauth-6.11.0/pyproject.toml 2026-03-24 18:27:06.264210000
+0100
@@ -1,11 +1,11 @@
# Specify the build system for the project.
[build-system]
-requires = ["sip >=6.13.1, <7", "PyQt-builder >=1.19, <2"]
+requires = ["sip >=6.15, <7", "PyQt-builder >=1.19, <2"]
build-backend = "sipbuild.api"
[project]
name = "PyQt6-NetworkAuth"
-version = "6.10.0"
+version = "6.11.0"
description = "Python bindings for the Qt Network Authorization library"
readme = "README.md"
urls.homepage = "https://www.riverbankcomputing.com/software/pyqtnetworkauth/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
--- old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
2025-10-16 12:33:56.913906600 +0200
+++ new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/QtNetworkAuthmod.sip
2026-03-24 18:27:06.343343000 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// 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 QtNetworkAuth_6_5_0 QtNetworkAuth_6_6_0
QtNetworkAuth_6_7_0 QtNetworkAuth_6_8_0 QtNetworkAuth_6_9_0
QtNetworkAuth_6_10_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
QtNetworkAuth_6_7_0 QtNetworkAuth_6_8_0 QtNetworkAuth_6_9_0
QtNetworkAuth_6_10_0 QtNetworkAuth_6_11_0}
%Copying
-Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
This file is part of PyQt6-NetworkAuth.
@@ -52,8 +52,8 @@
const char *PYQT_NETWORKAUTH_VERSION_STR;
%ModuleCode
-static int PYQT_NETWORKAUTH_VERSION = 0x060a00;
-static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.10.0";
+static int PYQT_NETWORKAUTH_VERSION = 0x060b00;
+static const char *PYQT_NETWORKAUTH_VERSION_STR = "6.11.0";
%End
%Include qabstractoauth.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qabstractoauth.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qabstractoauth.sip
--- old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qabstractoauth.sip
2025-10-16 12:33:56.911602700 +0200
+++ new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qabstractoauth.sip
2026-03-24 18:27:06.340981700 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qabstractoauth2.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qabstractoauth2.sip
--- old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qabstractoauth2.sip
2025-10-16 12:33:56.912707600 +0200
+++ new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qabstractoauth2.sip
2026-03-24 18:27:06.342072500 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip
---
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip
2025-10-16 12:33:56.913331300 +0200
+++
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qabstractoauthreplyhandler.sip
2026-03-24 18:27:06.342731200 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth1.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth1.sip
--- old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth1.sip 2025-10-16
12:33:56.910238700 +0200
+++ new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth1.sip 2026-03-24
18:27:06.339607700 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth1signature.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth1signature.sip
--- old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth1signature.sip
2025-10-16 12:33:56.910672400 +0200
+++ new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth1signature.sip
2026-03-24 18:27:06.340041900 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip
---
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip
2025-10-16 12:33:56.912007300 +0200
+++
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth2authorizationcodeflow.sip
2026-03-24 18:27:06.341374200 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth2deviceauthorizationflow.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth2deviceauthorizationflow.sip
---
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauth2deviceauthorizationflow.sip
2025-10-16 12:33:56.913047300 +0200
+++
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauth2deviceauthorizationflow.sip
2026-03-24 18:27:06.342434600 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
---
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
2025-10-16 12:33:56.914223200 +0200
+++
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
2026-03-24 18:27:06.343671800 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip
--- old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip
2025-10-16 12:33:56.913602400 +0200
+++ new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauthoobreplyhandler.sip
2026-03-24 18:27:06.343011400 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauthurischemereplyhandler.sip
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauthurischemereplyhandler.sip
---
old/pyqt6_networkauth-6.10.0/sip/QtNetworkAuth/qoauthurischemereplyhandler.sip
2025-10-16 12:33:56.914528400 +0200
+++
new/pyqt6_networkauth-6.11.0/sip/QtNetworkAuth/qoauthurischemereplyhandler.sip
2026-03-24 18:27:06.343996800 +0100
@@ -2,7 +2,7 @@
//
// This file is part of the QtNetworkAuth Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2026 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQt6-NetworkAuth.
//