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: Fri Mar 13 07:14:17 UTC 2026
Modified Files:
pkgsrc/textproc/py-JWT: Makefile distinfo
Log Message:
py-JWT: updated to 2.12.0
v2.12.0 <https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.0>`__
Fixed
- Annotate PyJWKSet.keys for pyright
- Close ``HTTPError`` response to prevent ``ResourceWarning`` on Python 3.14
- Do not keep ``algorithms`` dict in PyJWK instances
- Validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11.
- Use PyJWK algorithm when encoding without explicit algorithm
Added
- Docs: Add ``PyJWKClient`` API reference and document the two-tier caching system (JWK Set cache and signing key LRU cache).
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-JWT/Makefile
cvs rdiff -u -r1.25 -r1.26 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.31 pkgsrc/textproc/py-JWT/Makefile:1.32
--- pkgsrc/textproc/py-JWT/Makefile:1.31 Sun Feb 1 17:52:53 2026
+++ pkgsrc/textproc/py-JWT/Makefile Fri Mar 13 07:14:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2026/02/01 17:52:53 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2026/03/13 07:14:17 adam Exp $
-DISTNAME= pyjwt-2.11.0
+DISTNAME= pyjwt-2.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyjwt/JWT/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/}
Index: pkgsrc/textproc/py-JWT/distinfo
diff -u pkgsrc/textproc/py-JWT/distinfo:1.25 pkgsrc/textproc/py-JWT/distinfo:1.26
--- pkgsrc/textproc/py-JWT/distinfo:1.25 Sun Feb 1 17:52:54 2026
+++ pkgsrc/textproc/py-JWT/distinfo Fri Mar 13 07:14:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2026/02/01 17:52:54 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/03/13 07:14:17 adam Exp $
-BLAKE2s (pyjwt-2.11.0.tar.gz) = 7d4b11b1b938d84d121110d6f758f6739be90eee7d3cb5101c32003dbbdc3bdc
-SHA512 (pyjwt-2.11.0.tar.gz) = b7bb326dc2006f021068bcf24fafedf922cc6ecef5c40f2debd7020cb9b29d8c4e30a1aa1f5f009f55c7d2cc15732433f797a145eb8ced1c2edefad210d3ac32
-Size (pyjwt-2.11.0.tar.gz) = 98019 bytes
+BLAKE2s (pyjwt-2.12.0.tar.gz) = cdc8e79421d0922907f103818513343d2b83cacf13c231c8f658fe3a7947bfd0
+SHA512 (pyjwt-2.12.0.tar.gz) = 177ae71b1c11712cf6a4c2b8a98ee3869494c0cb5c6515b51fb0ffda218eab273b91a340b19e51dc03d4c2cf8f681ef898cbfbcfc74ec1756516466de9cf0ab7
+Size (pyjwt-2.12.0.tar.gz) = 102511 bytes
Home |
Main Index |
Thread Index |
Old Index