diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-25 14:57:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:57:47 -0700 |
| commit | 413c42d14fea32bcd15e4d94b867ad28d3955ed1 (patch) | |
| tree | 6497789b6ab1f779e75b0e3c1e8e51e506e57503 /meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb | |
| parent | a0e0f204651ee30b2ec804c93c0a6047b426db92 (diff) | |
| download | meta-openembedded-413c42d14fea32bcd15e4d94b867ad28d3955ed1.tar.gz | |
python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0
Changelog:
==========
New: Celery Beat exclude tasks option
New: Add support for ExceptionGroups
Prefer importlib.metadata over pkg_resources if available
Work with a copy of request, vars in the event
Pinned version of dependency that broke the build
Disable Django Cache spans by default.
New: Add loguru integration
Do not truncate request body if request_bodies is "always"
Fixed Celery headers for Beat auto-instrumentation
Add db.operation to Redis and MongoDB spans
Make sure we're importing redis the library
Add include_source_context option
Import Markup from markupsafe
Fix __qualname__ missing attribute in asyncio integration
Remove relay extension from AWS Layer
Add a note about pip freeze to the bug template
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.24.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb new file mode 100644 index 0000000000..9e4b87da99 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.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=7fcb29c83dd48cb7b112d0dd81111a89" | ||
| 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] = "0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3" | ||
| 19 | |||
| 20 | PYPI_PACKAGE = "sentry-sdk" | ||
| 21 | |||
| 22 | inherit pypi setuptools3 | ||
