From 413c42d14fea32bcd15e4d94b867ad28d3955ed1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:57:56 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-sentry-sdk_1.22.2.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb deleted file mode 100644 index 359090caee..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "The new Python SDK for Sentry.io" -DESCRIPTION = "This is the next line of the Python SDK \ -for Sentry, intended to replace the raven package on PyPI." -HOMEPAGE = "https://github.com/getsentry/sentry-python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb29c83dd48cb7b112d0dd81111a89" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-urllib3 \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-compression \ - ${PYTHON_PN}-datetime \ -" - -SRC_URI[sha256sum] = "5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840" - -PYPI_PACKAGE = "sentry-sdk" - -inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf