From d172315654143bd097713b68b18c81972a9e0876 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst@fujitsu.com" Date: Wed, 30 Nov 2022 12:31:22 +0800 Subject: python3-sentry-sdk: upgrade 1.9.10 -> 1.11.1 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 Signed-off-by: Khem Raj --- .../python/python3-sentry-sdk_1.11.1.bb | 22 ++++++++++++++++++++++ .../python/python3-sentry-sdk_1.9.10.bb | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb new file mode 100644 index 0000000000..5b2cc4851e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb @@ -0,0 +1,22 @@ +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 = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-urllib3 \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-datetime \ +" + +SRC_URI[sha256sum] = "675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9" + +PYPI_PACKAGE = "sentry-sdk" + +inherit pypi setuptools3 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.9.10.bb deleted file mode 100644 index c09a01b2ae..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.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 = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-urllib3 \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-compression \ - ${PYTHON_PN}-datetime \ -" - -SRC_URI[sha256sum] = "4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff" - -PYPI_PACKAGE = "sentry-sdk" - -inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf