summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.16.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-google-auth: upgrade 2.16.1 -> 2.16.2Wang Mingyu2023-03-041-27/+0
| | | | | | | | | | | | Bug Fixes ========= Call gcloud config get project to get project for user cred (#1243) (c078a13) Do not use hardcoded string 'python', when you mean sys.executable. (#1233) (91ac8e6) Don't retry if error or error_description is not string (#1241) (e2d263a) Improve ADC related errors and warnings (#1237) (2dfa213) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.16.0 -> 2.16.1Wang Mingyu2023-02-271-0/+27
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>