From a67a03d658550de25979ef007fc8f7eec60d044714728a02ee3874d91948fad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Mar 2020 08:51:13 +0000 Subject: [PATCH] Accepting request 789672 from home:stroeder:branches:devel:languages:python - update to upstream release 0.7.0 * Allow to use JWKSet on a JWT with no KID * Fixed JWE jose_header * Added JWE/JWS custom registry header implementation * RFC 8037 - Support for Ed25519, Ed448 * Stricter OKP key generation parms check * Add X25519/X448 support * Simplify internal code curve selection * Fix encoding length of EC keys Coordinates * Add the ability to verify 'none' signatures * Import ABC from collections.abc instead of collections for Python 3.9 compatibility OBS-URL: https://build.opensuse.org/request/show/789672 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=17 --- jwcrypto-0.6.0.tar.gz | 3 --- jwcrypto-0.7.tar.gz | 3 +++ python-jwcrypto.changes | 15 +++++++++++++++ python-jwcrypto.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 jwcrypto-0.6.0.tar.gz create mode 100644 jwcrypto-0.7.tar.gz diff --git a/jwcrypto-0.6.0.tar.gz b/jwcrypto-0.6.0.tar.gz deleted file mode 100644 index e755171..0000000 --- a/jwcrypto-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87ac0922d09d9a65011f76d99849f1fbad3d95439c7452cebf4ab0871c2b665 -size 69208 diff --git a/jwcrypto-0.7.tar.gz b/jwcrypto-0.7.tar.gz new file mode 100644 index 0000000..574157e --- /dev/null +++ b/jwcrypto-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbe1f6266cde35d40d5de6d1419612b3bd4c869b9332c88c9d7a9163d305100 +size 72291 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index 80ebd66..d8facae 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 30 08:15:59 UTC 2020 - Michael Ströder + +- update to upstream release 0.7.0 + * Allow to use JWKSet on a JWT with no KID + * Fixed JWE jose_header + * Added JWE/JWS custom registry header implementation + * RFC 8037 - Support for Ed25519, Ed448 + * Stricter OKP key generation parms check + * Add X25519/X448 support + * Simplify internal code curve selection + * Fix encoding length of EC keys Coordinates + * Add the ability to verify 'none' signatures + * Import ABC from collections.abc instead of collections for Python 3.9 compatibility + ------------------------------------------------------------------- Fri Mar 22 18:45:19 UTC 2019 - Michael Ströder diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 237473c..150e5e3 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jwcrypto -Version: 0.6.0 +Version: 0.7 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only