diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 19:38:58 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-20 21:18:34 -0700 |
| commit | 9255649ec18a1ca08820fb847f3d84e022cab5e6 (patch) | |
| tree | ace4af4348322894b757372600d7805f56475636 /meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb | |
| parent | 4844eade22fe475daf81179356db207067094861 (diff) | |
| download | meta-openembedded-9255649ec18a1ca08820fb847f3d84e022cab5e6.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Extended JWT integration with Flask" | ||
| 2 | HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "flask_jwt_extended" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "78fd0f460317facf3a0084a6457ffaf2f1dda9eefbd576f94cea35b0eadd5531" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-werkzeug \ | ||
| 15 | python3-flask \ | ||
| 16 | python3-pyjwt \ | ||
| 17 | " | ||
