[Python-modules-commits] [python-oauthlib] branch master updated (8f2bb65 -> 99ea56c)

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


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  8f2bb65   s/UNRELEASED/unstable/
       new  34b5a9e   New upstream release
       new  8d11e88   Import python-oauthlib_2.0.2.orig.tar.gz
       new  d6d694f   record new upstream branch created by importing python-oauthlib_2.0.2.orig.tar.gz and merge it
       new  0e127fa   Bump X-Python-Version >= 2.7 and X-Python3-Version >= 3.4
       new  60ccc5a   Drop version from python-all
       new  99ea56c   Update changelog

The 6 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   6 +-
 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 ++++
 22 files changed, 435 insertions(+), 219 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