diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-21 16:19:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-21 19:59:52 -0800 |
| commit | e2792568a08e802187ca9875f54695f3395c0181 (patch) | |
| tree | ae46bef556e379c5f4ff2d3d01288f81e478fb81 /meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb | |
| parent | 2fc60ff008e25bb52007bc04ac1a362bfec41d80 (diff) | |
| download | meta-openembedded-e2792568a08e802187ca9875f54695f3395c0181.tar.gz | |
python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4
Changelog:
==========
-Only start metrics flusher thread on demand
-Bump checkouts/data-schemas from aa7058c to 6121fd3
-Turn off metrics for uWSGI
-Minor improvements
-test: Fix pytest error (#2712)
-build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129
-Fix uWSGI workers hanging
-Make metrics work with gevent
-Guard against engine.url being None
-Fix performance regression in sentry_sdk.utils._generate_installed_modules
-Guard against Sentry initialization mid SQLAlchemy cursor
-Fix yaml generation script
-Fix AWS Lambda workflow
-Bump codecov/codecov-action from 3 to 4
-Bump actions/cache from 3 to 4
-Bump actions/checkout from 3.1.0 to 4.1.1
-Bump github/codeql-action from 2 to 3
-Bump actions/setup-python from 4 to 5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb new file mode 100644 index 0000000000..f3f2a5d201 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "The new Python SDK for Sentry.io" | ||
| 2 | DESCRIPTION = "This is the next line of the Python SDK \ | ||
| 3 | for Sentry, intended to replace the raven package on PyPI." | ||
| 4 | HOMEPAGE = "https://github.com/getsentry/sentry-python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "\ | ||
| 9 | python3-urllib3 \ | ||
| 10 | python3-core \ | ||
| 11 | python3-json \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-threading \ | ||
| 14 | python3-compression \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456" | ||
| 19 | |||
| 20 | PYPI_PACKAGE = "sentry-sdk" | ||
| 21 | |||
| 22 | inherit pypi setuptools3 | ||
