diff mbox series

[meta-python,24/26] python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6

Message ID 1709714608-19296-24-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/26] abseil-cpp: upgrade 20230802.1 -> 20240116.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 6, 2024, 8:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Fix compatibility with greenlet/gevent
-Fix query source relative filepath
-Support clickhouse-driver==0.2.7
-Bump checkouts/data-schemas from 6121fd3 to eb941c2
-Deprecate last_event_id().
-Warn if uWSGI is set up without proper thread support
-uWSGI has to be run in threaded mode for the SDK to run properly. If this is
 not the case, the consequences could range from features not working
 unexpectedly to uWSGI workers crashing.
 Please make sure to run uWSGI with both --enable-threads and --py-call-uwsgi-fork-hooks.
-parsed_url can be None
-Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-sentry-sdk_1.40.4.bb => python3-sentry-sdk_1.40.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.40.4.bb => python3-sentry-sdk_1.40.6.bb} (85%)
diff mbox series

Patch

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.6.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb
index f3f2a5d20..a348f337c 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	python3-datetime \
 "
 
-SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
+SRC_URI[sha256sum] = "f143f3fb4bb57c90abef6e2ad06b5f6f02b2ca13e4060ec5c0549c7a9ccce3fa"
 
 PYPI_PACKAGE = "sentry-sdk"