Upgrade to release 4.7.1: - Add controls for verify_sub option in PyJWT
>From release 4.7.0: - Drop support for python 3.7 and 3.8, add 3.13 - Fix documentation around identity needing to be a string Signed-off-by: Leon Anavi <[email protected]> --- ...-extended_4.6.0.bb => python3-flask-jwt-extended_4.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-jwt-extended_4.6.0.bb => python3-flask-jwt-extended_4.7.1.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb rename to meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb index e188f2b09c..b36ea81d97 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb @@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac" inherit pypi setuptools3 -PYPI_PACKAGE = "Flask-JWT-Extended" +PYPI_PACKAGE = "flask_jwt_extended" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "9215d05a9413d3855764bcd67035e75819d23af2fafb6b55197eb5a3313fdfb2" +SRC_URI[sha256sum] = "8085d6757505b6f3291a2638c84d207e8f0ad0de662d1f46aa2f77e658a0c976" RDEPENDS:${PN} += "\ python3-werkzeug \ -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124581): https://lists.openembedded.org/g/openembedded-devel/message/124581 Mute This Topic: https://lists.openembedded.org/mt/117974122/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
