14
0

- Update to 0.4.0:

* Add get_user_credentials function to get your user credentials (#40)
  * Add noxfile (#43)
  * Implement code verifier (PKCE) (#42)
  * Use actual server port in redirect_uri to allow automatic assignment (#33)
  * Fix links after repo move to googleapis (#41)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-09-12 11:33:47 +00:00
committed by Git OBS Bridge
parent 3ebe2d3d9f
commit 1a1b4f747c
4 changed files with 24 additions and 14 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 12 11:30:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.0:
* Add get_user_credentials function to get your user credentials (#40)
* Add noxfile (#43)
* Implement code verifier (PKCE) (#42)
* Use actual server port in redirect_uri to allow automatic assignment (#33)
* Fix links after repo move to googleapis (#41)
-------------------------------------------------------------------
Thu May 2 17:31:50 UTC 2019 - Todd R <toddrme2178@gmail.com>