meta-openembedded/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb
zhengrq.fnst@fujitsu.com d172315654 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 <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00

23 lines
653 B
BlitzBasic

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