diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:43 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:52 -0700 |
| commit | 0a60a9b758eedcf803b426a3f9327a20a5a7db53 (patch) | |
| tree | 15efbc48827af46504f8f3e758c11c6340dc0c5e /meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb | |
| parent | 16372bd67961e2e3eb330ad17c74d71cc8e3bd4d (diff) | |
| download | meta-openembedded-0a60a9b758eedcf803b426a3f9327a20a5a7db53.tar.gz | |
python3-pyjwt: upgrade 2.12.1 -> 2.13.0
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-pyjwt_2.13.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb new file mode 100644 index 0000000000..140d3bf3e4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "JSON Web Token implementation in Python" | ||
| 2 | DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\ | ||
| 3 | Original implementation was written by https://github.com/progrium" | ||
| 4 | HOMEPAGE = "https://github.com/jpadilla/pyjwt" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pyjwt" | ||
| 11 | CVE_PRODUCT = "pyjwt" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "\ | ||
| 16 | python3-cryptography \ | ||
| 17 | python3-json \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
| 21 | |||
