From c6b0a6eed7f7f838c8353148d714b8a93de03ac522489be7923fa31c76f3acc6 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 2 Nov 2023 18:21:11 +0000 Subject: [PATCH] Accepting request 1122939 from home:ecsos:python - Update to 1.34.0 - Added Python 3.12 support (#2471, #2483) - Handle missing connection_kwargs in patch_redis_client (#2482) - Run common test suite on Python 3.12 (#2479) - Update to 1.33.1 - Make parse_version work in utils.py itself. (#2474) - Update to 1.33.0 - New: Added error_sampler option (#2456) - Python 3.12: Detect interpreter in shutdown state on thread spawn (#2468) - Patch eventlet under Sentry SDK (#2464) - Mitigate CPU spikes when sending lots of events with lots of data (#2449) - Make debug option also configurable via environment (#2450) - Make sure get_dsn_parameters is an actual function (#2441) - Bump pytest-localserver, add compat comment (#2448) - AWS Lambda: Update compatible runtimes for AWS Lambda layer (#2453) - AWS Lambda: Load AWS Lambda secrets in Github CI (#2153) - Redis: Connection attributes in redis database spans (#2398) - Falcon: Falcon integration checks response status before reporting error (#2465) - Quart: Support Quart 0.19 onwards (#2403) - Sanic: Sanic integration initial version (#2419) - Django: Fix parsing of Django path patterns (#2452) - Django: Add Django 4.2 to test suite (#2462) - Polish changelog (#2434) - Update CONTRIBUTING.md (#2443) - Update README.md (#2435) - Update to 1.32.0 https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1320 - Update to 1.31.0 https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1310 - Update to 1.30.0 https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1300 - Update to 1.29.2 https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1292 - Update to 1.29.1 https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1291 - Update to 1.29.0 https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1290 OBS-URL: https://build.opensuse.org/request/show/1122939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=56 --- python-sentry-sdk.changes | 41 +++++++++++++++++++++++++++++++++++++ python-sentry-sdk.spec | 2 +- sentry-python-1.28.1.tar.gz | 3 --- sentry-python-1.34.0.tar.gz | 3 +++ 4 files changed, 45 insertions(+), 4 deletions(-) delete mode 100644 sentry-python-1.28.1.tar.gz create mode 100644 sentry-python-1.34.0.tar.gz diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 59b75d1..374d44c 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Nov 2 15:49:52 UTC 2023 - ecsos + +- Update to 1.34.0 + - Added Python 3.12 support (#2471, #2483) + - Handle missing connection_kwargs in patch_redis_client (#2482) + - Run common test suite on Python 3.12 (#2479) +- Update to 1.33.1 + - Make parse_version work in utils.py itself. (#2474) +- Update to 1.33.0 + - New: Added error_sampler option (#2456) + - Python 3.12: Detect interpreter in shutdown state on thread spawn (#2468) + - Patch eventlet under Sentry SDK (#2464) + - Mitigate CPU spikes when sending lots of events with lots of data (#2449) + - Make debug option also configurable via environment (#2450) + - Make sure get_dsn_parameters is an actual function (#2441) + - Bump pytest-localserver, add compat comment (#2448) + - AWS Lambda: Update compatible runtimes for AWS Lambda layer (#2453) + - AWS Lambda: Load AWS Lambda secrets in Github CI (#2153) + - Redis: Connection attributes in redis database spans (#2398) + - Falcon: Falcon integration checks response status before reporting error (#2465) + - Quart: Support Quart 0.19 onwards (#2403) + - Sanic: Sanic integration initial version (#2419) + - Django: Fix parsing of Django path patterns (#2452) + - Django: Add Django 4.2 to test suite (#2462) + - Polish changelog (#2434) + - Update CONTRIBUTING.md (#2443) + - Update README.md (#2435) +- Update to 1.32.0 + https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1320 +- Update to 1.31.0 + https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1310 +- Update to 1.30.0 + https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1300 +- Update to 1.29.2 + https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1292 +- Update to 1.29.1 + https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1291 +- Update to 1.29.0 + https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md#1290 + ------------------------------------------------------------------- Wed Jul 19 05:44:19 UTC 2023 - ecsos diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index def0acc..4052ecc 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.28.1 +Version: 1.34.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause diff --git a/sentry-python-1.28.1.tar.gz b/sentry-python-1.28.1.tar.gz deleted file mode 100644 index f3a725e..0000000 --- a/sentry-python-1.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0111734153a8c2b6ae5724490ffe5b879fa5510e44dbd46a1524fc19fb79450c -size 379559 diff --git a/sentry-python-1.34.0.tar.gz b/sentry-python-1.34.0.tar.gz new file mode 100644 index 0000000..e21e819 --- /dev/null +++ b/sentry-python-1.34.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565231f3dddc73a36def4ba8749044a34b8be3c73c56d2af8cdfa9b78e88bf4 +size 432143