14
0

- update to 1.3.0:

* Instagram compliance fix
  *  Added ``force_querystring`` argument to fetch_token() method on OAuth2Session

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=14
This commit is contained in:
2020-03-02 09:18:32 +00:00
committed by Git OBS Bridge
parent e9a931b1c0
commit ab011eebab
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 2 09:17:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.3.0:
* Instagram compliance fix
* Added ``force_querystring`` argument to fetch_token() method on OAuth2Session
-------------------------------------------------------------------
Sun Feb 17 01:08:23 UTC 2019 - John Vandenberg <jayvdb@gmail.com>