diff mbox series

[meta-python,18/26] python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4

Message ID 1708419281-26047-18-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Headers show
Series [meta-networking,01/26] unbound: upgrade 1.19.0 -> 1.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 20, 2024, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...ython3-sentry-sdk_1.40.0.bb => python3-sentry-sdk_1.40.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.40.0.bb => python3-sentry-sdk_1.40.4.bb} (86%)

Comments

Khem Raj Feb. 20, 2024, 4:44 p.m. UTC | #1
please rebase this patch on current master-next branch and resend.

On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 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>
> ---
>  ...ython3-sentry-sdk_1.40.0.bb => python3-sentry-sdk_1.40.4.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.40.0.bb => python3-sentry-sdk_1.40.4.bb} (86%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
> rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
> index ec59c712b..cc27b6fd6 100644
> --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
> @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
>         ${PYTHON_PN}-datetime \
>  "
>
> -SRC_URI[sha256sum] = "34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf"
> +SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
>
>  PYPI_PACKAGE = "sentry-sdk"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108936): https://lists.openembedded.org/g/openembedded-devel/message/108936
> Mute This Topic: https://lists.openembedded.org/mt/104464225/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
index ec59c712b..cc27b6fd6 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.4.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf"
+SRC_URI[sha256sum] = "657abae98b0050a0316f0873d7149f951574ae6212f71d2e3a1c4c88f62d6456"
 
 PYPI_PACKAGE = "sentry-sdk"