From f0883093d15badd8133d04c16226dcc803879eb2489f752e2a62df14c44e8250 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 13 Feb 2024 13:39:45 +0000 Subject: [PATCH] Accepting request 1146407 from home:ecsos:python - Update to 1.40.4 - Only start metrics flusher thread on demand (#2727) - Bump checkouts/data-schemas from aa7058c to 6121fd3 (#2724) - Changes from 1.40.3 - Turn off metrics for uWSGI (#2720) - Minor improvements (#2714) - Changes from 1.40.2 - test: Fix pytest error (#2712) - build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129 (#2691) - Changes from 1.40.1 - Fix uWSGI workers hanging (#2694) - Make metrics work with gevent (#2694) - Guard against engine.url being None (#2708) - Fix performance regression in sentry_sdk.utils._generate_installed_modules (#2703) - Guard against Sentry initialization mid SQLAlchemy cursor (#2702) - Fix yaml generation script (#2695) - Fix AWS Lambda workflow (#2710) - Bump codecov/codecov-action from 3 to 4 (#2706) - Bump actions/cache from 3 to 4 (#2661) - Bump actions/checkout from 3.1.0 to 4.1.1 (#2561) - Bump github/codeql-action from 2 to 3 (#2603) - Bump actions/setup-python from 4 to 5 (#2577) - Changes from 1.40.0 - Enable metrics related settings by default (#2685) - Fix UnicodeDecodeError on Python 2 (#2657) - Enable DB query source by default (#2629) - Fix query source duration check (#2675) - Reformat with black==24.1.0 (#2680) - Cleaning up existing code to prepare for new Scopes API (#2611) - Moved redis related tests to databases (#2674) - Improve sentry_sdk.trace type hints (#2633) - Bump checkouts/data-schemas from e9f7d58 to aa7058c (#2639) OBS-URL: https://build.opensuse.org/request/show/1146407 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=64 --- python-sentry-sdk.changes | 36 ++++++++++++++++++++++++++++++++++++ python-sentry-sdk.spec | 15 ++++++--------- sentry-python-1.39.2.tar.gz | 3 --- sentry-python-1.40.4.tar.gz | 3 +++ 4 files changed, 45 insertions(+), 12 deletions(-) delete mode 100644 sentry-python-1.39.2.tar.gz create mode 100644 sentry-python-1.40.4.tar.gz diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index bbe2588..b130f3c 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Tue Feb 13 11:28:05 UTC 2024 - ecsos + +- Update to 1.40.4 + - Only start metrics flusher thread on demand (#2727) + - Bump checkouts/data-schemas from aa7058c to 6121fd3 (#2724) +- Changes from 1.40.3 + - Turn off metrics for uWSGI (#2720) + - Minor improvements (#2714) +- Changes from 1.40.2 + - test: Fix pytest error (#2712) + - build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129 (#2691) +- Changes from 1.40.1 + - Fix uWSGI workers hanging (#2694) + - Make metrics work with gevent (#2694) + - Guard against engine.url being None (#2708) + - Fix performance regression in sentry_sdk.utils._generate_installed_modules (#2703) + - Guard against Sentry initialization mid SQLAlchemy cursor (#2702) + - Fix yaml generation script (#2695) + - Fix AWS Lambda workflow (#2710) + - Bump codecov/codecov-action from 3 to 4 (#2706) + - Bump actions/cache from 3 to 4 (#2661) + - Bump actions/checkout from 3.1.0 to 4.1.1 (#2561) + - Bump github/codeql-action from 2 to 3 (#2603) + - Bump actions/setup-python from 4 to 5 (#2577) +- Changes from 1.40.0 + - Enable metrics related settings by default (#2685) + - Fix UnicodeDecodeError on Python 2 (#2657) + - Enable DB query source by default (#2629) + - Fix query source duration check (#2675) + - Reformat with black==24.1.0 (#2680) + - Cleaning up existing code to prepare for new Scopes API (#2611) + - Moved redis related tests to databases (#2674) + - Improve sentry_sdk.trace type hints (#2633) + - Bump checkouts/data-schemas from e9f7d58 to aa7058c (#2639) + ------------------------------------------------------------------- Wed Jan 10 11:46:51 UTC 2024 - ecsos diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index ba6819d..da5ed69 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.39.2 +Version: 1.40.4 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause @@ -63,14 +63,11 @@ BuildRequires: %{python_module pyrsistent >= 0.16.0} BuildRequires: %{python_module pytest-cov >= 2.8.1} BuildRequires: %{python_module pytest-forked >= 1.4.0} BuildRequires: %{python_module pytest-localserver >= 0.5.1} -#BuildRequires: %%{python_module pytest-watch >= 4.2.0} +BuildRequires: %{python_module pytest-watch >= 4.2.0} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module responses} BuildRequires: %{python_module tox >= 3.7.0} # /SECTION -# SECTION test requirements - which rise up buildtime error or missing in openSUSE -#BuildRequires: %%{python_module pytest-watch >= 4.2.0} -#BuildRequires: %%{python_module responses} -# /SECTION # SECTION extra requirements - which rise up buildtime error or missing in openSUSE #BuildRequires: %%{python_module arq >= 0.23} #BuildRequires: %%{python_module pyspark >= 2.4.4} @@ -82,7 +79,7 @@ BuildRequires: %{python_module tox >= 3.7.0} #BuildRequires: %%{python_module fastapi >= 0.79.0} #BuildRequires: %%{python_module quart >= 0.16.1} #BuildRequires: %%{python_module sanic >= 0.8} -#BuildRequires: %%{python_module opentelemetry-distro >= 0.35b0} +#BuildRequires: %%{python_module opentelemetry-distro >= 0.40b0} #BuildRequires: %%{python_module beam >= 2.12} #BuildRequires: %%{python_module chalice >= 1.16.0} #BuildRequires: %%{python_module clickhouse-driver >= 0.2.0} @@ -122,7 +119,7 @@ Requires: python-urllib3 >= 1.26.11 #Requires: python-fastapi >= 0.79.0 #Requires: python-quart >= 0.16.1 #Requires: python-sanic >= 0.8 -#Requires: python-opentelemetry-distro >= 0.35b0 +#Requires: python-opentelemetry-distro >= 0.40b0 #Requires: python- beam >= 2.12} #Requires: python-chalice >= 1.16.0} #Requires: python-clickhouse-driver >= 0.2.0} @@ -151,7 +148,7 @@ export PYTEST_ADDOPTS="-W ignore::DeprecationWarning" # do not test integration (many package are missing at SUSE): rm -r tests/integrations # test_auto_enabling_integrations_catches_import_error asert False where False = ..., not sure -%pytest -rs -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 or test_utils)' +%pytest -rs -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 or test_utils or test_metrics)' %files %{python_files} %doc README.md CHANGELOG.md CONTRIBUTING.md CONTRIBUTING-aws-lambda.md diff --git a/sentry-python-1.39.2.tar.gz b/sentry-python-1.39.2.tar.gz deleted file mode 100644 index b58d070..0000000 --- a/sentry-python-1.39.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07451f0e8089c18d78f75a6d0b20da9edc05c87102e0e267b9760c937e094517 -size 452370 diff --git a/sentry-python-1.40.4.tar.gz b/sentry-python-1.40.4.tar.gz new file mode 100644 index 0000000..5e07682 --- /dev/null +++ b/sentry-python-1.40.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf702dcee87ee2c276eeb257e5550a502e7342600e3d4be7e09d6f440a28d13 +size 458601