forked from pool/python-sentry-sdk
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user