Accepting request 986447 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/986447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=20
This commit is contained in:
commit
e32610c354
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 09:34:55 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.6.0
|
||||
- Fix Deployment (#1474)
|
||||
- Serverless V2 (#1450)
|
||||
- Use logging levelno instead of levelname. Levelnames can be
|
||||
overridden (#1449)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 09:24:33 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.5.12
|
||||
- feat(measurements): Add experimental set_measurement api on
|
||||
transaction (#1359)
|
||||
- fix: Remove incorrect usage from flask helper example (#1434)
|
||||
- Update to 1.5.11
|
||||
- chore: Bump mypy and fix abstract ContextManager typing (#1421)
|
||||
- chore(issues): add link to Sentry support (#1420)
|
||||
- fix: replace git.io links with redirect targets (#1412)
|
||||
- ref: Update error verbose for sentry init (#1361)
|
||||
- fix(sessions): Update session also for non sampled events and
|
||||
change filter order (#1394)
|
||||
- Update to 1.5.10
|
||||
- Remove Flask version contraint (#1395)
|
||||
- Change ordering of event drop mechanisms (#1390)
|
||||
- Update to 1.5.9
|
||||
- fix(sqlalchemy): Use context instead of connection in
|
||||
sqlalchemy integration (#1388)
|
||||
- Update correct test command in contributing docs (#1377)
|
||||
- Update black (#1379)
|
||||
- build(deps): bump sphinx from 4.1.1 to 4.5.0 (#1376)
|
||||
- fix: Auto-enabling Redis and Pyramid integration (#737)
|
||||
- feat(testing): Add pytest-watch (#853)
|
||||
- Treat x-api-key header as sensitive (#1236)
|
||||
- fix: Remove obsolete MAX_FORMAT_PARAM_LENGTH (#1375)
|
||||
- Update to 1.5.8
|
||||
- feat(asgi): Add support for setting transaction name to path
|
||||
in FastAPI (#1349)
|
||||
- fix(sqlalchemy): Change context manager type to avoid race in
|
||||
threads (#1368)
|
||||
- fix(perf): Fix transaction setter on scope to use
|
||||
containing_transaction to match with getter (#1366)
|
||||
- chore(ci): Change stale GitHub workflow to run once a day
|
||||
(#1367)
|
||||
- feat(django): Make django middleware expose more wrapped
|
||||
attributes (#1202)
|
||||
- Update to 1.5.7
|
||||
- fix(serializer): Make sentry_repr dunder method to avoid mock
|
||||
problems (#1364)
|
||||
- Update to 1.5.6
|
||||
- Create feature.yml (#1350)
|
||||
- Update contribution guide (#1346)
|
||||
- chore: add bug issue template (#1345)
|
||||
- Added default value for auto_session_tracking (#1337)
|
||||
- docs(readme): reordered content (#1343)
|
||||
- fix(tests): Removed unsupported Django 1.6 from tests to avoid
|
||||
confusion (#1338)
|
||||
- Group captured warnings under separate issues (#1324)
|
||||
- build(changelogs): Use automated changelogs from Craft (#1340)
|
||||
- fix(aiohttp): AioHttpIntegration sentry_app_handle() now
|
||||
ignores ConnectionResetError (#1331)
|
||||
- meta: Remove black GH action (#1339)
|
||||
- feat(flask): Add sentry_trace() template helper (#1336)
|
||||
- Update to 1.5.5
|
||||
- Add session tracking to ASGI integration (#1329)
|
||||
- Pinning test requirements versions (#1330)
|
||||
- Allow classes to short circuit serializer with sentry_repr
|
||||
(#1322)
|
||||
- Set default on json.dumps in compute_tracestate_value to ensure
|
||||
string conversion (#1318)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 30 11:20:25 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-sentry-sdk
|
||||
Version: 1.5.4
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
@ -65,6 +65,7 @@ BuildRequires: %{python_module tox}
|
||||
#BuildRequires: %%{python_module apache-beam >= 2.12}
|
||||
#BuildRequires: %%{python_module chalice >= 1.16.0}
|
||||
#BuildRequires: %%{python_module pure_eval}
|
||||
#BuildRequires: %%{python_module quart >= 1.16.1}
|
||||
#BuildRequires: %%{python_module sanic >= 0.8}
|
||||
# /SECTION
|
||||
Requires: python-Flask >= 0.11
|
||||
@ -116,7 +117,7 @@ rm -r tests/integrations
|
||||
%pytest -k 'not (test_transport_works or test_auto_enabling_integrations_catches_import_error or test_filename or test_transport_infinite_loop or test_simple_rate_limits or test_data_category_limits or test_complex_limits_without_data_category or test_leaks)'
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md CHANGELOG.md
|
||||
%doc README.md CHANGELOG.md CONTRIBUTING.md CONTRIBUTING-aws-lambda.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9f55e4babe96f70bf7056f59898f577d934287ce6aa3a3436e3353f840b08e8
|
||||
size 239778
|
3
sentry-python-1.6.0.tar.gz
Normal file
3
sentry-python-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a17d5b6add731d80ea7dd927eb07bef84abc7dd188d07bb3cd2ce5df358e5dac
|
||||
size 249637
|
Loading…
Reference in New Issue
Block a user