diff --git a/jwcrypto-0.5.0.tar.gz b/jwcrypto-0.5.0.tar.gz deleted file mode 100644 index 082047f..0000000 --- a/jwcrypto-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3158ea0ccb70407ec441e76d67aeb827ff85adb142291c1d184f8b8bd4dbdb93 -size 67689 diff --git a/jwcrypto-0.6.0.tar.gz b/jwcrypto-0.6.0.tar.gz new file mode 100644 index 0000000..e755171 --- /dev/null +++ b/jwcrypto-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87ac0922d09d9a65011f76d99849f1fbad3d95439c7452cebf4ab0871c2b665 +size 69208 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index dcf047c..80ebd66 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 22 18:45:19 UTC 2019 - Michael Ströder + +- update to upstream release 0.6.0 + * Use python-cryptography's AES key wrapping + * Add tests for key wrapping where CEK < KEK + * Fix ECDH-ES key exchange for CEK greater than KEK + * Add support for RFC7797 + * Fix JWK.from_json + ------------------------------------------------------------------- Tue Dec 4 12:49:42 UTC 2018 - Matej Cepl diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 1032895..237473c 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.5.0 +Version: 0.6.0 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only