[Python-modules-commits] [python-oauthlib] branch upstream updated (d08e30f -> 8d11e88)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Mar 27 22:36:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a change to branch upstream
in repository python-oauthlib.

      from  d08e30f   Import python-oauthlib_2.0.1.orig.tar.gz
       new  8d11e88   Import python-oauthlib_2.0.2.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.rst                                      |   8 +
 PKG-INFO                                           |   7 +-
 oauthlib.egg-info/PKG-INFO                         |   7 +-
 oauthlib.egg-info/SOURCES.txt                      |   1 +
 oauthlib/__init__.py                               |   2 +-
 oauthlib/oauth1/rfc5849/__init__.py                |   1 +
 .../rfc6749/grant_types/authorization_code.py      |  45 ++---
 oauthlib/oauth2/rfc6749/grant_types/base.py        |  98 +++++++++++
 .../rfc6749/grant_types/client_credentials.py      |  13 +-
 oauthlib/oauth2/rfc6749/grant_types/implicit.py    |  45 +++--
 .../oauth2/rfc6749/grant_types/openid_connect.py   | 181 +++++++--------------
 .../oauth2/rfc6749/grant_types/refresh_token.py    |  20 ++-
 .../resource_owner_password_credentials.py         |  18 +-
 setup.cfg                                          |   3 +-
 setup.py                                           |   5 +-
 .../rfc6749/endpoints/test_prompt_handling.py      |  50 ++++++
 .../rfc6749/grant_types/test_authorization_code.py |  32 ++++
 .../rfc6749/grant_types/test_client_credentials.py |  25 +++
 tests/oauth2/rfc6749/grant_types/test_implicit.py  |  19 +++
 .../rfc6749/grant_types/test_refresh_token.py      |  25 +++
 .../grant_types/test_resource_owner_password.py    |  28 ++++
 21 files changed, 420 insertions(+), 213 deletions(-)
 create mode 100644 tests/oauth2/rfc6749/endpoints/test_prompt_handling.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-oauthlib.git



More information about the Python-modules-commits mailing list