diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-10 01:41:39 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-10 01:41:39 +0800 |
commit | 53a685aecc6cb3329031dcb6c7aef684ee09ca7a (patch) | |
tree | dfc2cb0dcc7d8cfc780dc0928a3ad4e196aa4c90 /security/py-python-jose/files | |
parent | security/py-cryptojwt: Add py-cryptojwt 1.9.4 (diff) |
security/py-python-jose: Add py-python-jose 3.4.0
python-jose provides a JOSE implementation in Python.
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web
Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web
Algorithms (JWA) - collectively can be used to encrypt and/or sign content using
a variety of algorithms. While the full set of permutations is extremely large,
and might be daunting to some, it is expected that most applications will only
use a small set of algorithms to meet their needs.
Diffstat (limited to 'security/py-python-jose/files')
-rw-r--r-- | security/py-python-jose/files/patch-setup.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-python-jose/files/patch-setup.cfg b/security/py-python-jose/files/patch-setup.cfg new file mode 100644 index 000000000000..eb428f8b29ad --- /dev/null +++ b/security/py-python-jose/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2025-02-14 18:05:26 UTC ++++ setup.cfg +@@ -34,7 +34,7 @@ install_requires = + install_requires = + ecdsa != 0.15 + rsa >=4.0, <5.0, !=4.4, !=4.1.1 +- pyasn1 >=0.4.1, <0.5.0 ++ pyasn1 >=0.4.1 + + [options.extras_require] + test = |