pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-JWT



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 24 09:20:11 UTC 2021

Modified Files:
        pkgsrc/textproc/py-JWT: Makefile distinfo

Log Message:
py-JWT: updated to 2.1.0

v2.1.0

Changed
- Allow claims validation without making JWT signature validation mandatory.

Fixed
- Remove padding from JWK test data.
- Make `kty` mandatory in JWK to be compliant with RFC7517.
- Allow JWK without `alg` to be compliant with RFC7517.
- Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm.

Added
- Add caching by default to PyJWKClient
- Add missing exceptions.InvalidKeyError to jwt module __init__ imports
- Add support for ES256K algorithm
- Add `from_jwk()` to Ed25519Algorithm
- Add `to_jwk()` to Ed25519Algorithm
- Export `PyJWK` and `PyJWKSet`


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-JWT/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-JWT/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-JWT/Makefile
diff -u pkgsrc/textproc/py-JWT/Makefile:1.14 pkgsrc/textproc/py-JWT/Makefile:1.15
--- pkgsrc/textproc/py-JWT/Makefile:1.14        Sun Mar  7 17:14:41 2021
+++ pkgsrc/textproc/py-JWT/Makefile     Mon May 24 09:20:10 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/03/07 17:14:41 adam Exp $
+# $NetBSD: Makefile,v 1.15 2021/05/24 09:20:10 adam Exp $
 
-DISTNAME=      PyJWT-2.0.1
+DISTNAME=      PyJWT-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyJWT/}

Index: pkgsrc/textproc/py-JWT/distinfo
diff -u pkgsrc/textproc/py-JWT/distinfo:1.11 pkgsrc/textproc/py-JWT/distinfo:1.12
--- pkgsrc/textproc/py-JWT/distinfo:1.11        Sun Mar  7 17:14:41 2021
+++ pkgsrc/textproc/py-JWT/distinfo     Mon May 24 09:20:10 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/03/07 17:14:41 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/05/24 09:20:10 adam Exp $
 
-SHA1 (PyJWT-2.0.1.tar.gz) = 5c79722727ced3d9524fda667034a949c1047ff9
-RMD160 (PyJWT-2.0.1.tar.gz) = b0adbd8f466e723e48a60ab8efadfc2bfcd42c9c
-SHA512 (PyJWT-2.0.1.tar.gz) = a59b975fb465b44e4d84e3ef0380ed5107438e202e073238700bd700e8871098b9c59a849d157ade7888eef32609078571e2b8af09dca0752d7a18c370c2a0a5
-Size (PyJWT-2.0.1.tar.gz) = 57496 bytes
+SHA1 (PyJWT-2.1.0.tar.gz) = cb03f1715029f256fd20b81c5d638bb40798662b
+RMD160 (PyJWT-2.1.0.tar.gz) = 3aaf0f2fe2ed6f6faed1ec9bd3900baff27bb1ae
+SHA512 (PyJWT-2.1.0.tar.gz) = d701919c6cf06acb45cb0762a4ab7cc5e6ea247fbc0de80d0efdd1fc4b966c0d27c7400869858bbdc457b200586635aeefa8a38b85db818df6a8713f9bda8ab8
+Size (PyJWT-2.1.0.tar.gz) = 60092 bytes



Home | Main Index | Thread Index | Old Index