diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:41:54 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | 5cc94933de41a05619b406d2d047e78db71442cb (patch) | |
tree | 3bcfcbdc55e767616077510586b9808e01d1ed5a | |
parent | f2f61f7e7e37480ee84d3d90f6f4cc02fa811b98 (diff) | |
download | meta-openembedded-5cc94933de41a05619b406d2d047e78db71442cb.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>
(cherry picked from commit 88594a4721f0b22fe84df5993667561ecc069a8c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.3.bb (renamed from meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 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.3.bb index f55d771745..d5438f11a8 100644 --- 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.3.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-JWT-Extended" | 8 | PYPI_PACKAGE = "Flask-JWT-Extended" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "ba56245ba43b71c8ae936784b867625dce8b9956faeedec2953222e57942fb0b" | 10 | SRC_URI[sha256sum] = "061ef3d25ed5743babe4964ab38f36d870e6d2fd8a126bab5d77ddef8a01932b" |
11 | 11 | ||
12 | RDEPENDS:${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | python3-werkzeug \ | 13 | python3-werkzeug \ |