forked from pool/python-oauthlib
dbd50f9386
+ A number of small features and bug fixes. - Changes from version 0.3.3: + OAuth 1 Provider verify now return useful params - Changes from version 0.3.2: + Fixed #62, all Python 3 tests pass. - Changes from version 0.3.1: + Python 3.1, 3.2, 3.3 support (experimental) - Changes from version 0.3.0: + Initial OAuth 2 client support - Changes from version 0.2.1: + Exclude non urlencoded bodies during request verification - Changes from version 0.2.0: + OAuth provider support - Changes from version 0.1.4: + soft dependency on PyCrypto OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=3
26 lines
839 B
Plaintext
26 lines
839 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 23 11:19:03 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 0.3.4:
|
|
+ A number of small features and bug fixes.
|
|
- Changes from version 0.3.3:
|
|
+ OAuth 1 Provider verify now return useful params
|
|
- Changes from version 0.3.2:
|
|
+ Fixed #62, all Python 3 tests pass.
|
|
- Changes from version 0.3.1:
|
|
+ Python 3.1, 3.2, 3.3 support (experimental)
|
|
- Changes from version 0.3.0:
|
|
+ Initial OAuth 2 client support
|
|
- Changes from version 0.2.1:
|
|
+ Exclude non urlencoded bodies during request verification
|
|
- Changes from version 0.2.0:
|
|
+ OAuth provider support
|
|
- Changes from version 0.1.4:
|
|
+ soft dependency on PyCrypto
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 18 00:49:08 UTC 2012 - jfunk@funktronics.ca
|
|
|
|
- Initial release
|
|
|