From 7913dae9f18670defa6755155451310f4f71147936fddd3cba55209f3195f8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 11:04:20 +0000 Subject: [PATCH] - Update to 3.1.0: * OAuth2.0 Provider - Features * #660: OIDC add support of nonce, c_hash, at_hash fields * #677: OIDC add UserInfo endpoint - New RequestValidator.get_userinfo_claims method * #666: Disabling query parameters for POST requests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=44 --- oauthlib-3.0.2.tar.gz | 3 --- oauthlib-3.1.0.tar.gz | 3 +++ python-oauthlib.changes | 8 ++++++++ python-oauthlib.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 oauthlib-3.0.2.tar.gz create mode 100644 oauthlib-3.1.0.tar.gz diff --git a/oauthlib-3.0.2.tar.gz b/oauthlib-3.0.2.tar.gz deleted file mode 100644 index bf7bfcb..0000000 --- a/oauthlib-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e -size 149894 diff --git a/oauthlib-3.1.0.tar.gz b/oauthlib-3.1.0.tar.gz new file mode 100644 index 0000000..4c44818 --- /dev/null +++ b/oauthlib-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889 +size 155362 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 71f7eef..e28fe82 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 11 11:02:36 UTC 2019 - Tomáš Chvátal + +- Update to 3.1.0: + * OAuth2.0 Provider - Features * #660: OIDC add support of nonce, c_hash, at_hash fields + * #677: OIDC add UserInfo endpoint - New RequestValidator.get_userinfo_claims method + * #666: Disabling query parameters for POST requests + ------------------------------------------------------------------- Sun Jul 21 16:58:02 UTC 2019 - Arun Persaud diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 81e3905..0ccb2d9 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-oauthlib -Version: 3.0.2 +Version: 3.1.0 Release: 0 Summary: A Generic Implementation of the OAuth Request-Signing Logic License: BSD-3-Clause