forked from pool/python-PyJWT
- update to 2.1.0:
- Allow claims validation without making JWT signature validation mandatory. ` - Remove padding from JWK test data. ` - Make `kty` mandatory in JWK to be compliant with RFC7517. ` - Allow JWK without `alg` to be compliant with RFC7517. ` - Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm. ` - Add caching by default to PyJWKClient ` - Add missing exceptions.InvalidKeyError to jwt module __init__ imports ` - Add support for ES256K algorithm ` - Add `from_jwk()` to Ed25519Algorithm ` - Add `to_jwk()` to Ed25519Algorithm ` - Export `PyJWK` and `PyJWKSet` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=49
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5c70a06e1f33d81ef25eecd50d50bd30e34de1ca8b2b9fa3fe0daaabcf69bf7
|
||||
size 57496
|
3
PyJWT-2.1.0.tar.gz
Normal file
3
PyJWT-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130
|
||||
size 60092
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 22:19:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.0:
|
||||
- Allow claims validation without making JWT signature validation mandatory. `
|
||||
- Remove padding from JWK test data. `
|
||||
- Make `kty` mandatory in JWK to be compliant with RFC7517. `
|
||||
- Allow JWK without `alg` to be compliant with RFC7517. `
|
||||
- Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm. `
|
||||
- Add caching by default to PyJWKClient `
|
||||
- Add missing exceptions.InvalidKeyError to jwt module __init__ imports `
|
||||
- Add support for ES256K algorithm `
|
||||
- Add `from_jwk()` to Ed25519Algorithm `
|
||||
- Add `to_jwk()` to Ed25519Algorithm `
|
||||
- Export `PyJWK` and `PyJWKSet`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 20:52:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-PyJWT
|
||||
Version: 2.0.1
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: JSON Web Token implementation in Python
|
||||
License: MIT
|
||||
@@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-cryptography >= 3.3.1
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user