Accepting request 1128032 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1128032 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=28
This commit is contained in:
commit
30a6c0f4e8
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 21 19:14:03 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <ecsos@opensuse.org>
|
Thu Nov 2 15:49:52 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
|
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sentry-sdk
|
Name: python-sentry-sdk
|
||||||
Version: 1.34.0
|
Version: 1.36.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python SDK for Sentry.io
|
Summary: Python SDK for Sentry.io
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6565231f3dddc73a36def4ba8749044a34b8be3c73c56d2af8cdfa9b78e88bf4
|
|
||||||
size 432143
|
|
3
sentry-python-1.36.0.tar.gz
Normal file
3
sentry-python-1.36.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d892d7afaf52159e5c7abd3bfa55ed21faadb08f218df6a3272827cea72282db
|
||||||
|
size 441169
|
Loading…
Reference in New Issue
Block a user