diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:41:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 08:05:02 -0700 |
| commit | 88594a4721f0b22fe84df5993667561ecc069a8c (patch) | |
| tree | 787754e54140853cd3d75b1e27fbce06d0268dbb /meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb | |
| parent | d7fcf7dd57fbeb67695b6a0a661da98a0fedae46 (diff) | |
| download | meta-openembedded-88594a4721f0b22fe84df5993667561ecc069a8c.tar.gz | |
python3-flask-jwt-extended: upgrade 4.5.2 -> 4.5.3
Changelog:
============
-Replace "defining" with "define"
-Fix documentation syntax error
-remove duplicate comments
-Support python 3.12 and add support for flask 3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb deleted file mode 100644 index f55d771745..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 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 | |||
| 10 | SRC_URI[sha256sum] = "ba56245ba43b71c8ae936784b867625dce8b9956faeedec2953222e57942fb0b" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-werkzeug \ | ||
| 14 | python3-flask \ | ||
| 15 | python3-pyjwt \ | ||
| 16 | " | ||
