Re: [oe] [meta-python][PATCH 2/2] python3-pyjwt: Upgrade 1.7.1 -> 2.0.0

2021-01-14 Thread Trevor Gamblin
On 2021-01-12 1:23 p.m., Leon Anavi wrote: - Drop support for Python 2 and Python 3.0-3.5 - Drop support for PyCrypto and ECDSA - Improve typings - Introduce better experience for JWKs - Support for JWKs containing ECDSA keys - Add support for Ed25519 / EdDSA Signed-off-by: Leon Anavi Acked-b

[oe] [meta-python][PATCH 2/2] python3-pyjwt: Upgrade 1.7.1 -> 2.0.0

2021-01-12 Thread Leon Anavi
Upgrade to release 2.0.0: - Drop support for Python 2 and Python 3.0-3.5 - Drop support for PyCrypto and ECDSA - Improve typings - Introduce better experience for JWKs - Support for JWKs containing ECDSA keys - Add support for Ed25519 / EdDSA Signed-off-by: Leon Anavi --- .../python/{python3-py