From 7b1da306b35e6e4a6e4bdad85a27fca9e82b87d90ed105379ef3243889ae73f2 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 22 Nov 2023 08:20:19 +0000 Subject: [PATCH] Accepting request 1128031 from home:ecsos:python - Update to 1.36.0 - Django: Support Django 5.0 (#2490) - Django: Handling ASGI body in the right way. (#2513) - Flask: Test with Flask 3.0 (#2506) - Celery: Do not create a span when task is triggered by Celery Beat (#2510) - Redis: Ensure RedisIntegration is disabled, unless redis is installed (#2504) - Quart: Fix Quart integration for Quart 0.19.4 (#2516) - gRPC: Make async gRPC less noisy (#2507) - Update to 1.35.0 - Updated gRPC integration: Asyncio interceptors and easier setup (#2369) - Python 3.12: Replace deprecated datetime functions (#2502) - Metrics: Unify datetime format (#2409) - Celery: Set correct data in check_ins (#2500) - Celery: Read timezone for Crons monitors from celery_schedule if existing (#2497) - Django: Removing redundant code in Django tests (#2491) - Django: Make reading the request body work in Django ASGI apps. (#2495) - FastAPI: Use wraps on fastapi request call wrapper (#2476) - Fix: Probe for psycopg2 and psycopg3 parameters function. (#2492) - Fix: Remove unnecessary TYPE_CHECKING alias (#2467) OBS-URL: https://build.opensuse.org/request/show/1128031 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=58 --- python-sentry-sdk.changes | 23 +++++++++++++++++++++++ python-sentry-sdk.spec | 2 +- sentry-python-1.34.0.tar.gz | 3 --- sentry-python-1.36.0.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 sentry-python-1.34.0.tar.gz create mode 100644 sentry-python-1.36.0.tar.gz diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 374d44c..1b3720c 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Nov 21 19:14:03 UTC 2023 - ecsos + +- Update to 1.36.0 + - Django: Support Django 5.0 (#2490) + - Django: Handling ASGI body in the right way. (#2513) + - Flask: Test with Flask 3.0 (#2506) + - Celery: Do not create a span when task is triggered by Celery Beat (#2510) + - Redis: Ensure RedisIntegration is disabled, unless redis is installed (#2504) + - Quart: Fix Quart integration for Quart 0.19.4 (#2516) + - gRPC: Make async gRPC less noisy (#2507) +- Update to 1.35.0 + - Updated gRPC integration: Asyncio interceptors and easier setup (#2369) + - Python 3.12: Replace deprecated datetime functions (#2502) + - Metrics: Unify datetime format (#2409) + - Celery: Set correct data in check_ins (#2500) + - Celery: Read timezone for Crons monitors from celery_schedule if existing (#2497) + - Django: Removing redundant code in Django tests (#2491) + - Django: Make reading the request body work in Django ASGI apps. (#2495) + - FastAPI: Use wraps on fastapi request call wrapper (#2476) + - Fix: Probe for psycopg2 and psycopg3 parameters function. (#2492) + - Fix: Remove unnecessary TYPE_CHECKING alias (#2467) + ------------------------------------------------------------------- Thu Nov 2 15:49:52 UTC 2023 - ecsos diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 4052ecc..645bb33 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -19,7 +19,7 @@ # nothing provides python2-venusian >= 1.0 needed by python2-pyramid %{?sle15_python_module_pythons} Name: python-sentry-sdk -Version: 1.34.0 +Version: 1.36.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause diff --git a/sentry-python-1.34.0.tar.gz b/sentry-python-1.34.0.tar.gz deleted file mode 100644 index e21e819..0000000 --- a/sentry-python-1.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6565231f3dddc73a36def4ba8749044a34b8be3c73c56d2af8cdfa9b78e88bf4 -size 432143 diff --git a/sentry-python-1.36.0.tar.gz b/sentry-python-1.36.0.tar.gz new file mode 100644 index 0000000..45dc74f --- /dev/null +++ b/sentry-python-1.36.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d892d7afaf52159e5c7abd3bfa55ed21faadb08f218df6a3272827cea72282db +size 441169