pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-oauthlib py-oauthlib: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95f110d1aee9
branches:  trunk
changeset: 399587:95f110d1aee9
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 12 07:45:23 2019 +0000

description:
py-oauthlib: updated to 3.1.0

3.1.0:

OAuth2.0 Provider - Features
OIDC add support of nonce, c_hash, at_hash fields
New RequestValidator.fill_id_token method
Deprecated RequestValidator.get_id_token method
OIDC add UserInfo endpoint
New RequestValidator.get_userinfo_claims method

OAuth2.0 Provider - Security
Enhance data leak to logs
New default to not expose request content in logs
New function oauthlib.set_debug(True)
Disabling query parameters for POST requests

OAuth2.0 Provider - Bugfixes
Fix validate_authorization_request to return the new PKCE fields
Fix token_type to be case-insensitive (bearer and Bearer)

OAuth2.0 Client - Bugfixes
Fix Authorization Code's errors processing
BackendApplication.Client.prepare_request_body use the "scope" argument as intended.
Fix edge case when expires_in=Null

OAuth1.0 Client
Add case-insensitive headers to oauth1 BaseEndpoint

diffstat:

 security/py-oauthlib/Makefile |   4 ++--
 security/py-oauthlib/PLIST    |   5 ++++-
 security/py-oauthlib/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r a967426a4313 -r 95f110d1aee9 security/py-oauthlib/Makefile
--- a/security/py-oauthlib/Makefile     Mon Aug 12 07:38:53 2019 +0000
+++ b/security/py-oauthlib/Makefile     Mon Aug 12 07:45:23 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/07/06 22:44:47 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/08/12 07:45:23 adam Exp $
 
-DISTNAME=      oauthlib-3.0.2
+DISTNAME=      oauthlib-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauthlib/}
diff -r a967426a4313 -r 95f110d1aee9 security/py-oauthlib/PLIST
--- a/security/py-oauthlib/PLIST        Mon Aug 12 07:38:53 2019 +0000
+++ b/security/py-oauthlib/PLIST        Mon Aug 12 07:45:23 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/01/16 09:36:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/08/12 07:45:23 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -160,6 +160,9 @@
 ${PYSITELIB}/oauthlib/openid/connect/core/endpoints/pre_configured.py
 ${PYSITELIB}/oauthlib/openid/connect/core/endpoints/pre_configured.pyc
 ${PYSITELIB}/oauthlib/openid/connect/core/endpoints/pre_configured.pyo
+${PYSITELIB}/oauthlib/openid/connect/core/endpoints/userinfo.py
+${PYSITELIB}/oauthlib/openid/connect/core/endpoints/userinfo.pyc
+${PYSITELIB}/oauthlib/openid/connect/core/endpoints/userinfo.pyo
 ${PYSITELIB}/oauthlib/openid/connect/core/exceptions.py
 ${PYSITELIB}/oauthlib/openid/connect/core/exceptions.pyc
 ${PYSITELIB}/oauthlib/openid/connect/core/exceptions.pyo
diff -r a967426a4313 -r 95f110d1aee9 security/py-oauthlib/distinfo
--- a/security/py-oauthlib/distinfo     Mon Aug 12 07:38:53 2019 +0000
+++ b/security/py-oauthlib/distinfo     Mon Aug 12 07:45:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/07/06 22:44:47 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/08/12 07:45:23 adam Exp $
 
-SHA1 (oauthlib-3.0.2.tar.gz) = 9ef67a127bd68dc0e169937d59299210b12db2a1
-RMD160 (oauthlib-3.0.2.tar.gz) = 8b2160390630658680d60b6f88c87871d80eada8
-SHA512 (oauthlib-3.0.2.tar.gz) = 17a23973dbcdc45c3531d240c650abe1bf8f92657eaba24befc27ceefeed4eb700a3a33fca6cbcf230aa7af8438908e91872c8e1a524edf28985e4dc7beeb900
-Size (oauthlib-3.0.2.tar.gz) = 149894 bytes
+SHA1 (oauthlib-3.1.0.tar.gz) = a61703d89f11dd35ec76dd8097aa8ce3a5373e00
+RMD160 (oauthlib-3.1.0.tar.gz) = 9f860862bed7fda84d53f2882cef33dc15133dc8
+SHA512 (oauthlib-3.1.0.tar.gz) = c295de232e0215532c501d8f0803bd501a15fe89a746179ba4facca878e4927c8c05f07825f483c4a846922fb49d6d89f559a8b49bb72b19903f902d772b790e
+Size (oauthlib-3.1.0.tar.gz) = 155362 bytes



Home | Main Index | Thread Index | Old Index