diff --git a/google_auth_oauthlib-1.2.2.tar.gz b/google_auth_oauthlib-1.2.2.tar.gz deleted file mode 100644 index 60a0e3d..0000000 --- a/google_auth_oauthlib-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684 -size 20955 diff --git a/google_auth_oauthlib-1.2.4.tar.gz b/google_auth_oauthlib-1.2.4.tar.gz new file mode 100644 index 0000000..3de0274 --- /dev/null +++ b/google_auth_oauthlib-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca93859c6cc9003c8e12b2a0868915209d7953f05a70f4880ab57d57e56ee3e +size 21185 diff --git a/python-google-auth-oauthlib-no-mock.patch b/python-google-auth-oauthlib-no-mock.patch deleted file mode 100644 index a3c46cc..0000000 --- a/python-google-auth-oauthlib-no-mock.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_flow.py google_auth_oauthlib-1.2.2/tests/unit/test_flow.py ---- google_auth_oauthlib-1.2.2.orig/tests/unit/test_flow.py 2025-04-22 18:36:18.000000000 +0200 -+++ google_auth_oauthlib-1.2.2/tests/unit/test_flow.py 2025-05-19 15:48:51.119128294 +0200 -@@ -20,7 +20,7 @@ - import re - import socket - --import mock -+from unittest import mock - import pytest - import requests - import urllib -diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_helpers.py google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py ---- google_auth_oauthlib-1.2.2.orig/tests/unit/test_helpers.py 2025-04-22 18:36:18.000000000 +0200 -+++ google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py 2025-05-19 15:48:51.117975705 +0200 -@@ -16,7 +16,7 @@ - import json - import os - --import mock -+from unittest import mock - import pytest - - from google.auth import external_account_authorized_user -diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_interactive.py google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py ---- google_auth_oauthlib-1.2.2.orig/tests/unit/test_interactive.py 2025-04-22 18:36:18.000000000 +0200 -+++ google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py 2025-05-19 15:48:51.116736793 +0200 -@@ -14,7 +14,7 @@ - - import socket - --import mock -+from unittest import mock - import pytest - - -diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_tool.py google_auth_oauthlib-1.2.2/tests/unit/test_tool.py ---- google_auth_oauthlib-1.2.2.orig/tests/unit/test_tool.py 2025-04-22 18:36:18.000000000 +0200 -+++ google_auth_oauthlib-1.2.2/tests/unit/test_tool.py 2025-05-19 15:48:51.114736755 +0200 -@@ -19,7 +19,7 @@ - - import click.testing - import google.oauth2.credentials --import mock -+from unittest import mock - import pytest - - import google_auth_oauthlib.flow diff --git a/python-google-auth-oauthlib.changes b/python-google-auth-oauthlib.changes index f17f1bd..7abf318 100644 --- a/python-google-auth-oauthlib.changes +++ b/python-google-auth-oauthlib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 19 10:33:39 UTC 2026 - John Paul Adrian Glaubitz + +- 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 + ------------------------------------------------------------------- Mon May 19 13:49:14 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index 8d4c560..11ecd13 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -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