Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sentry-sdk for openSUSE:Factory checked in at 2024-02-13 22:44:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sentry-sdk (Old) and /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sentry-sdk" Tue Feb 13 22:44:41 2024 rev:31 rq:1146460 version:1.40.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sentry-sdk/python-sentry-sdk.changes 2024-01-10 21:53:24.766618818 +0100 +++ /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.1815/python-sentry-sdk.changes 2024-02-13 22:45:09.830286934 +0100 @@ -1,0 +2,36 @@ +Tue Feb 13 11:28:05 UTC 2024 - ecsos <ec...@opensuse.org> + +- 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) + +------------------------------------------------------------------- Old: ---- sentry-python-1.39.2.tar.gz New: ---- sentry-python-1.40.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sentry-sdk.spec ++++++ --- /var/tmp/diff_new_pack.FVl9zX/_old 2024-02-13 22:45:10.486310542 +0100 +++ /var/tmp/diff_new_pack.FVl9zX/_new 2024-02-13 22:45:10.490310687 +0100 @@ -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,13 +63,12 @@ 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} +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} @@ -82,7 +81,7 @@ #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 +121,7 @@ #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 +150,7 @@ # 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 ++++++ sentry-python-1.39.2.tar.gz -> sentry-python-1.40.4.tar.gz ++++++ ++++ 4516 lines of diff (skipped)