From 9255649ec18a1ca08820fb847f3d84e022cab5e6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 May 2026 19:38:58 +0800 Subject: python3-flask-jwt-extended: upgrade 4.7.3 -> 4.7.4 Changelog: setup.py: bump PyJWT floor to >=2.11.0 to match the actual runtime requirement Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-flask-jwt-extended_4.7.3.bb | 17 ----------------- .../python/python3-flask-jwt-extended_4.7.4.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.3.bb b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.3.bb deleted file mode 100644 index 31d54504d3..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Extended JWT integration with Flask" -HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "flask_jwt_extended" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -SRC_URI[sha256sum] = "a8318a3d983d1f360724b901889f1947ffee418e2a3950b48e99c70923b6615e" - -RDEPENDS:${PN} += "\ - python3-werkzeug \ - python3-flask \ - python3-pyjwt \ - " diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb new file mode 100644 index 0000000000..de6231ac31 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb @@ -0,0 +1,17 @@ +SUMMARY = "Extended JWT integration with Flask" +HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "flask_jwt_extended" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "78fd0f460317facf3a0084a6457ffaf2f1dda9eefbd576f94cea35b0eadd5531" + +RDEPENDS:${PN} += "\ + python3-werkzeug \ + python3-flask \ + python3-pyjwt \ + " -- cgit v1.2.3-54-g00ecf