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 <[email protected]> --- .../python/{python3-pyjwt_1.7.1.bb => python3-pyjwt_2.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyjwt_1.7.1.bb => python3-pyjwt_2.0.0.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.0.0.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb rename to meta-python/recipes-devtools/python/python3-pyjwt_2.0.0.bb index d2f7be46c..aa6531ea3 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.0.0.bb @@ -5,8 +5,7 @@ HOMEPAGE = "http://github.com/jpadilla/pyjwt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c" -SRC_URI[md5sum] = "a4712f980c008696e13e09504120b2a0" -SRC_URI[sha256sum] = "8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96" +SRC_URI[sha256sum] = "7a2b271c6dac2fda9e0c33d176c4253faba2c6c6b3a99c7f28a32c3c97522779" PYPI_PACKAGE = "PyJWT" inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88715): https://lists.openembedded.org/g/openembedded-devel/message/88715 Mute This Topic: https://lists.openembedded.org/mt/79630416/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
