Skip to content

Commit b5e1a28

Browse files
author
adam
committed
py-JWT: updated to 2.4.0
v2.4.0 Security - [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. GHSA-ffqj-6fqr-9h24 Changed - Explicit check the key for ECAlgorithm by @estin in jpadilla/pyjwt#713 - Raise DeprecationWarning for jwt.decode(verify=...) by @akx in jpadilla/pyjwt#742 Fixed - Don't use implicit optionals by @rekyungmin in jpadilla/pyjwt#705 - documentation fix: show correct scope for decode_complete() by @sseering in jpadilla/pyjwt#661 - fix: Update copyright information by @kkirsche in jpadilla/pyjwt#729 - Don't mutate options dictionary in .decode_complete() by @akx in jpadilla/pyjwt#743 Added - Add support for Python 3.10 by @hugovk in jpadilla/pyjwt#699 - api_jwk: Add PyJWKSet.__getitem__ by @woodruffw in jpadilla/pyjwt#725 - Update usage.rst by @guneybilen in jpadilla/pyjwt#727 - Docs: mention performance reasons for reusing RSAPrivateKey when encoding by @dmahr1 in jpadilla/pyjwt#734 - Fixed typo in usage.rst by @israelabraham in jpadilla/pyjwt#738 - Add detached payload support for JWS encoding and decoding by @fviard in jpadilla/pyjwt#723 - Replace various string interpolations with f-strings by @akx in jpadilla/pyjwt#744 - Update CHANGELOG.rst
1 parent 0c95c97 commit b5e1a28

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

textproc/py-JWT/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:51 wiz Exp $
1+
# $NetBSD: Makefile,v 1.19 2022/05/25 12:20:55 adam Exp $
22

3-
DISTNAME= PyJWT-2.3.0
3+
DISTNAME= PyJWT-2.4.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
5-
PKGREVISION= 1
65
CATEGORIES= textproc python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/}
87

@@ -19,7 +18,7 @@ USE_LANGUAGES= # none
1918
PYTHON_VERSIONS_INCOMPATIBLE= 27
2019

2120
do-test:
22-
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
21+
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
2322

2423
.include "../../lang/python/egg.mk"
2524
.include "../../mk/bsd.pkg.mk"

textproc/py-JWT/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.16 2021/10/26 11:22:59 nia Exp $
1+
$NetBSD: distinfo,v 1.17 2022/05/25 12:20:55 adam Exp $
22

3-
BLAKE2s (PyJWT-2.3.0.tar.gz) = 7801b7db39f2bcf9baa18466879ccea78a5be16ee8ab84905dba9754b8d4834e
4-
SHA512 (PyJWT-2.3.0.tar.gz) = c6a1d8c3ce87d2122aa4ce4e19c5d2683aeffae6fb29b20fa17e2dfb1a07faf721beb8ca390d3acdeb85a1476025ca5af4fcdb1019f84c8c1bf229246a7aafe3
5-
Size (PyJWT-2.3.0.tar.gz) = 62279 bytes
3+
BLAKE2s (PyJWT-2.4.0.tar.gz) = 270cd5bd9d0ff384dedd4762780aecd4b18495f054f7895fb28748e5034e3f1b
4+
SHA512 (PyJWT-2.4.0.tar.gz) = 6c60afe62f9341c0fd889be227cd9e44260bc88696a93d0c3398547e159001f04e402d207d2230641f0f3d37cfd7e6f9e50a42dadfb011d7087c32a864c792a4
5+
Size (PyJWT-2.4.0.tar.gz) = 66327 bytes

0 commit comments

Comments
 (0)