diff options
author | adam <adam@pkgsrc.org> | 2022-12-09 11:20:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-12-09 11:20:02 +0000 |
commit | 35866a70b2d7cb6e1bd584fef078e3430f6f6b25 (patch) | |
tree | 42d37a2d2f400ce16008bfdd10780df90338cff9 /security | |
parent | c26bd6c12c6e710a8644d5bec95a4031ce1af6dc (diff) | |
download | pkgsrc-35866a70b2d7cb6e1bd584fef078e3430f6f6b25.tar.gz |
py-authlib: updated to 1.2.0
Version 1.2.0
Not passing request.body to ResourceProtector
Use flask.g instead of _app_ctx_stack
Add headers parameter back to ClientSecretJWT
Always passing realm parameter in OAuth 1 clients
Implemented RFC7592 Dynamic Client Registration Management Protocol
Add default_timeout for requests OAuth2Session and AssertionSession.
Deprecate jwk.loads and jwk.dumps
Diffstat (limited to 'security')
-rw-r--r-- | security/py-authlib/Makefile | 4 | ||||
-rw-r--r-- | security/py-authlib/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-authlib/Makefile b/security/py-authlib/Makefile index cae7d40bfc0..2cc17bfda94 100644 --- a/security/py-authlib/Makefile +++ b/security/py-authlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/10/14 09:06:36 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/12/09 11:20:02 adam Exp $ -DISTNAME= Authlib-1.1.0 +DISTNAME= Authlib-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=A/Authlib/} diff --git a/security/py-authlib/distinfo b/security/py-authlib/distinfo index 80547801820..67a521fa1aa 100644 --- a/security/py-authlib/distinfo +++ b/security/py-authlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2022/10/14 09:06:36 adam Exp $ +$NetBSD: distinfo,v 1.11 2022/12/09 11:20:02 adam Exp $ -BLAKE2s (Authlib-1.1.0.tar.gz) = 80e63fec6ea1f25a33ea9b9fdd602ad2e2bfbb4251907ad9cd8aaaf2b859bed6 -SHA512 (Authlib-1.1.0.tar.gz) = f65ec3b671da50d5c906c42746e276fd2eaa0cf2c6185048fc8da217ded2dfc245db19c8d793969c7401d99a4f27e375768b9626e9867c5373aefd0b5a4d75cb -Size (Authlib-1.1.0.tar.gz) = 140568 bytes +BLAKE2s (Authlib-1.2.0.tar.gz) = dbad9bcdb6e4b65cd9b205af197c5c42ea2fd2b8c375681c44041d2b03cdf67e +SHA512 (Authlib-1.2.0.tar.gz) = 2090c646efacac676af048d9b5af815acf0b6a00a540dccc7d0e1936a61bb9cffb69d669511367a8e8ed39f2193ba1277c5d3b2608c238c834c7b5fc6d75697b +Size (Authlib-1.2.0.tar.gz) = 139991 bytes |