forked from pool/python-google-auth-oauthlib
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 71e52e5e50 | |||
| e1c855343f | |||
| f189e610b6 | |||
| 93255e1c24 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263
|
|
||||||
size 24970
|
|
||||||
3
google_auth_oauthlib-1.2.4.tar.gz
Normal file
3
google_auth_oauthlib-1.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ca93859c6cc9003c8e12b2a0868915209d7953f05a70f4880ab57d57e56ee3e
|
||||||
|
size 21185
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_flow.py google-auth-oauthlib-0.7.1/tests/unit/test_flow.py
|
|
||||||
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_flow.py 2022-11-03 18:27:07.000000000 +0100
|
|
||||||
+++ google-auth-oauthlib-0.7.1/tests/unit/test_flow.py 2022-11-07 18:14:12.871489341 +0100
|
|
||||||
@@ -21,7 +21,7 @@
|
|
||||||
import random
|
|
||||||
import socket
|
|
||||||
|
|
||||||
-import mock
|
|
||||||
+from unittest import mock
|
|
||||||
import pytest
|
|
||||||
import requests
|
|
||||||
import urllib
|
|
||||||
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_helpers.py google-auth-oauthlib-0.7.1/tests/unit/test_helpers.py
|
|
||||||
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_helpers.py 2022-11-03 18:27:07.000000000 +0100
|
|
||||||
+++ google-auth-oauthlib-0.7.1/tests/unit/test_helpers.py 2022-11-07 18:14:12.867489297 +0100
|
|
||||||
@@ -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-0.7.1.orig/tests/unit/test_interactive.py google-auth-oauthlib-0.7.1/tests/unit/test_interactive.py
|
|
||||||
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_interactive.py 2022-11-03 18:27:07.000000000 +0100
|
|
||||||
+++ google-auth-oauthlib-0.7.1/tests/unit/test_interactive.py 2022-11-07 18:14:12.867489297 +0100
|
|
||||||
@@ -14,7 +14,7 @@
|
|
||||||
|
|
||||||
import socket
|
|
||||||
|
|
||||||
-import mock
|
|
||||||
+from unittest import mock
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
|
|
||||||
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_tool.py google-auth-oauthlib-0.7.1/tests/unit/test_tool.py
|
|
||||||
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_tool.py 2022-11-03 18:27:07.000000000 +0100
|
|
||||||
+++ google-auth-oauthlib-0.7.1/tests/unit/test_tool.py 2022-11-07 18:14:12.863489253 +0100
|
|
||||||
@@ -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,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to 1.2.2
|
||||||
|
* Do not include docs/conf.py & scripts in wheel (#328)
|
||||||
|
* Let OS select an available port when running TestInstalledAppFlow (#407)
|
||||||
|
* Remove setup.cfg configuration for creating universal wheels (#405)
|
||||||
|
- Refresh python-google-auth-oauthlib-no-mock.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 15 13:24:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jul 15 13:24:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-auth-oauthlib
|
# spec file for package python-google-auth-oauthlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,14 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-auth-oauthlib
|
Name: python-google-auth-oauthlib
|
||||||
Version: 1.2.1
|
Version: 1.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google authentication library
|
Summary: Google authentication library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/googleapis/google-auth-library-python-oauthlib
|
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
|
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 pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
Reference in New Issue
Block a user