[Python-modules-commits] [python-oauthlib] branch master updated (483dbdd -> 790fdd1)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Nov 21 00:35:39 UTC 2016


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

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

      from  483dbdd   s/UNRELEASED/unstable/
       new  aa0a613   New upstream release
       new  959f646   Import python-oauthlib_2.0.0.orig.tar.gz
       new  423ae96   record new upstream branch created by importing python-oauthlib_2.0.0.orig.tar.gz and merge it
       new  790fdd1   Ready for release

The 4 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                                      |   5 +
 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 oauthlib/__init__.py                               |   2 +-
 oauthlib/common.py                                 |  12 +
 oauthlib/oauth2/rfc6749/clients/base.py            |   2 +-
 oauthlib/oauth2/rfc6749/endpoints/authorization.py |   1 -
 .../oauth2/rfc6749/endpoints/pre_configured.py     |  20 +-
 oauthlib/oauth2/rfc6749/endpoints/token.py         |  13 +-
 oauthlib/oauth2/rfc6749/errors.py                  |  54 +++
 oauthlib/oauth2/rfc6749/grant_types/__init__.py    |   6 +
 .../rfc6749/grant_types/authorization_code.py      |  58 ++-
 oauthlib/oauth2/rfc6749/grant_types/base.py        |  45 +++
 .../rfc6749/grant_types/client_credentials.py      |  11 +-
 oauthlib/oauth2/rfc6749/grant_types/implicit.py    |  52 ++-
 .../oauth2/rfc6749/grant_types/openid_connect.py   | 442 +++++++++++++++++++++
 .../oauth2/rfc6749/grant_types/refresh_token.py    |  11 +-
 .../resource_owner_password_credentials.py         |  11 +-
 oauthlib/oauth2/rfc6749/request_validator.py       | 108 +++++
 oauthlib/oauth2/rfc6749/tokens.py                  |   5 +-
 setup.cfg                                          |   2 +-
 .../rfc6749/endpoints/test_claims_handling.py      | 107 +++++
 .../rfc6749/grant_types/test_authorization_code.py |  13 +
 .../rfc6749/grant_types/test_client_credentials.py |   2 +
 tests/oauth2/rfc6749/grant_types/test_implicit.py  |  23 +-
 .../rfc6749/grant_types/test_openid_connect.py     | 281 +++++++++++++
 .../rfc6749/grant_types/test_refresh_token.py      |   6 +
 .../grant_types/test_resource_owner_password.py    |  11 +
 tests/oauth2/rfc6749/test_server.py                |  33 ++
 30 files changed, 1309 insertions(+), 49 deletions(-)
 create mode 100644 oauthlib/oauth2/rfc6749/grant_types/openid_connect.py
 create mode 100644 tests/oauth2/rfc6749/endpoints/test_claims_handling.py
 create mode 100644 tests/oauth2/rfc6749/grant_types/test_openid_connect.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