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