Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-auth-oauthlib for
openSUSE:Factory checked in at 2026-01-19 18:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth-oauthlib (Old)
and /work/SRC/openSUSE:Factory/.python-google-auth-oauthlib.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-auth-oauthlib"
Mon Jan 19 18:38:47 2026 rev:21 rq:1328068 version:1.2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-auth-oauthlib/python-google-auth-oauthlib.changes
2025-05-30 17:25:39.992104683 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-auth-oauthlib.new.1928/python-google-auth-oauthlib.changes
2026-01-19 18:42:43.909544679 +0100
@@ -1,0 +2,11 @@
+Mon Jan 19 10:33:39 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 1.2.4
+ * support google-auth >= 2.46.0 (#433)
+- from version 1.2.3
+ * Add upper-bound to google-auth dependency (#423)
+ * Drop support for Python 3.6
+ * Explicitly declare Python 3.13 support
+- Drop python-google-auth-oauthlib-no-mock.patch, fixed upstream
+
+-------------------------------------------------------------------
Old:
----
google_auth_oauthlib-1.2.2.tar.gz
python-google-auth-oauthlib-no-mock.patch
New:
----
google_auth_oauthlib-1.2.4.tar.gz
----------(Old B)----------
Old: * Explicitly declare Python 3.13 support
- Drop python-google-auth-oauthlib-no-mock.patch, fixed upstream
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-auth-oauthlib.spec ++++++
--- /var/tmp/diff_new_pack.sXjVLN/_old 2026-01-19 18:42:44.385564374 +0100
+++ /var/tmp/diff_new_pack.sXjVLN/_new 2026-01-19 18:42:44.389564540 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-auth-oauthlib
#
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-google-auth-oauthlib
-Version: 1.2.2
+Version: 1.2.4
Release: 0
Summary: Google authentication library
License: Apache-2.0
URL:
https://github.com/googleapis/google-auth-library-python-oauthlib
Source:
https://files.pythonhosted.org/packages/source/g/google_auth_oauthlib/google_auth_oauthlib-%{version}.tar.gz
-# https://github.com/googleapis/google-auth-library-python-oauthlib/issues/207
-Patch0: python-google-auth-oauthlib-no-mock.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
++++++ google_auth_oauthlib-1.2.2.tar.gz -> google_auth_oauthlib-1.2.4.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_oauthlib-1.2.2/PKG-INFO
new/google_auth_oauthlib-1.2.4/PKG-INFO
--- old/google_auth_oauthlib-1.2.2/PKG-INFO 2025-04-22 18:40:27.366672500
+0200
+++ new/google_auth_oauthlib-1.2.4/PKG-INFO 2026-01-15 22:59:23.335595100
+0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
Name: google-auth-oauthlib
-Version: 1.2.2
+Version: 1.2.4
Summary: Google Authentication Library
Home-page:
https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Author: Google Cloud Platform
@@ -8,13 +8,14 @@
License: Apache 2.0
Keywords: google auth oauth client oauthlib
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
@@ -23,12 +24,24 @@
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
-Requires-Python: >=3.6
+Requires-Python: >=3.7
License-File: LICENSE
-Requires-Dist: google-auth>=2.15.0
+Requires-Dist: google-auth!=2.43.0,!=2.44.0,!=2.45.0,<3.0.0,>=2.15.0
Requires-Dist: requests-oauthlib>=0.7.0
Provides-Extra: tool
Requires-Dist: click>=6.0.0; extra == "tool"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
oauthlib integration for Google Auth
====================================
@@ -63,17 +76,20 @@
Supported Python Versions
-------------------------
-Python >= 3.6
+Python >= 3.7
Unsupported Python Versions
---------------------------
-Python == 2.7, Python == 3.5.
+Python == 2.7, Python < 3.7.
The last version of this library compatible with Python 2.7 and 3.5 is
`google-auth-oauthlib==0.4.1`.
+The last version of this library compatible with Python 3.6 is
+`google-auth-oauthlib==1.2.2`.
+
License
-------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_oauthlib-1.2.2/README.rst
new/google_auth_oauthlib-1.2.4/README.rst
--- old/google_auth_oauthlib-1.2.2/README.rst 2025-04-22 18:36:18.000000000
+0200
+++ new/google_auth_oauthlib-1.2.4/README.rst 2026-01-15 22:59:03.000000000
+0100
@@ -31,17 +31,20 @@
Supported Python Versions
-------------------------
-Python >= 3.6
+Python >= 3.7
Unsupported Python Versions
---------------------------
-Python == 2.7, Python == 3.5.
+Python == 2.7, Python < 3.7.
The last version of this library compatible with Python 2.7 and 3.5 is
`google-auth-oauthlib==0.4.1`.
+The last version of this library compatible with Python 3.6 is
+`google-auth-oauthlib==1.2.2`.
+
License
-------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_auth_oauthlib-1.2.2/google_auth_oauthlib.egg-info/PKG-INFO
new/google_auth_oauthlib-1.2.4/google_auth_oauthlib.egg-info/PKG-INFO
--- old/google_auth_oauthlib-1.2.2/google_auth_oauthlib.egg-info/PKG-INFO
2025-04-22 18:40:27.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/google_auth_oauthlib.egg-info/PKG-INFO
2026-01-15 22:59:23.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
Name: google-auth-oauthlib
-Version: 1.2.2
+Version: 1.2.4
Summary: Google Authentication Library
Home-page:
https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Author: Google Cloud Platform
@@ -8,13 +8,14 @@
License: Apache 2.0
Keywords: google auth oauth client oauthlib
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
@@ -23,12 +24,24 @@
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
-Requires-Python: >=3.6
+Requires-Python: >=3.7
License-File: LICENSE
-Requires-Dist: google-auth>=2.15.0
+Requires-Dist: google-auth!=2.43.0,!=2.44.0,!=2.45.0,<3.0.0,>=2.15.0
Requires-Dist: requests-oauthlib>=0.7.0
Provides-Extra: tool
Requires-Dist: click>=6.0.0; extra == "tool"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
oauthlib integration for Google Auth
====================================
@@ -63,17 +76,20 @@
Supported Python Versions
-------------------------
-Python >= 3.6
+Python >= 3.7
Unsupported Python Versions
---------------------------
-Python == 2.7, Python == 3.5.
+Python == 2.7, Python < 3.7.
The last version of this library compatible with Python 2.7 and 3.5 is
`google-auth-oauthlib==0.4.1`.
+The last version of this library compatible with Python 3.6 is
+`google-auth-oauthlib==1.2.2`.
+
License
-------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_auth_oauthlib-1.2.2/google_auth_oauthlib.egg-info/requires.txt
new/google_auth_oauthlib-1.2.4/google_auth_oauthlib.egg-info/requires.txt
--- old/google_auth_oauthlib-1.2.2/google_auth_oauthlib.egg-info/requires.txt
2025-04-22 18:40:27.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/google_auth_oauthlib.egg-info/requires.txt
2026-01-15 22:59:23.000000000 +0100
@@ -1,4 +1,4 @@
-google-auth>=2.15.0
+google-auth!=2.43.0,!=2.44.0,!=2.45.0,<3.0.0,>=2.15.0
requests-oauthlib>=0.7.0
[tool]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_auth_oauthlib-1.2.2/google_auth_oauthlib.egg-info/top_level.txt
new/google_auth_oauthlib-1.2.4/google_auth_oauthlib.egg-info/top_level.txt
--- old/google_auth_oauthlib-1.2.2/google_auth_oauthlib.egg-info/top_level.txt
2025-04-22 18:40:27.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/google_auth_oauthlib.egg-info/top_level.txt
2026-01-15 22:59:23.000000000 +0100
@@ -1,2 +1,3 @@
+dist
google_auth_oauthlib
testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_oauthlib-1.2.2/setup.py
new/google_auth_oauthlib-1.2.4/setup.py
--- old/google_auth_oauthlib-1.2.2/setup.py 2025-04-22 18:36:18.000000000
+0200
+++ new/google_auth_oauthlib-1.2.4/setup.py 2026-01-15 22:59:03.000000000
+0100
@@ -20,14 +20,19 @@
TOOL_DEPENDENCIES = "click>=6.0.0"
-DEPENDENCIES = ("google-auth>=2.15.0", "requests-oauthlib>=0.7.0")
+DEPENDENCIES = (
+ # Exclude google-auth 2.43.0, 2.44.0, 2.45.0 due to an incompatibility.
+ # See:
https://github.com/googleapis/google-auth-library-python-oauthlib/issues/422
+ "google-auth>=2.15.0,<3.0.0,!=2.43.0,!=2.44.0,!=2.45.0",
+ "requests-oauthlib>=0.7.0",
+)
with io.open("README.rst", "r") as fh:
long_description = fh.read()
-version = "1.2.2"
+version = "1.2.4"
setup(
name="google-auth-oauthlib",
@@ -51,18 +56,19 @@
"google-oauthlib-tool" "=google_auth_oauthlib.tool.__main__:main
[tool]"
]
},
- python_requires=">=3.6",
+ python_requires=">=3.7",
license="Apache 2.0",
keywords="google auth oauth client oauthlib",
classifiers=[
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_oauthlib-1.2.2/tests/unit/test_flow.py
new/google_auth_oauthlib-1.2.4/tests/unit/test_flow.py
--- old/google_auth_oauthlib-1.2.2/tests/unit/test_flow.py 2025-04-22
18:36:18.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/tests/unit/test_flow.py 2026-01-15
22:59:03.000000000 +0100
@@ -19,8 +19,8 @@
import os
import re
import socket
+from unittest import mock
-import mock
import pytest
import requests
import urllib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py
new/google_auth_oauthlib-1.2.4/tests/unit/test_helpers.py
--- old/google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py 2025-04-22
18:36:18.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/tests/unit/test_helpers.py 2026-01-15
22:59:03.000000000 +0100
@@ -15,8 +15,8 @@
import datetime
import json
import os
+from unittest import mock
-import mock
import pytest
from google.auth import external_account_authorized_user
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py
new/google_auth_oauthlib-1.2.4/tests/unit/test_interactive.py
--- old/google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py
2025-04-22 18:36:18.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/tests/unit/test_interactive.py
2026-01-15 22:59:03.000000000 +0100
@@ -13,8 +13,8 @@
# limitations under the License.
import socket
+from unittest import mock
-import mock
import pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_oauthlib-1.2.2/tests/unit/test_tool.py
new/google_auth_oauthlib-1.2.4/tests/unit/test_tool.py
--- old/google_auth_oauthlib-1.2.2/tests/unit/test_tool.py 2025-04-22
18:36:18.000000000 +0200
+++ new/google_auth_oauthlib-1.2.4/tests/unit/test_tool.py 2026-01-15
22:59:03.000000000 +0100
@@ -16,10 +16,10 @@
import json
import os.path
import tempfile
+from unittest import mock
import click.testing
import google.oauth2.credentials
-import mock
import pytest
import google_auth_oauthlib.flow