pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-oauthlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 12 07:45:23 UTC 2019

Modified Files:
        pkgsrc/security/py-oauthlib: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-oauthlib/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-oauthlib/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-oauthlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-oauthlib/Makefile
diff -u pkgsrc/security/py-oauthlib/Makefile:1.18 pkgsrc/security/py-oauthlib/Makefile:1.19
--- pkgsrc/security/py-oauthlib/Makefile:1.18   Sat Jul  6 22:44:47 2019
+++ pkgsrc/security/py-oauthlib/Makefile        Mon Aug 12 07:45:23 2019
@@ -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/}

Index: pkgsrc/security/py-oauthlib/PLIST
diff -u pkgsrc/security/py-oauthlib/PLIST:1.6 pkgsrc/security/py-oauthlib/PLIST:1.7
--- pkgsrc/security/py-oauthlib/PLIST:1.6       Wed Jan 16 09:36:21 2019
+++ pkgsrc/security/py-oauthlib/PLIST   Mon Aug 12 07:45:23 2019
@@ -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/cor
 ${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

Index: pkgsrc/security/py-oauthlib/distinfo
diff -u pkgsrc/security/py-oauthlib/distinfo:1.17 pkgsrc/security/py-oauthlib/distinfo:1.18
--- pkgsrc/security/py-oauthlib/distinfo:1.17   Sat Jul  6 22:44:47 2019
+++ pkgsrc/security/py-oauthlib/distinfo        Mon Aug 12 07:45:23 2019
@@ -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