1
0

Accepting request 517951 from home:tbechtold:branches:devel:languages:python

- update to 2.0.2:
  * Dropped support for Python 2.6, 3.2 & 3.3.
  * (FIX) `OpenIDConnector` will no longer raise an AttributeError when calling
    `openid_authorization_validator()` twice.

OBS-URL: https://build.opensuse.org/request/show/517951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=26
This commit is contained in:
Thomas Bechtold
2017-08-21 15:37:23 +00:00
committed by Git OBS Bridge
parent 759b6a7314
commit 22e63fe105
4 changed files with 16 additions and 13 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 21 14:03:34 UTC 2017 - tbechtold@suse.com
- update to 2.0.2:
* Dropped support for Python 2.6, 3.2 & 3.3.
* (FIX) `OpenIDConnector` will no longer raise an AttributeError when calling
`openid_authorization_validator()` twice.
-------------------------------------------------------------------
Sun May 7 15:22:56 UTC 2017 - pousaduarte@gmail.com