Accepting request 1240306 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=41
This commit is contained in:
commit
1604e00778
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 18:35:13 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.20.0
|
||||
- New integration: Add Typer integration (#3869) by @patrick91
|
||||
- For more information, see the documentation for the TyperIntegration.
|
||||
- New integration: Add Unleash feature flagging integration (#3888) by @aliu39
|
||||
- For more information, see the documentation for the UnleashIntegration.
|
||||
- Add custom tracking of feature flag evaluations (#3860) by @aliu39
|
||||
- Feature Flags: Register LD hook in setup instead of init, and don't check for initialization (#3890) by @aliu39
|
||||
- Feature Flags: Moved adding of flags context into Scope (#3917) by @antonpirker
|
||||
- Create a separate group for feature flag test suites (#3911) by @sentrivana
|
||||
- Fix flaky LaunchDarkly tests (#3896) by @aliu39
|
||||
- Fix LRU cache copying (#3883) by @ffelixg
|
||||
- Fix cache pollution from mutable reference (#3887) by @cmanallen
|
||||
- Centralize minimum version checking (#3910) by @sentrivana
|
||||
- Support SparkIntegration activation after SparkContext created (#3411) by @seyoon-lim
|
||||
- Preserve ARQ enqueue_job kwdefaults after patching (#3903) by @danmr
|
||||
- Add Github workflow to comment on issues when a fix was released (#3866) by @antonpirker
|
||||
- Update test matrix for Sanic (#3904) by @antonpirker
|
||||
- Rename scripts (#3885) by @sentrivana
|
||||
- Fix CI (#3878) by @sentrivana
|
||||
- Treat potel-base as release branch in CI (#3912) by @sentrivana
|
||||
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
|
||||
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
|
||||
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot
|
||||
- Changes from 2.19.2
|
||||
* Various fixes & improvements
|
||||
- Deepcopy and ensure get_all function always terminates (#3861) by @cmanallen
|
||||
- Cleanup chalice test environment (#3858) by @antonpirker
|
||||
- Changes from 2.19.1
|
||||
* Various fixes & improvements
|
||||
- Fix errors when instrumenting Django cache (#3855) by @BYK
|
||||
- Copy scope.client reference as well (#3857) by @sl0thentr0py
|
||||
- Don't give up on Spotlight on 3 errors (#3856) by @BYK
|
||||
- Add missing stack frames (#3673) by @antonpirker
|
||||
- Fix wrong metadata type in async gRPC interceptor (#3205) by @fdellekart
|
||||
- Rename launch darkly hook to match JS SDK (#3743) by @aliu39
|
||||
- Script for checking if our instrumented libs are Python 3.13 compatible (#3425) by @antonpirker
|
||||
- Improve Ray tests (#3846) by @antonpirker
|
||||
- Test with Celery 5.5.0rc3 (#3842) by @sentrivana
|
||||
- Fix asyncio testing setup (#3832) by @sl0thentr0py
|
||||
- Bump codecov/codecov-action from 5.0.2 to 5.0.7 (#3821) by @dependabot
|
||||
- Fix CI (#3834) by @sentrivana
|
||||
- Use new ClickHouse GH action (#3826) by @antonpirker
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 16:34:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sentry-sdk
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sentry-sdk
|
||||
Version: 2.19.0
|
||||
Version: 2.20.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
@ -32,6 +32,7 @@ BuildRequires: %{python_module SQLAlchemy >= 1.2}
|
||||
BuildRequires: %{python_module aiohttp >= 3.5}
|
||||
BuildRequires: %{python_module asttokens}
|
||||
BuildRequires: %{python_module asyncpg >= 0.23}
|
||||
BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module blinker >= 1.1}
|
||||
BuildRequires: %{python_module bottle >= 0.12.13}
|
||||
BuildRequires: %{python_module celery >= 4}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:589e88f03a4d3af19b96167b745a7984b1b851aa57906c41e6640bcf1fe2cb11
|
||||
size 589644
|
3
sentry-python-2.20.0.tar.gz
Normal file
3
sentry-python-2.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdd3ca2d0db684d315ad07e5e5f023fb9565df0407ab6770a2ee05ceb2e840fb
|
||||
size 597011
|
Loading…
x
Reference in New Issue
Block a user