Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a2c1b74bf7 | |||
| 8b3c3b9d4b | |||
| 8491f709c9 | |||
| 9936628cab |
3
google_auth_oauthlib-1.2.2.tar.gz
Normal file
3
google_auth_oauthlib-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684
|
||||
size 20955
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ca93859c6cc9003c8e12b2a0868915209d7953f05a70f4880ab57d57e56ee3e
|
||||
size 21185
|
||||
48
python-google-auth-oauthlib-no-mock.patch
Normal file
48
python-google-auth-oauthlib-no-mock.patch
Normal file
@@ -0,0 +1,48 @@
|
||||
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
|
||||
@@ -1,14 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 10:33:39 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-auth-oauthlib
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-auth-oauthlib
|
||||
Version: 1.2.4
|
||||
Version: 1.2.2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user