summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.16.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-google-auth: upgrade 2.16.0 -> 2.16.1Wang Mingyu2023-02-271-27/+0
| | | | | | | | | | | Bug Fixes ========= Add support for python 3.11 (#1212) (1fc95e3) Remove 3PI config url validation (#1220) (8b95515) Update the docs generator interpreter to unblock documentation build (#1218) (9d36c2f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.15.0 -> 2.16.0Wang Mingyu2023-01-171-0/+27
Changelog: ========== Features -------- AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#1195) (5e27c8f) Wrap all python built-in exceptions into library excpetions (#1191) (a83af39) Bug Fixes --------- Allow get_project_id to take a request (#1203) (9a4d23a) Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#1208) (9fc7b1c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>