summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-27 14:46:24 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-27 16:03:06 -0800
commitfa4e825054e9457190135eb884b4cce60fa8fdca (patch)
treed1c1c839d2effdde365072aeb970e0953e634aaa /meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb
parent2360fc7fd0524b97b05eb7d1ac7d0288d61b52f3 (diff)
downloadmeta-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.bb22
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 @@
1SUMMARY = "The new Python SDK for Sentry.io"
2DESCRIPTION = "This is the next line of the Python SDK \
3for Sentry, intended to replace the raven package on PyPI."
4HOMEPAGE = "https://github.com/getsentry/sentry-python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
7
8RDEPENDS:${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
18SRC_URI[sha256sum] = "5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"
19
20PYPI_PACKAGE = "sentry-sdk"
21
22inherit pypi setuptools3