From e193737472f155c5c232d453767d5bbdfa9a1fb92b7c5c33895e75e89e95e2fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 18 May 2021 22:21:25 +0000 Subject: [PATCH] - 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 --- PyJWT-2.0.1.tar.gz | 3 --- PyJWT-2.1.0.tar.gz | 3 +++ python-PyJWT.changes | 16 ++++++++++++++++ python-PyJWT.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 PyJWT-2.0.1.tar.gz create mode 100644 PyJWT-2.1.0.tar.gz diff --git a/PyJWT-2.0.1.tar.gz b/PyJWT-2.0.1.tar.gz deleted file mode 100644 index c7a50b2..0000000 --- a/PyJWT-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5c70a06e1f33d81ef25eecd50d50bd30e34de1ca8b2b9fa3fe0daaabcf69bf7 -size 57496 diff --git a/PyJWT-2.1.0.tar.gz b/PyJWT-2.1.0.tar.gz new file mode 100644 index 0000000..a399d84 --- /dev/null +++ b/PyJWT-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130 +size 60092 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index d9ea436..7a5189b 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue May 18 22:19:50 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-PyJWT.spec b/python-PyJWT.spec index ca3c0b5..b01e76e 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -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