From 706f947ffb61b9baec5d0d7ad29907ba6c599f80174fed3bc9c5b3ff3b307d08 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 5 Nov 2021 09:00:16 +0000 Subject: [PATCH] Accepting request 928968 from home:glaubitz:branches:devel:languages:python - Update to 2.3.0 * Revert "Remove arbitrary kwargs." (#701) * Add exception chaining (#702) - from version 2.2.0 * Remove arbitrary kwargs. (#657) * Use timezone package as Python 3.5+ is required. (#694) * Assume JWK without the "use" claim is valid for signing as per RFC7517 (#668) * Prefer `headers["alg"]` to `algorithm` in `jwt.encode()`. (#673) * Fix aud validation to support {'aud': null} case. (#670) * Make `typ` optional in JWT to be compliant with RFC7519. (#644) * Remove upper bound on cryptography version. (#693) * Add support for Ed448/EdDSA. (#675) OBS-URL: https://build.opensuse.org/request/show/928968 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=51 --- PyJWT-2.1.0.tar.gz | 3 --- PyJWT-2.3.0.tar.gz | 3 +++ python-PyJWT.changes | 17 +++++++++++++++++ python-PyJWT.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 PyJWT-2.1.0.tar.gz create mode 100644 PyJWT-2.3.0.tar.gz diff --git a/PyJWT-2.1.0.tar.gz b/PyJWT-2.1.0.tar.gz deleted file mode 100644 index a399d84..0000000 --- a/PyJWT-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130 -size 60092 diff --git a/PyJWT-2.3.0.tar.gz b/PyJWT-2.3.0.tar.gz new file mode 100644 index 0000000..aa14062 --- /dev/null +++ b/PyJWT-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41 +size 62279 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 7a5189b..2165568 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Nov 3 08:57:35 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 2.3.0 + * Revert "Remove arbitrary kwargs." (#701) + * Add exception chaining (#702) +- from version 2.2.0 + * Remove arbitrary kwargs. (#657) + * Use timezone package as Python 3.5+ is required. (#694) + * Assume JWK without the "use" claim is valid for signing + as per RFC7517 (#668) + * Prefer `headers["alg"]` to `algorithm` in `jwt.encode()`. (#673) + * Fix aud validation to support {'aud': null} case. (#670) + * Make `typ` optional in JWT to be compliant with RFC7519. (#644) + * Remove upper bound on cryptography version. (#693) + * Add support for Ed448/EdDSA. (#675) + ------------------------------------------------------------------- Tue May 18 22:19:50 UTC 2021 - Dirk Müller diff --git a/python-PyJWT.spec b/python-PyJWT.spec index b01e76e..73f6b6c 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.1.0 +Version: 2.3.0 Release: 0 Summary: JSON Web Token implementation in Python License: MIT