diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-09 18:32:14 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:57 -0700 |
| commit | 882dc303c97801b9d04dcab585b1a0b763c915a9 (patch) | |
| tree | 413fe95432909bf9b8bbf0517b52635d49a35c31 /meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb | |
| parent | 1813d9138ccc93e5e9edf1d2b23f58586bf62f1f (diff) | |
| download | meta-openembedded-882dc303c97801b9d04dcab585b1a0b763c915a9.tar.gz | |
python3-sentry-sdk: upgrade 2.56.0 -> 2.57.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-sentry-sdk_2.57.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb new file mode 100644 index 0000000000..94fc007b84 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "The new Python SDK for Sentry.io" | ||
| 2 | DESCRIPTION = "This is the next line of the Python SDK \ | ||
| 3 | for Sentry, intended to replace the raven package on PyPI." | ||
| 4 | HOMEPAGE = "https://github.com/getsentry/sentry-python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "\ | ||
| 9 | python3-urllib3 \ | ||
| 10 | python3-core \ | ||
| 11 | python3-json \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-threading \ | ||
| 14 | python3-compression \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "4be8d1e71c32fb27f79c577a337ac8912137bba4bcbc64a4ec1da4d6d8dc5199" | ||
| 19 | |||
| 20 | PYPI_PACKAGE = "sentry_sdk" | ||
| 21 | |||
| 22 | inherit pypi setuptools3 | ||
