From 342d189e132c98817dfbefd6f8d54b24c70534a1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:24:31 +0800 Subject: python3-sentry-sdk: upgrade 1.20.0 -> 1.22.1 Changelog: =========== Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082) Add cache.hit and cache.item_size to Django (#2057) Use http.method instead of method (#2054) Handle non-int exc.status_code in Starlette (#2075) Handle SQLAlchemy engine.name being bytes (#2074) Fix KeyError in capture_checkin if SDK is not initialized (#2073) Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080) Pin urllib3 to <2.0.0 for now (#2069) Do not send monitor_config when unset (#2058) Add db.system span data (#2040, #2042) Fix memory leak in profiling (#2049) Fix crash loop when returning none in before_send (#2045) Better handling of redis span/breadcrumb data (#2033) Add db.system to redis and SQLAlchemy db spans (#2037, #2038, #2039) (#2037) Upgraded linting tooling (#2026) Made code more resilient. (#2031) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-sentry-sdk_1.22.1.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb new file mode 100644 index 0000000000..ef4d629a87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb @@ -0,0 +1,22 @@ +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] = "052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9" + +PYPI_PACKAGE = "sentry-sdk" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf