pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-authlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec  9 11:20:02 UTC 2022

Modified Files:
        pkgsrc/security/py-authlib: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-authlib/Makefile \
    pkgsrc/security/py-authlib/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-authlib/Makefile
diff -u pkgsrc/security/py-authlib/Makefile:1.10 pkgsrc/security/py-authlib/Makefile:1.11
--- pkgsrc/security/py-authlib/Makefile:1.10    Fri Oct 14 09:06:36 2022
+++ pkgsrc/security/py-authlib/Makefile Fri Dec  9 11:20:02 2022
@@ -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/}
Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.10 pkgsrc/security/py-authlib/distinfo:1.11
--- pkgsrc/security/py-authlib/distinfo:1.10    Fri Oct 14 09:06:36 2022
+++ pkgsrc/security/py-authlib/distinfo Fri Dec  9 11:20:02 2022
@@ -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



Home | Main Index | Thread Index | Old Index