pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-JWT py-JWT: updated to 2.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf27c5646b46
branches:  trunk
changeset: 387203:bf27c5646b46
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 07:25:13 2022 +0000

description:
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`

diffstat:

 textproc/py-JWT/Makefile |  4 ++--
 textproc/py-JWT/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8d05053a84a6 -r bf27c5646b46 textproc/py-JWT/Makefile
--- a/textproc/py-JWT/Makefile  Tue Oct 25 07:21:35 2022 +0000
+++ b/textproc/py-JWT/Makefile  Tue Oct 25 07:25:13 2022 +0000
@@ -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/}
diff -r 8d05053a84a6 -r bf27c5646b46 textproc/py-JWT/distinfo
--- a/textproc/py-JWT/distinfo  Tue Oct 25 07:21:35 2022 +0000
+++ b/textproc/py-JWT/distinfo  Tue Oct 25 07:25:13 2022 +0000
@@ -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