pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-joserfc
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 24 13:12:53 UTC 2026
Modified Files:
pkgsrc/security/py-joserfc: Makefile distinfo
Log Message:
py-joserfc: updated to 1.7.4
1.7.4
- Reject JWS general JSON serialization when signatures is empty.
- Raises ``DecodeError`` when encrypted_key is None in JWE.
1.7.3
- Add default claims validation for ``iss``, ``sub`` and ``aud``.
- Add size validation even for self-provided payload.
1.7.2
- Avoid trailing padding for JWTs.
1.7.1
- **JWE**: use the original ``aad`` value for decrypting.
1.7.0
- Drop Python 3.9 support.
- Update type hints.
- **JWK**: export public key by default in ``.as_dict``, ``.as_pem``, ``.as_der`` methods.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-joserfc/Makefile \
pkgsrc/security/py-joserfc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-joserfc/Makefile
diff -u pkgsrc/security/py-joserfc/Makefile:1.4 pkgsrc/security/py-joserfc/Makefile:1.5
--- pkgsrc/security/py-joserfc/Makefile:1.4 Wed May 27 03:58:04 2026
+++ pkgsrc/security/py-joserfc/Makefile Mon Aug 24 13:12:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2026/05/27 03:58:04 adam Exp $
+# $NetBSD: Makefile,v 1.5 2026/08/24 13:12:53 adam Exp $
-DISTNAME= joserfc-1.6.8
+DISTNAME= joserfc-1.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/joserfc/}
@@ -11,10 +11,9 @@ COMMENT= Python library for JOSE RFCs, i
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=45.0.1:../../security/py-cryptography
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES+= cryptography
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-joserfc/distinfo
diff -u pkgsrc/security/py-joserfc/distinfo:1.4 pkgsrc/security/py-joserfc/distinfo:1.5
--- pkgsrc/security/py-joserfc/distinfo:1.4 Wed May 27 03:58:04 2026
+++ pkgsrc/security/py-joserfc/distinfo Mon Aug 24 13:12:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/05/27 03:58:04 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/08/24 13:12:53 adam Exp $
-BLAKE2s (joserfc-1.6.8.tar.gz) = 65bfe0ae7782e5dd23052736fef74a10a5f110260ded9e1224ad9b530ad98175
-SHA512 (joserfc-1.6.8.tar.gz) = c9549d4c6ea2226b8beb4b35472e1cb218ebda19e35566e091e9f2719d928cd2de1fe49dacd6fc5080b82fb758b3eb4683d22d56b1fdc086b0cba60c4373e05f
-Size (joserfc-1.6.8.tar.gz) = 232930 bytes
+BLAKE2s (joserfc-1.7.4.tar.gz) = 4a179bf86b31c439cc8782b255beced837f6872c0d5fc6ab366627848b13186d
+SHA512 (joserfc-1.7.4.tar.gz) = 4891966f61fa373566e6fe45f03a85c30ab015439e81dc45aea97d42ddd95c15dde099c063af6a1b2046ffc127d6c0e3b9d0b8907981658aa685776e4b6535d2
+Size (joserfc-1.7.4.tar.gz) = 234027 bytes
Home |
Main Index |
Thread Index |
Old Index