Accepting request 1225980 from devel:languages:python

- update to 2.19.0:
  * New: introduce `rust_tracing` integration. See https://docs.s
    entry.io/platforms/python/integrations/rust_tracing/ (#3717)
  * Auto enable Litestar integration
  * Deprecate `sentry_sdk.init` context manager
  * feat(spotlight): Send PII to Spotlight when no DSN is set
  * feat(spotlight): Add info logs when Sentry is enabled
  * feat(spotlight): Inject Spotlight button on Django
  * feat(spotlight): Auto enable cache_spans for Spotlight on
    DEBUG
  * fix(logging): Handle parameter `stack_info` for the
    `LoggingIntegration`
  * fix(pure-eval): Make sentry-sdk[pure-eval] installable with
    pip==24.0
  * fix(rust_tracing): include_tracing_fields arg to control
    unvetted data in rust_tracing integration
  * fix(aws) Fix aws lambda tests (by reducing event size)
  * fix(arq): fix integration with Worker settings as a dict
  * fix(httpx): Prevent Sentry baggage duplication
  * fix(falcon): Don't exhaust request body stream
  * fix(integrations): Check `retries_left` before capturing
    exception
  * fix(openai): Use name instead of description
  * test(gcp): Only run GCP tests when they should

- Remove ipdb from BuildRequires, it should have been removed with 2.8.
  * Additional integrations will now be activated automatically if

OBS-URL: https://build.opensuse.org/request/show/1225980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2024-11-24 10:04:39 +00:00 committed by Git OBS Bridge
commit dbdf04a09c
4 changed files with 34 additions and 6 deletions

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Nov 23 16:34:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.19.0:
* New: introduce `rust_tracing` integration. See https://docs.s
entry.io/platforms/python/integrations/rust_tracing/ (#3717)
* Auto enable Litestar integration
* Deprecate `sentry_sdk.init` context manager
* feat(spotlight): Send PII to Spotlight when no DSN is set
* feat(spotlight): Add info logs when Sentry is enabled
* feat(spotlight): Inject Spotlight button on Django
* feat(spotlight): Auto enable cache_spans for Spotlight on
DEBUG
* fix(logging): Handle parameter `stack_info` for the
`LoggingIntegration`
* fix(pure-eval): Make sentry-sdk[pure-eval] installable with
pip==24.0
* fix(rust_tracing): include_tracing_fields arg to control
unvetted data in rust_tracing integration
* fix(aws) Fix aws lambda tests (by reducing event size)
* fix(arq): fix integration with Worker settings as a dict
* fix(httpx): Prevent Sentry baggage duplication
* fix(falcon): Don't exhaust request body stream
* fix(integrations): Check `retries_left` before capturing
exception
* fix(openai): Use name instead of description
* test(gcp): Only run GCP tests when they should
-------------------------------------------------------------------
Thu Nov 14 11:54:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
@ -44,7 +72,7 @@ Thu Nov 14 11:54:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Tue Nov 12 02:14:34 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Remove ipdb from BuildRequires, it should have been removed with 2.8.
- Remove ipdb from BuildRequires, it should have been removed with 2.8.
-------------------------------------------------------------------
Fri Nov 1 15:10:38 UTC 2024 - ecsos <ecsos@opensuse.org>
@ -204,7 +232,7 @@ Wed Jul 17 13:51:46 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 2.10.0
* refactored a big part of the foundation of the SDK
* Additional integrations will now be activated automatically if
* Additional integrations will now be activated automatically if
the SDK detects the respective package is installed
* Added new API for custom instrumentation: new_scope, isolation_scope
* Many breaking changes, see CHANGELOG.md

View File

@ -19,7 +19,7 @@
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
%{?sle15_python_module_pythons}
Name: python-sentry-sdk
Version: 2.18.0
Version: 2.19.0
Release: 0
Summary: Python SDK for Sentry.io
License: BSD-2-Clause

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7428e2586979a9399cc518fda3ad4d23cde17725794c548449a0b3683c433379
size 581210

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:589e88f03a4d3af19b96167b745a7984b1b851aa57906c41e6640bcf1fe2cb11
size 589644