4c83655e78
v0.5.0 (4 May 2015) +++++++++++++++++++ - Fix ``TypeError`` being raised instead of ``TokenMissing`` error. - Raise requests exceptions on 4XX and 5XX responses in the OAuth2 flow. - Avoid ``AttributeError`` when initializing the ``OAuth2Session`` class without complete client information. v0.4.2 ++++++ - New ``authorized`` property on OAuth1Session and OAuth2Session, which allows you to easily determine if the session is already authorized with OAuth tokens or not. - New ``TokenMissing`` and ``VerifierMissing`` exception classes for OAuth1Session: this will make it easier to catch and identify these exceptions. v0.4.1 (6 June 2014) ++++++++++++++++++++ - New install target ``[rsa]`` for people using OAuth1 RSA-SHA1 signature method. - Fixed bug in OAuth2 where supplied state param was not used in auth url. - OAuth2 HTTPS checking can be disabled by setting environment variable ``OAUTHLIB_INSECURE_TRANSPORT``. - OAuth1 now re-authorize upon redirects. - OAuth1 token fetching now raise a detailed error message when the response body is incorrectly encoded or the request was denied. - Added support for custom OAuth1 clients. - OAuth2 compliance fix for Sina Weibo. - Multiple fixes to facebook compliance fix. - Compliance fixes now re-encode body properly as bytes in Python 3. - Logging now properly done under ``requests_oauthlib`` namespace instead of piggybacking on oauthlib namespace. - Logging introduced for OAuth1 auth and session.
37 lines
1.9 KiB
Text
37 lines
1.9 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2015/11/06 11:01:38 wiz Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/requests_oauthlib/__init__.py
|
|
${PYSITELIB}/requests_oauthlib/__init__.pyc
|
|
${PYSITELIB}/requests_oauthlib/__init__.pyo
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/__init__.py
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/__init__.pyc
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/__init__.pyo
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/douban.py
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/douban.pyc
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/douban.pyo
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.py
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.pyc
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.pyo
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.py
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.pyc
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.pyo
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/weibo.py
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/weibo.pyc
|
|
${PYSITELIB}/requests_oauthlib/compliance_fixes/weibo.pyo
|
|
${PYSITELIB}/requests_oauthlib/oauth1_auth.py
|
|
${PYSITELIB}/requests_oauthlib/oauth1_auth.pyc
|
|
${PYSITELIB}/requests_oauthlib/oauth1_auth.pyo
|
|
${PYSITELIB}/requests_oauthlib/oauth1_session.py
|
|
${PYSITELIB}/requests_oauthlib/oauth1_session.pyc
|
|
${PYSITELIB}/requests_oauthlib/oauth1_session.pyo
|
|
${PYSITELIB}/requests_oauthlib/oauth2_auth.py
|
|
${PYSITELIB}/requests_oauthlib/oauth2_auth.pyc
|
|
${PYSITELIB}/requests_oauthlib/oauth2_auth.pyo
|
|
${PYSITELIB}/requests_oauthlib/oauth2_session.py
|
|
${PYSITELIB}/requests_oauthlib/oauth2_session.pyc
|
|
${PYSITELIB}/requests_oauthlib/oauth2_session.pyo
|