[Python-modules-commits] [python-oauthlib] 03/04: record new upstream branch created by importing python-oauthlib_2.0.0.orig.tar.gz and merge it
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Mon Nov 21 00:35:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository python-oauthlib.
commit 423ae96db7c0c9f59cce1483aec62f58c4d436bd
Merge: aa0a613 959f646
Author: Daniele Tricoli <eriol at mornie.org>
Date: Fri Oct 7 01:42:54 2016 +0200
record new upstream branch created by importing python-oauthlib_2.0.0.orig.tar.gz and merge it
CHANGELOG.rst | 5 +
PKG-INFO | 2 +-
debian/.git-dpm | 14 +-
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 ++
29 files changed, 1303 insertions(+), 49 deletions(-)
diff --cc debian/.git-dpm
index 0c6d931,0000000..045315e
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 13a42d9009258b39eaae55ac411058a480c4bbd0
- 13a42d9009258b39eaae55ac411058a480c4bbd0
- 13a42d9009258b39eaae55ac411058a480c4bbd0
- 13a42d9009258b39eaae55ac411058a480c4bbd0
- python-oauthlib_1.1.2.orig.tar.gz
- 68e894d3b41080e14ec3a93ce0858d546617e809
- 111706
++959f64688adc505ac6c808d541cf8cb1d3d3c2ff
++959f64688adc505ac6c808d541cf8cb1d3d3c2ff
++959f64688adc505ac6c808d541cf8cb1d3d3c2ff
++959f64688adc505ac6c808d541cf8cb1d3d3c2ff
++python-oauthlib_2.0.0.orig.tar.gz
++fb987d86f29e80000d3374abfb96c3c4ae78eb25
++122597
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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