14
0

Accepting request 1068671 from home:glaubitz:branches:devel:languages:python

- Update to 2.16.1
  * Add support for python 3.11 (#1212)
  * Remove 3PI config url validation (#1220)
  * Update the docs generator interpreter to unblock documentation build (#1218)
- from version 2.16.0
  * AwsCredentials should not call metadata server if security creds and region
    are retrievable through the environment variables (#1195)
  * Wrap all python built-in exceptions into library excpetions (#1191)
  * Allow get_project_id to take a request (#1203)
  * Make OAUTH2.0 client resistant to string type 'expires_in' responses from
    non-compliant services (#1208)
- Drop obsolete patches
  * ga_python-executable-name.patch
- Refresh patches for new version
  * no-python3.patch

OBS-URL: https://build.opensuse.org/request/show/1068671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=54
This commit is contained in:
2023-03-03 09:27:50 +00:00
committed by Git OBS Bridge
parent 61dfd155d6
commit 714215fd61
7 changed files with 244 additions and 244 deletions

View File

@@ -1,10 +1,7 @@
---
tests/test__cloud_sdk.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/tests/test__cloud_sdk.py
+++ b/tests/test__cloud_sdk.py
@@ -16,6 +16,7 @@ import io
diff -Nru google-auth-2.16.1.orig/tests/test__cloud_sdk.py google-auth-2.16.1/tests/test__cloud_sdk.py
--- google-auth-2.16.1.orig/tests/test__cloud_sdk.py 2023-03-02 12:24:06.384913745 +0100
+++ google-auth-2.16.1/tests/test__cloud_sdk.py 2023-03-02 12:24:46.165672899 +0100
@@ -16,6 +16,7 @@
import json
import os
import subprocess
@@ -12,11 +9,11 @@
from unittest import mock
import pytest # type: ignore
@@ -73,7 +74,7 @@ def test_get_project_id_call_error(check
@@ -73,7 +74,7 @@
def test__run_subprocess_ignore_stderr():
command = [
- "python3",
- "python",
+ sys.executable,
"-c",
"from __future__ import print_function;"