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:           Tue Oct 25 07:25:13 UTC 2022

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

Log Message:
py-JWT: updated to 2.6.0

v2.6.0

Changed
~~~~~~~
- bump up cryptography >= 3.4.0
- Remove `types-cryptography` from `crypto` extra

Fixed
~~~~~
- Invalidate token on the exact second the token expires
- fix: version 2.5.0 heading typo

Added
~~~~~
- Adding validation for `issued_at` when `iat > (now + leeway)` as `ImmatureSignatureError`


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-JWT/Makefile
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/textproc/py-JWT/Makefile:1.22
--- pkgsrc/textproc/py-JWT/Makefile:1.21        Wed Oct 19 13:56:34 2022
+++ pkgsrc/textproc/py-JWT/Makefile     Tue Oct 25 07:25:13 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/10/19 13:56:34 nia Exp $
+# $NetBSD: Makefile,v 1.22 2022/10/25 07:25:13 adam Exp $
 
-DISTNAME=      PyJWT-2.5.0
+DISTNAME=      PyJWT-2.6.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.18 pkgsrc/textproc/py-JWT/distinfo:1.19
--- pkgsrc/textproc/py-JWT/distinfo:1.18        Mon Sep 19 07:55:23 2022
+++ pkgsrc/textproc/py-JWT/distinfo     Tue Oct 25 07:25:13 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/09/19 07:55:23 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/10/25 07:25:13 adam Exp $
 
-BLAKE2s (PyJWT-2.5.0.tar.gz) = e0b0a905d4fb47dd38fbee7070a515fbbd5eb2da8a6c37925a26a8e2a9a23b20
-SHA512 (PyJWT-2.5.0.tar.gz) = 8a638880a25e3dd3b0284deddbbd20df59cfd13693f1228dd00d37579a7d4b70faaa3c4c0a13dfcffac3b5894a10f50187383e393659b7b2aa438dd5ba4b496b
-Size (PyJWT-2.5.0.tar.gz) = 72538 bytes
+BLAKE2s (PyJWT-2.6.0.tar.gz) = d574d1465aa126aba73806ab6e9dd2c76b2c3b6ee520359f80e5aa96ac1cb471
+SHA512 (PyJWT-2.6.0.tar.gz) = c2f797bbb84469db1332bad61807740d859d0e1fa500ba17981d6c1a7a30a6fab345ff241200e24ce1ffe686591642a858e5eb2e9462fa1ceda7fcd00ae55d30
+Size (PyJWT-2.6.0.tar.gz) = 72984 bytes



Home | Main Index | Thread Index | Old Index