From 09e784889f17d46a0b5dca59855bb75ffe449eae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 12 Feb 2023 17:07:17 +0800 Subject: python3-sentry-sdk: upgrade 1.13.0 -> 1.15.0 Various fixes & improvements ============================= New: Add Huey Integration Profiling: Do not send single sample profiles (#1879) Profiling: Add additional test coverage for profiler (#1877) Profiling: Always use builtin time.sleep (#1869) Profiling: Defaul in_app decision to None (#1855) Profiling: Remove use of threading.Event (#1864) Profiling: Enable profiling on all transactions (#1797) FastAPI: Fix check for Starlette in FastAPI integration (#1868) Flask: Do not overwrite default for username with email address in FlaskIntegration (#1873) Tests: Add py3.11 to test-common (#1871) Fix: Don't log whole event in before_send / event_processor drops (#1863) Add before_send_transaction (#1840) Django: Always remove values of Django session related cookies. (#1842) Profiling: Enable profiling for ASGI frameworks (#1824) Profiling: Better gevent support (#1822) Profiling: Use co_qualname in python 3.11 (#1831) OpenTelemetry: fix Use dict for sentry-trace context instead of tuple (#1847) OpenTelemetry: fix extra dependency (#1825) OpenTelemetry: fix NoOpSpan updates scope (#1834) OpenTelemetry: Make sure to noop when there is no DSN (#1852) FastAPI: Fix middleware being patched multiple times (#1841) Starlette: Avoid import of pkg_resource with Starlette integration (#1836) Removed code coverage target (#1862) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-sentry-sdk_1.13.0.bb | 22 ---------------------- .../python/python3-sentry-sdk_1.15.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.13.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.13.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.13.0.bb deleted file mode 100644 index 001ff6082c..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.13.0.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] = "72da0766c3069a3941eadbdfa0996f83f5a33e55902a19ba399557cfee1dddcc" - -PYPI_PACKAGE = "sentry-sdk" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.0.bb new file mode 100644 index 0000000000..b3ce17451c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.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 = "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] = "69ecbb2e1ff4db02a06c4f20f6f69cb5dfe3ebfbc06d023e40d77cf78e9c37e7" + +PYPI_PACKAGE = "sentry-sdk" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf