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 Oct 11 09:02:25 UTC 2021

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

Log Message:
py-JWT: updated to 2.2.0

v2.2.0

Changed
- Remove arbitrary kwargs.
- Use timezone package as Python 3.5+ is required.

Fixed
- Assume JWK without the "use" claim is valid for signing as per RFC7517
- Prefer `headers["alg"]` to `algorithm` in `jwt.encode()`.
- Fix aud validation to support {'aud': null} case.
- Make `typ` optional in JWT to be compliant with RFC7519.
- Remove upper bound on cryptography version.

Added
- Add support for Ed448/EdDSA.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-JWT/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/textproc/py-JWT/Makefile:1.16
--- pkgsrc/textproc/py-JWT/Makefile:1.15        Mon May 24 09:20:10 2021
+++ pkgsrc/textproc/py-JWT/Makefile     Mon Oct 11 09:02:25 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/05/24 09:20:10 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/10/11 09:02:25 adam Exp $
 
-DISTNAME=      PyJWT-2.1.0
+DISTNAME=      PyJWT-2.2.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.13 pkgsrc/textproc/py-JWT/distinfo:1.14
--- pkgsrc/textproc/py-JWT/distinfo:1.13        Thu Oct  7 15:02:05 2021
+++ pkgsrc/textproc/py-JWT/distinfo     Mon Oct 11 09:02:25 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/07 15:02:05 nia Exp $
+$NetBSD: distinfo,v 1.14 2021/10/11 09:02:25 adam Exp $
 
-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
+RMD160 (PyJWT-2.2.0.tar.gz) = 1c623918720c90ebc41c40bf9a19b9eb3be7d5d1
+SHA512 (PyJWT-2.2.0.tar.gz) = e1cd8ba4fbde2adc906e18b04a925101f28091b4b23e39a1335ca6b933ab63132d07b2a4865399216ada17285b09f03bcf7fd1a12c238e7d4f15e7c9c1e32c75
+Size (PyJWT-2.2.0.tar.gz) = 62200 bytes



Home | Main Index | Thread Index | Old Index