summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-21 16:19:19 +0800
committerKhem Raj <raj.khem@gmail.com>2024-02-21 19:59:52 -0800
commite2792568a08e802187ca9875f54695f3395c0181 (patch)
treeae46bef556e379c5f4ff2d3d01288f81e478fb81
parent2fc60ff008e25bb52007bc04ac1a362bfec41d80 (diff)
downloadmeta-openembedded-e2792568a08e802187ca9875f54695f3395c0181.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb)2
1 files changed, 1 insertions, 1 deletions
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.4.bb
index 19095b30d..f3f2a5d20 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
15 python3-datetime \ 15 python3-datetime \
16" 16"
17 17
18SRC_URI[sha256sum] = "34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf" 18SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
19 19
20PYPI_PACKAGE = "sentry-sdk" 20PYPI_PACKAGE = "sentry-sdk"
21 21