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.0.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb deleted file mode 100644 index 19095b30db..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.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=03dc788d9a9486be5e6a1d99c2c1ce3a" - -RDEPENDS:${PN} += "\ - python3-urllib3 \ - python3-core \ - python3-json \ - python3-logging \ - python3-threading \ - python3-compression \ - python3-datetime \ -" - -SRC_URI[sha256sum] = "34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf" - -PYPI_PACKAGE = "sentry-sdk" - -inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf