summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:51:08 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:54 -0700
commit0c43121ca4e24ae65e4525ba955e77e7702ecfab (patch)
tree4dc9d4f4388b5b4013dacdca94f02a47ec954dd7 /meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
parentdf5c81a49e3d6e2c98a265134d0954e6b2d22c66 (diff)
downloadmeta-openembedded-0c43121ca4e24ae65e4525ba955e77e7702ecfab.tar.gz
python3-sentry-sdk: upgrade 1.42.0 -> 1.44.0
Changelog: =========== -ref: Define types at runtime -Explicit reexport of types -feat(profiling): Add thread data to spans -Add optional keep_alive -Add support for Celery Redbeat cron tasks -The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. -aws_event can be an empty list -Re-export Event in types.py -Small API docs improvement -Fixed OpenAI tests -Bump checkouts/data-schemas from ed078ed to 8232f17 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.44.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
new file mode 100644
index 0000000000..1b371ef01a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.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 = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a"
7
8RDEPENDS:${PN} += "\
9 python3-urllib3 \
10 python3-core \
11 python3-json \
12 python3-logging \
13 python3-threading \
14 python3-compression \
15 python3-datetime \
16"
17
18SRC_URI[sha256sum] = "f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"
19
20PYPI_PACKAGE = "sentry-sdk"
21
22inherit pypi setuptools3