forked from pool/python-google-auth-oauthlib
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 71e52e5e50 | |||
| e1c855343f | |||
| f189e610b6 | |||
| 93255e1c24 | |||
| c64449b496 | |||
| 269ea2775f |
Binary file not shown.
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,30 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 1.2.1
|
||||
* Clean up local server socket on error (#339)
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 23:23:16 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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.0
|
||||
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
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_auth_oauthlib/google_auth_oauthlib-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
@@ -48,7 +46,7 @@ BuildRequires: %{python_module requests-oauthlib >= 0.7.0}
|
||||
This library provides oauthlib integration with google-auth.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n google-auth-oauthlib-%{version}
|
||||
%autosetup -p1 -n google_auth_oauthlib-%{version}
|
||||
rm -rf docs
|
||||
rm -rf tests/__pycache__/
|
||||
rm -rf tests/*.pyc
|
||||
|
||||
Reference in New Issue
Block a user