1
0
python-google-auth/ga_python-executable-name.patch

13 lines
481 B
Diff
Raw Normal View History

Accepting request 913294 from home:glaubitz:branches:devel:languages:python - Update to 2.0.1 * normalize AWS paths correctly on windows (#842) - from version 2.0.0 * drop support for Python 2.7 (#778) * service account is able to use a private token endpoint (#835) * downscoping documentation bugs (#830) * Fix missing space in error message. (#821) * update user guide/references for downscoped creds (#827) - from version 1.34.0 * support refresh callable on google.oauth2.credentials.Credentials (#812) * do not use the GAE APIs on gen2+ runtimes (#807) - from version 1.33.1 * fallback to source creds expiration in downscoped tokens (#805) * revert "feat: service account is able to use a private token endpoint (#784) - from version 1.33.0 * define `CredentialAccessBoundary` classes (#793) * define `google.auth.downscoped.Credentials` class (#801) * service account is able to use a private token endpoint (#784) * fix fetch_id_token credential lookup order to match adc (#748) * fix code block formatting in 'user-guide.rst' (#794) - from version 1.32.1 * avoid leaking sub-session created for '_auth_request' (#789) - from version 1.32.0 * allow scopes for self signed jwt (#776) - from version 1.31.0 * define useful properties on `google.auth.external_account.Credentials` (#770) * avoid deleting items while iterating (#772) - from version 1.30.2 * **dependencies:** add urllib3 and requests to aiohttp extra (#755) * enforce constraints during unit tests (#760) OBS-URL: https://build.opensuse.org/request/show/913294 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=30
2021-08-20 15:11:54 +02:00
diff -Nru google-auth-2.0.1.orig/tests/test__cloud_sdk.py google-auth-2.0.1/tests/test__cloud_sdk.py
--- google-auth-2.0.1.orig/tests/test__cloud_sdk.py 2021-08-19 21:22:12.000000000 +0200
+++ google-auth-2.0.1/tests/test__cloud_sdk.py 2021-08-20 11:09:31.644103701 +0200
@@ -73,7 +73,7 @@
def test__run_subprocess_ignore_stderr():
command = [
- "python",
+ "python3",
"-c",
"from __future__ import print_function;"
+ "import sys;"