diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-27 14:46:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
| commit | fa4e825054e9457190135eb884b4cce60fa8fdca (patch) | |
| tree | d1c1c839d2effdde365072aeb970e0953e634aaa /meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb | |
| parent | 2360fc7fd0524b97b05eb7d1ac7d0288d61b52f3 (diff) | |
| download | meta-openembedded-fa4e825054e9457190135eb884b4cce60fa8fdca.tar.gz | |
python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1
Changelog:
Fix link errors to OTel spans (#1787)
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-sentry-sdk_1.12.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb new file mode 100644 index 0000000000..00b14ed1aa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.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 = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "\ | ||
| 9 | ${PYTHON_PN}-urllib3 \ | ||
| 10 | ${PYTHON_PN}-core \ | ||
| 11 | ${PYTHON_PN}-json \ | ||
| 12 | ${PYTHON_PN}-logging \ | ||
| 13 | ${PYTHON_PN}-threading \ | ||
| 14 | ${PYTHON_PN}-compression \ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c" | ||
| 19 | |||
| 20 | PYPI_PACKAGE = "sentry-sdk" | ||
| 21 | |||
| 22 | inherit pypi setuptools3 | ||
