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:           Sat Oct 10 18:04:53 UTC 2020

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

Log Message:
py-authlib: updated to 0.15

Version 0.15

This is the last release before v1.0. In this release, we added more RFCs
implementations and did some refactors for JOSE:

RFC8037: CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)
RFC7638: JSON Web Key (JWK) Thumbprint

We also fixed bugs for integrations:

Fixed support for HTTPX>=0.14.3
Added OAuth clients of HTTPX back
Fixed parallel token refreshes for HTTPX async OAuth 2 client
Raise OAuthError when callback contains errors

Breaking Change:

The parameter algorithms in JsonWebSignature and JsonWebEncryption
are changed. Usually you don't have to care about it since you won't use it directly.
Whole JSON Web Key is refactored, please check JSON Web Key (JWK)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-authlib/Makefile \
    pkgsrc/security/py-authlib/PLIST 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.1 pkgsrc/security/py-authlib/Makefile:1.2
--- pkgsrc/security/py-authlib/Makefile:1.1     Thu Jun 11 14:24:49 2020
+++ pkgsrc/security/py-authlib/Makefile Sat Oct 10 18:04:52 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/06/11 14:24:49 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/10 18:04:52 adam Exp $
 
-DISTNAME=      Authlib-0.14.3
+DISTNAME=      Authlib-0.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Authlib/}
Index: pkgsrc/security/py-authlib/PLIST
diff -u pkgsrc/security/py-authlib/PLIST:1.1 pkgsrc/security/py-authlib/PLIST:1.2
--- pkgsrc/security/py-authlib/PLIST:1.1        Thu Jun 11 14:24:49 2020
+++ pkgsrc/security/py-authlib/PLIST    Sat Oct 10 18:04:52 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/06/11 14:24:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/10/10 18:04:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,18 +8,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/authlib/__init__.py
 ${PYSITELIB}/authlib/__init__.pyc
 ${PYSITELIB}/authlib/__init__.pyo
-${PYSITELIB}/authlib/client/__init__.py
-${PYSITELIB}/authlib/client/__init__.pyc
-${PYSITELIB}/authlib/client/__init__.pyo
-${PYSITELIB}/authlib/client/aiohttp.py
-${PYSITELIB}/authlib/client/aiohttp.pyc
-${PYSITELIB}/authlib/client/aiohttp.pyo
-${PYSITELIB}/authlib/client/errors.py
-${PYSITELIB}/authlib/client/errors.pyc
-${PYSITELIB}/authlib/client/errors.pyo
-${PYSITELIB}/authlib/client/oauth_client.py
-${PYSITELIB}/authlib/client/oauth_client.pyc
-${PYSITELIB}/authlib/client/oauth_client.pyo
 ${PYSITELIB}/authlib/common/__init__.py
 ${PYSITELIB}/authlib/common/__init__.pyc
 ${PYSITELIB}/authlib/common/__init__.pyo
@@ -41,42 +29,6 @@ ${PYSITELIB}/authlib/consts.pyo
 ${PYSITELIB}/authlib/deprecate.py
 ${PYSITELIB}/authlib/deprecate.pyc
 ${PYSITELIB}/authlib/deprecate.pyo
-${PYSITELIB}/authlib/django/__init__.py
-${PYSITELIB}/authlib/django/__init__.pyc
-${PYSITELIB}/authlib/django/__init__.pyo
-${PYSITELIB}/authlib/django/client/__init__.py
-${PYSITELIB}/authlib/django/client/__init__.pyc
-${PYSITELIB}/authlib/django/client/__init__.pyo
-${PYSITELIB}/authlib/django/oauth1/__init__.py
-${PYSITELIB}/authlib/django/oauth1/__init__.pyc
-${PYSITELIB}/authlib/django/oauth1/__init__.pyo
-${PYSITELIB}/authlib/django/oauth2/__init__.py
-${PYSITELIB}/authlib/django/oauth2/__init__.pyc
-${PYSITELIB}/authlib/django/oauth2/__init__.pyo
-${PYSITELIB}/authlib/flask/__init__.py
-${PYSITELIB}/authlib/flask/__init__.pyc
-${PYSITELIB}/authlib/flask/__init__.pyo
-${PYSITELIB}/authlib/flask/client/__init__.py
-${PYSITELIB}/authlib/flask/client/__init__.pyc
-${PYSITELIB}/authlib/flask/client/__init__.pyo
-${PYSITELIB}/authlib/flask/oauth1/__init__.py
-${PYSITELIB}/authlib/flask/oauth1/__init__.pyc
-${PYSITELIB}/authlib/flask/oauth1/__init__.pyo
-${PYSITELIB}/authlib/flask/oauth1/cache.py
-${PYSITELIB}/authlib/flask/oauth1/cache.pyc
-${PYSITELIB}/authlib/flask/oauth1/cache.pyo
-${PYSITELIB}/authlib/flask/oauth1/sqla.py
-${PYSITELIB}/authlib/flask/oauth1/sqla.pyc
-${PYSITELIB}/authlib/flask/oauth1/sqla.pyo
-${PYSITELIB}/authlib/flask/oauth2/__init__.py
-${PYSITELIB}/authlib/flask/oauth2/__init__.pyc
-${PYSITELIB}/authlib/flask/oauth2/__init__.pyo
-${PYSITELIB}/authlib/flask/oauth2/cache.py
-${PYSITELIB}/authlib/flask/oauth2/cache.pyc
-${PYSITELIB}/authlib/flask/oauth2/cache.pyo
-${PYSITELIB}/authlib/flask/oauth2/sqla.py
-${PYSITELIB}/authlib/flask/oauth2/sqla.pyc
-${PYSITELIB}/authlib/flask/oauth2/sqla.pyo
 ${PYSITELIB}/authlib/integrations/__init__.py
 ${PYSITELIB}/authlib/integrations/__init__.pyc
 ${PYSITELIB}/authlib/integrations/__init__.pyo
@@ -236,6 +188,12 @@ ${PLIST.py3x}${PYSITELIB}/authlib/integr
 ${PYSITELIB}/authlib/jose/__init__.py
 ${PYSITELIB}/authlib/jose/__init__.pyc
 ${PYSITELIB}/authlib/jose/__init__.pyo
+${PYSITELIB}/authlib/jose/drafts/__init__.py
+${PYSITELIB}/authlib/jose/drafts/__init__.pyc
+${PYSITELIB}/authlib/jose/drafts/__init__.pyo
+${PYSITELIB}/authlib/jose/drafts/_jwe_enc_cryptography.py
+${PYSITELIB}/authlib/jose/drafts/_jwe_enc_cryptography.pyc
+${PYSITELIB}/authlib/jose/drafts/_jwe_enc_cryptography.pyo
 ${PYSITELIB}/authlib/jose/errors.py
 ${PYSITELIB}/authlib/jose/errors.pyc
 ${PYSITELIB}/authlib/jose/errors.pyo
@@ -263,45 +221,36 @@ ${PYSITELIB}/authlib/jose/rfc7516/models
 ${PYSITELIB}/authlib/jose/rfc7517/__init__.py
 ${PYSITELIB}/authlib/jose/rfc7517/__init__.pyc
 ${PYSITELIB}/authlib/jose/rfc7517/__init__.pyo
-${PYSITELIB}/authlib/jose/rfc7517/_backends/__init__.py
-${PYSITELIB}/authlib/jose/rfc7517/_backends/__init__.pyc
-${PYSITELIB}/authlib/jose/rfc7517/_backends/__init__.pyo
-${PYSITELIB}/authlib/jose/rfc7517/_backends/_cryptography.py
-${PYSITELIB}/authlib/jose/rfc7517/_backends/_cryptography.pyc
-${PYSITELIB}/authlib/jose/rfc7517/_backends/_cryptography.pyo
-${PYSITELIB}/authlib/jose/rfc7517/jwk.py
-${PYSITELIB}/authlib/jose/rfc7517/jwk.pyc
-${PYSITELIB}/authlib/jose/rfc7517/jwk.pyo
+${PYSITELIB}/authlib/jose/rfc7517/models.py
+${PYSITELIB}/authlib/jose/rfc7517/models.pyc
+${PYSITELIB}/authlib/jose/rfc7517/models.pyo
 ${PYSITELIB}/authlib/jose/rfc7518/__init__.py
 ${PYSITELIB}/authlib/jose/rfc7518/__init__.pyc
 ${PYSITELIB}/authlib/jose/rfc7518/__init__.pyo
-${PYSITELIB}/authlib/jose/rfc7518/_backends/__init__.py
-${PYSITELIB}/authlib/jose/rfc7518/_backends/__init__.pyc
-${PYSITELIB}/authlib/jose/rfc7518/_backends/__init__.pyo
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwe_alg_cryptography.py
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwe_alg_cryptography.pyc
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwe_alg_cryptography.pyo
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwe_enc_cryptography.py
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwe_enc_cryptography.pyc
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwe_enc_cryptography.pyo
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwk_cryptography.py
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwk_cryptography.pyc
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jwk_cryptography.pyo
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jws_cryptography.py
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jws_cryptography.pyc
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_jws_cryptography.pyo
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_key_cryptography.py
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_key_cryptography.pyc
-${PYSITELIB}/authlib/jose/rfc7518/_backends/_key_cryptography.pyo
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/__init__.py
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/__init__.pyc
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/__init__.pyo
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jwe_alg.py
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jwe_alg.pyc
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jwe_alg.pyo
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jwe_enc.py
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jwe_enc.pyc
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jwe_enc.pyo
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jws.py
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jws.pyc
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_jws.pyo
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_keys.py
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_keys.pyc
+${PYSITELIB}/authlib/jose/rfc7518/_cryptography_backends/_keys.pyo
 ${PYSITELIB}/authlib/jose/rfc7518/jwe_algorithms.py
 ${PYSITELIB}/authlib/jose/rfc7518/jwe_algorithms.pyc
 ${PYSITELIB}/authlib/jose/rfc7518/jwe_algorithms.pyo
-${PYSITELIB}/authlib/jose/rfc7518/jwk_algorithms.py
-${PYSITELIB}/authlib/jose/rfc7518/jwk_algorithms.pyc
-${PYSITELIB}/authlib/jose/rfc7518/jwk_algorithms.pyo
 ${PYSITELIB}/authlib/jose/rfc7518/jws_algorithms.py
 ${PYSITELIB}/authlib/jose/rfc7518/jws_algorithms.pyc
 ${PYSITELIB}/authlib/jose/rfc7518/jws_algorithms.pyo
+${PYSITELIB}/authlib/jose/rfc7518/oct_key.py
+${PYSITELIB}/authlib/jose/rfc7518/oct_key.pyc
+${PYSITELIB}/authlib/jose/rfc7518/oct_key.pyo
 ${PYSITELIB}/authlib/jose/rfc7518/util.py
 ${PYSITELIB}/authlib/jose/rfc7518/util.pyc
 ${PYSITELIB}/authlib/jose/rfc7518/util.pyo
@@ -314,6 +263,15 @@ ${PYSITELIB}/authlib/jose/rfc7519/claims
 ${PYSITELIB}/authlib/jose/rfc7519/jwt.py
 ${PYSITELIB}/authlib/jose/rfc7519/jwt.pyc
 ${PYSITELIB}/authlib/jose/rfc7519/jwt.pyo
+${PYSITELIB}/authlib/jose/rfc8037/__init__.py
+${PYSITELIB}/authlib/jose/rfc8037/__init__.pyc
+${PYSITELIB}/authlib/jose/rfc8037/__init__.pyo
+${PYSITELIB}/authlib/jose/rfc8037/_jws_cryptography.py
+${PYSITELIB}/authlib/jose/rfc8037/_jws_cryptography.pyc
+${PYSITELIB}/authlib/jose/rfc8037/_jws_cryptography.pyo
+${PYSITELIB}/authlib/jose/rfc8037/okp_key.py
+${PYSITELIB}/authlib/jose/rfc8037/okp_key.pyc
+${PYSITELIB}/authlib/jose/rfc8037/okp_key.pyo
 ${PYSITELIB}/authlib/jose/util.py
 ${PYSITELIB}/authlib/jose/util.pyc
 ${PYSITELIB}/authlib/jose/util.pyo
@@ -467,9 +425,9 @@ ${PYSITELIB}/authlib/oauth2/rfc7523/auth
 ${PYSITELIB}/authlib/oauth2/rfc7523/client.py
 ${PYSITELIB}/authlib/oauth2/rfc7523/client.pyc
 ${PYSITELIB}/authlib/oauth2/rfc7523/client.pyo
-${PYSITELIB}/authlib/oauth2/rfc7523/grant.py
-${PYSITELIB}/authlib/oauth2/rfc7523/grant.pyc
-${PYSITELIB}/authlib/oauth2/rfc7523/grant.pyo
+${PYSITELIB}/authlib/oauth2/rfc7523/jwt_bearer.py
+${PYSITELIB}/authlib/oauth2/rfc7523/jwt_bearer.pyc
+${PYSITELIB}/authlib/oauth2/rfc7523/jwt_bearer.pyo
 ${PYSITELIB}/authlib/oauth2/rfc7591/__init__.py
 ${PYSITELIB}/authlib/oauth2/rfc7591/__init__.pyc
 ${PYSITELIB}/authlib/oauth2/rfc7591/__init__.pyo
@@ -482,6 +440,12 @@ ${PYSITELIB}/authlib/oauth2/rfc7591/endp
 ${PYSITELIB}/authlib/oauth2/rfc7591/errors.py
 ${PYSITELIB}/authlib/oauth2/rfc7591/errors.pyc
 ${PYSITELIB}/authlib/oauth2/rfc7591/errors.pyo
+${PYSITELIB}/authlib/oauth2/rfc7592/__init__.py
+${PYSITELIB}/authlib/oauth2/rfc7592/__init__.pyc
+${PYSITELIB}/authlib/oauth2/rfc7592/__init__.pyo
+${PYSITELIB}/authlib/oauth2/rfc7592/endpoint.py
+${PYSITELIB}/authlib/oauth2/rfc7592/endpoint.pyc
+${PYSITELIB}/authlib/oauth2/rfc7592/endpoint.pyo
 ${PYSITELIB}/authlib/oauth2/rfc7636/__init__.py
 ${PYSITELIB}/authlib/oauth2/rfc7636/__init__.pyc
 ${PYSITELIB}/authlib/oauth2/rfc7636/__init__.pyo
@@ -509,15 +473,15 @@ ${PYSITELIB}/authlib/oauth2/rfc8414/well
 ${PYSITELIB}/authlib/oauth2/rfc8628/__init__.py
 ${PYSITELIB}/authlib/oauth2/rfc8628/__init__.pyc
 ${PYSITELIB}/authlib/oauth2/rfc8628/__init__.pyo
+${PYSITELIB}/authlib/oauth2/rfc8628/device_code.py
+${PYSITELIB}/authlib/oauth2/rfc8628/device_code.pyc
+${PYSITELIB}/authlib/oauth2/rfc8628/device_code.pyo
 ${PYSITELIB}/authlib/oauth2/rfc8628/endpoint.py
 ${PYSITELIB}/authlib/oauth2/rfc8628/endpoint.pyc
 ${PYSITELIB}/authlib/oauth2/rfc8628/endpoint.pyo
 ${PYSITELIB}/authlib/oauth2/rfc8628/errors.py
 ${PYSITELIB}/authlib/oauth2/rfc8628/errors.pyc
 ${PYSITELIB}/authlib/oauth2/rfc8628/errors.pyo
-${PYSITELIB}/authlib/oauth2/rfc8628/grant.py
-${PYSITELIB}/authlib/oauth2/rfc8628/grant.pyc
-${PYSITELIB}/authlib/oauth2/rfc8628/grant.pyo
 ${PYSITELIB}/authlib/oauth2/rfc8628/models.py
 ${PYSITELIB}/authlib/oauth2/rfc8628/models.pyc
 ${PYSITELIB}/authlib/oauth2/rfc8628/models.pyo
@@ -566,177 +530,3 @@ ${PYSITELIB}/authlib/oidc/discovery/mode
 ${PYSITELIB}/authlib/oidc/discovery/well_known.py
 ${PYSITELIB}/authlib/oidc/discovery/well_known.pyc
 ${PYSITELIB}/authlib/oidc/discovery/well_known.pyo
-${PYSITELIB}/authlib/specs/__init__.py
-${PYSITELIB}/authlib/specs/__init__.pyc
-${PYSITELIB}/authlib/specs/__init__.pyo
-${PYSITELIB}/authlib/specs/oidc/__init__.py
-${PYSITELIB}/authlib/specs/oidc/__init__.pyc
-${PYSITELIB}/authlib/specs/oidc/__init__.pyo
-${PYSITELIB}/authlib/specs/oidc/claims.py
-${PYSITELIB}/authlib/specs/oidc/claims.pyc
-${PYSITELIB}/authlib/specs/oidc/claims.pyo
-${PYSITELIB}/authlib/specs/oidc/errors.py
-${PYSITELIB}/authlib/specs/oidc/errors.pyc
-${PYSITELIB}/authlib/specs/oidc/errors.pyo
-${PYSITELIB}/authlib/specs/oidc/grants.py
-${PYSITELIB}/authlib/specs/oidc/grants.pyc
-${PYSITELIB}/authlib/specs/oidc/grants.pyo
-${PYSITELIB}/authlib/specs/oidc/models.py
-${PYSITELIB}/authlib/specs/oidc/models.pyc
-${PYSITELIB}/authlib/specs/oidc/models.pyo
-${PYSITELIB}/authlib/specs/oidc/util.py
-${PYSITELIB}/authlib/specs/oidc/util.pyc
-${PYSITELIB}/authlib/specs/oidc/util.pyo
-${PYSITELIB}/authlib/specs/rfc5849/__init__.py
-${PYSITELIB}/authlib/specs/rfc5849/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc5849/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc5849/errors.py
-${PYSITELIB}/authlib/specs/rfc5849/errors.pyc
-${PYSITELIB}/authlib/specs/rfc5849/errors.pyo
-${PYSITELIB}/authlib/specs/rfc5849/signature.py
-${PYSITELIB}/authlib/specs/rfc5849/signature.pyc
-${PYSITELIB}/authlib/specs/rfc5849/signature.pyo
-${PYSITELIB}/authlib/specs/rfc6749/__init__.py
-${PYSITELIB}/authlib/specs/rfc6749/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc6749/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc6749/authenticate_client.py
-${PYSITELIB}/authlib/specs/rfc6749/authenticate_client.pyc
-${PYSITELIB}/authlib/specs/rfc6749/authenticate_client.pyo
-${PYSITELIB}/authlib/specs/rfc6749/authorization_server.py
-${PYSITELIB}/authlib/specs/rfc6749/authorization_server.pyc
-${PYSITELIB}/authlib/specs/rfc6749/authorization_server.pyo
-${PYSITELIB}/authlib/specs/rfc6749/errors.py
-${PYSITELIB}/authlib/specs/rfc6749/errors.pyc
-${PYSITELIB}/authlib/specs/rfc6749/errors.pyo
-${PYSITELIB}/authlib/specs/rfc6749/grants.py
-${PYSITELIB}/authlib/specs/rfc6749/grants.pyc
-${PYSITELIB}/authlib/specs/rfc6749/grants.pyo
-${PYSITELIB}/authlib/specs/rfc6749/models.py
-${PYSITELIB}/authlib/specs/rfc6749/models.pyc
-${PYSITELIB}/authlib/specs/rfc6749/models.pyo
-${PYSITELIB}/authlib/specs/rfc6749/parameters.py
-${PYSITELIB}/authlib/specs/rfc6749/parameters.pyc
-${PYSITELIB}/authlib/specs/rfc6749/parameters.pyo
-${PYSITELIB}/authlib/specs/rfc6749/resource_protector.py
-${PYSITELIB}/authlib/specs/rfc6749/resource_protector.pyc
-${PYSITELIB}/authlib/specs/rfc6749/resource_protector.pyo
-${PYSITELIB}/authlib/specs/rfc6749/token_endpoint.py
-${PYSITELIB}/authlib/specs/rfc6749/token_endpoint.pyc
-${PYSITELIB}/authlib/specs/rfc6749/token_endpoint.pyo
-${PYSITELIB}/authlib/specs/rfc6749/wrappers.py
-${PYSITELIB}/authlib/specs/rfc6749/wrappers.pyc
-${PYSITELIB}/authlib/specs/rfc6749/wrappers.pyo
-${PYSITELIB}/authlib/specs/rfc6750/__init__.py
-${PYSITELIB}/authlib/specs/rfc6750/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc6750/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc6750/errors.py
-${PYSITELIB}/authlib/specs/rfc6750/errors.pyc
-${PYSITELIB}/authlib/specs/rfc6750/errors.pyo
-${PYSITELIB}/authlib/specs/rfc6750/parameters.py
-${PYSITELIB}/authlib/specs/rfc6750/parameters.pyc
-${PYSITELIB}/authlib/specs/rfc6750/parameters.pyo
-${PYSITELIB}/authlib/specs/rfc6750/validator.py
-${PYSITELIB}/authlib/specs/rfc6750/validator.pyc
-${PYSITELIB}/authlib/specs/rfc6750/validator.pyo
-${PYSITELIB}/authlib/specs/rfc6750/wrappers.py
-${PYSITELIB}/authlib/specs/rfc6750/wrappers.pyc
-${PYSITELIB}/authlib/specs/rfc6750/wrappers.pyo
-${PYSITELIB}/authlib/specs/rfc7009/__init__.py
-${PYSITELIB}/authlib/specs/rfc7009/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7009/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7009/parameters.py
-${PYSITELIB}/authlib/specs/rfc7009/parameters.pyc
-${PYSITELIB}/authlib/specs/rfc7009/parameters.pyo
-${PYSITELIB}/authlib/specs/rfc7009/revocation.py
-${PYSITELIB}/authlib/specs/rfc7009/revocation.pyc
-${PYSITELIB}/authlib/specs/rfc7009/revocation.pyo
-${PYSITELIB}/authlib/specs/rfc7515/__init__.py
-${PYSITELIB}/authlib/specs/rfc7515/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7515/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7515/errors.py
-${PYSITELIB}/authlib/specs/rfc7515/errors.pyc
-${PYSITELIB}/authlib/specs/rfc7515/errors.pyo
-${PYSITELIB}/authlib/specs/rfc7515/jws.py
-${PYSITELIB}/authlib/specs/rfc7515/jws.pyc
-${PYSITELIB}/authlib/specs/rfc7515/jws.pyo
-${PYSITELIB}/authlib/specs/rfc7515/models.py
-${PYSITELIB}/authlib/specs/rfc7515/models.pyc
-${PYSITELIB}/authlib/specs/rfc7515/models.pyo
-${PYSITELIB}/authlib/specs/rfc7516/__init__.py
-${PYSITELIB}/authlib/specs/rfc7516/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7516/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7516/errors.py
-${PYSITELIB}/authlib/specs/rfc7516/errors.pyc
-${PYSITELIB}/authlib/specs/rfc7516/errors.pyo
-${PYSITELIB}/authlib/specs/rfc7516/jwe.py
-${PYSITELIB}/authlib/specs/rfc7516/jwe.pyc
-${PYSITELIB}/authlib/specs/rfc7516/jwe.pyo
-${PYSITELIB}/authlib/specs/rfc7516/models.py
-${PYSITELIB}/authlib/specs/rfc7516/models.pyc
-${PYSITELIB}/authlib/specs/rfc7516/models.pyo
-${PYSITELIB}/authlib/specs/rfc7517/__init__.py
-${PYSITELIB}/authlib/specs/rfc7517/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7517/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7517/jwk.py
-${PYSITELIB}/authlib/specs/rfc7517/jwk.pyc
-${PYSITELIB}/authlib/specs/rfc7517/jwk.pyo
-${PYSITELIB}/authlib/specs/rfc7518/__init__.py
-${PYSITELIB}/authlib/specs/rfc7518/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7518/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7518/jwe_algorithms.py
-${PYSITELIB}/authlib/specs/rfc7518/jwe_algorithms.pyc
-${PYSITELIB}/authlib/specs/rfc7518/jwe_algorithms.pyo
-${PYSITELIB}/authlib/specs/rfc7518/jwk_algorithms.py
-${PYSITELIB}/authlib/specs/rfc7518/jwk_algorithms.pyc
-${PYSITELIB}/authlib/specs/rfc7518/jwk_algorithms.pyo
-${PYSITELIB}/authlib/specs/rfc7518/jws_algorithms.py
-${PYSITELIB}/authlib/specs/rfc7518/jws_algorithms.pyc
-${PYSITELIB}/authlib/specs/rfc7518/jws_algorithms.pyo
-${PYSITELIB}/authlib/specs/rfc7519/__init__.py
-${PYSITELIB}/authlib/specs/rfc7519/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7519/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7519/claims.py
-${PYSITELIB}/authlib/specs/rfc7519/claims.pyc
-${PYSITELIB}/authlib/specs/rfc7519/claims.pyo
-${PYSITELIB}/authlib/specs/rfc7519/errors.py
-${PYSITELIB}/authlib/specs/rfc7519/errors.pyc
-${PYSITELIB}/authlib/specs/rfc7519/errors.pyo
-${PYSITELIB}/authlib/specs/rfc7519/jwt.py
-${PYSITELIB}/authlib/specs/rfc7519/jwt.pyc
-${PYSITELIB}/authlib/specs/rfc7519/jwt.pyo
-${PYSITELIB}/authlib/specs/rfc7523/__init__.py
-${PYSITELIB}/authlib/specs/rfc7523/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7523/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7523/auth.py
-${PYSITELIB}/authlib/specs/rfc7523/auth.pyc
-${PYSITELIB}/authlib/specs/rfc7523/auth.pyo
-${PYSITELIB}/authlib/specs/rfc7523/client.py
-${PYSITELIB}/authlib/specs/rfc7523/client.pyc
-${PYSITELIB}/authlib/specs/rfc7523/client.pyo
-${PYSITELIB}/authlib/specs/rfc7523/grant.py
-${PYSITELIB}/authlib/specs/rfc7523/grant.pyc
-${PYSITELIB}/authlib/specs/rfc7523/grant.pyo
-${PYSITELIB}/authlib/specs/rfc7636/__init__.py
-${PYSITELIB}/authlib/specs/rfc7636/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7636/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7636/challenge.py
-${PYSITELIB}/authlib/specs/rfc7636/challenge.pyc
-${PYSITELIB}/authlib/specs/rfc7636/challenge.pyo
-${PYSITELIB}/authlib/specs/rfc7636/grant.py
-${PYSITELIB}/authlib/specs/rfc7636/grant.pyc
-${PYSITELIB}/authlib/specs/rfc7636/grant.pyo
-${PYSITELIB}/authlib/specs/rfc7662/__init__.py
-${PYSITELIB}/authlib/specs/rfc7662/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc7662/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc7662/introspection.py
-${PYSITELIB}/authlib/specs/rfc7662/introspection.pyc
-${PYSITELIB}/authlib/specs/rfc7662/introspection.pyo
-${PYSITELIB}/authlib/specs/rfc8414/__init__.py
-${PYSITELIB}/authlib/specs/rfc8414/__init__.pyc
-${PYSITELIB}/authlib/specs/rfc8414/__init__.pyo
-${PYSITELIB}/authlib/specs/rfc8414/models.py
-${PYSITELIB}/authlib/specs/rfc8414/models.pyc
-${PYSITELIB}/authlib/specs/rfc8414/models.pyo
-${PYSITELIB}/authlib/specs/rfc8414/well_known.py
-${PYSITELIB}/authlib/specs/rfc8414/well_known.pyc
-${PYSITELIB}/authlib/specs/rfc8414/well_known.pyo
Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.1 pkgsrc/security/py-authlib/distinfo:1.2
--- pkgsrc/security/py-authlib/distinfo:1.1     Thu Jun 11 14:24:49 2020
+++ pkgsrc/security/py-authlib/distinfo Sat Oct 10 18:04:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/06/11 14:24:49 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/10/10 18:04:52 adam Exp $
 
-SHA1 (Authlib-0.14.3.tar.gz) = 0794fc75a6525f975a1fd9c102cfb98e71922ab9
-RMD160 (Authlib-0.14.3.tar.gz) = 1f4ce39060eed6e96acd086affab1532108c0a38
-SHA512 (Authlib-0.14.3.tar.gz) = 19f42c6b7c718ea2021ce1df8716fa87a40d0ac7d7efb5b4b905949150400a16b902302f84697e181adab2880c2028332dac060881fbbb716eca354c4159c7c4
-Size (Authlib-0.14.3.tar.gz) = 124473 bytes
+SHA1 (Authlib-0.15.tar.gz) = 899b8ce63528a79127c242da8f75b3dc1622e49a
+RMD160 (Authlib-0.15.tar.gz) = 29526f3e7e1ff0f049830c77133b0bcfe36b9671
+SHA512 (Authlib-0.15.tar.gz) = e1c070bbef948c4e9b18c9898be4a1dbaab21d15759871ab49af92bbd23e062e1dc95c918523b98db58231ecd5d40f0e9aabf4128be2c3829e970f8496e837ef
+Size (Authlib-0.15.tar.gz) = 124058 bytes



Home | Main Index | Thread Index | Old Index