14
0

- update to 1.3.1:

* Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
  * Add eBay compliance fix
  * Add Spotify OAuth 2 Tutorial
  * Add support for python 3.8, 3.9
  * Fixed LinkedIn Compliance Fixes
  * Fixed ReadTheDocs Documentation and sphinx errors
  * Moved pipeline to GitHub Actions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=17
This commit is contained in:
2022-02-15 09:23:55 +00:00
committed by Git OBS Bridge
parent 574dcfe1ad
commit 213a7ce2dd
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 15 09:22:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.1:
* Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
* Add eBay compliance fix
* Add Spotify OAuth 2 Tutorial
* Add support for python 3.8, 3.9
* Fixed LinkedIn Compliance Fixes
* Fixed ReadTheDocs Documentation and sphinx errors
* Moved pipeline to GitHub Actions
-------------------------------------------------------------------
Wed Sep 29 01:34:27 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>