From 495557be284ae96e11acdde9aef2e8ce52f0ce0c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Apr 2023 11:30:10 +0800 Subject: python3-sentry-sdk: upgrade 1.19.1 -> 1.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: ========== Send all events to /envelope endpoint when tracing is enabled Note: If you’re self-hosting Sentry 9, you need to stay in the previous version of the SDK or update your self-hosted to at least 20.6.0 Profiling: Remove profile context from SDK Profiling: Additionl performance improvements to the profiler Fix: Celery Beat monitoring without restarting the Beat process Fix: Using the Codecov uploader instead of deprecated python package Fix: Support for Quart Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-sentry-sdk_1.19.1.bb | 22 ---------------------- .../python/python3-sentry-sdk_1.20.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb deleted file mode 100644 index 0eb29c71bd..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.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 = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb29c83dd48cb7b112d0dd81111a89" - -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] = "7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84" - -PYPI_PACKAGE = "sentry-sdk" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb new file mode 100644 index 0000000000..174545dd2e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.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 = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb29c83dd48cb7b112d0dd81111a89" + +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] = "a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89" + +PYPI_PACKAGE = "sentry-sdk" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf