From e2792568a08e802187ca9875f54695f3395c0181 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Feb 2024 16:19:19 +0800 Subject: python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4 Changelog: ========== -Only start metrics flusher thread on demand -Bump checkouts/data-schemas from aa7058c to 6121fd3 -Turn off metrics for uWSGI -Minor improvements -test: Fix pytest error (#2712) -build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129 -Fix uWSGI workers hanging -Make metrics work with gevent -Guard against engine.url being None -Fix performance regression in sentry_sdk.utils._generate_installed_modules -Guard against Sentry initialization mid SQLAlchemy cursor -Fix yaml generation script -Fix AWS Lambda workflow -Bump codecov/codecov-action from 3 to 4 -Bump actions/cache from 3 to 4 -Bump actions/checkout from 3.1.0 to 4.1.1 -Bump github/codeql-action from 2 to 3 -Bump actions/setup-python from 4 to 5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-sentry-sdk_1.40.4.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb new file mode 100644 index 0000000000..f3f2a5d201 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.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=03dc788d9a9486be5e6a1d99c2c1ce3a" + +RDEPENDS:${PN} += "\ + python3-urllib3 \ + python3-core \ + python3-json \ + python3-logging \ + python3-threading \ + python3-compression \ + python3-datetime \ +" + +SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456" + +PYPI_PACKAGE = "sentry-sdk" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf