diff mbox series

[meta-python,4/4] python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4

Message ID 1708503559-1895-4-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python,1/4] python3-google-auth: upgrade 2.27.0 -> 2.28.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 21, 2024, 8:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...ython3-sentry-sdk_1.40.0.bb => python3-sentry-sdk_1.40.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.40.0.bb => python3-sentry-sdk_1.40.4.bb} (85%)
diff mbox series

Patch

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
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
rename to 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} += "\
 	python3-datetime \
 "
 
-SRC_URI[sha256sum] = "34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf"
+SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
 
 PYPI_PACKAGE = "sentry-sdk"