Date
1 - 1 of 1
[meta-python] [PATCH] python3-sentry-sdk: upgrade 1.9.10 -> 1.11.1
zhengruoqin
Changelog:
============== Move set_transaction_name out of event processor in fastapi/starlette (#1751) Expose proxy_headers as top level config and use in ProxyManager: https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers (#1746) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...> --- ...ython3-sentry-sdk_1.9.10.bb => python3-sentry-sdk_1.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.9.10.bb => python3-sentry-sdk_1.11.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb index c09a01b2a..5b2cc4851 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ " -SRC_URI[sha256sum] = "4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff" +SRC_URI[sha256sum] = "675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9" PYPI_PACKAGE = "sentry-sdk" -- 2.25.1 |
|