14
0

- update to v0.8.0:

* Add support for Python 3.11
  * Introduce granted scopes to credentials

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=22
This commit is contained in:
2023-01-04 22:21:24 +00:00
committed by Git OBS Bridge
parent 61b7ccf507
commit 4d204a394d
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 4 22:20:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v0.8.0:
* Add support for Python 3.11
* Introduce granted scopes to credentials
-------------------------------------------------------------------
Mon Nov 7 17:14:38 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>