commit python-sentry-sdk for openSUSE:Factory
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-10-08 17:25:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sentry-sdk (Old) and /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-sentry-sdk" Tue Oct 8 17:25:22 2024 rev:36 rq:1206304 version:2.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sentry-sdk/python-sentry-sdk.changes 2024-08-21 23:26:26.026632899 +0200 +++ /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.19354/python-sentry-sdk.changes 2024-10-08 17:26:16.841716149 +0200 @@ -1,0 +2,57 @@ +Tue Oct 8 06:08:53 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de> + +- Update to 2.15.0: + * Integrations + Please see release notes for details + https://github.com/getsentry/sentry-python/releases/tag/2.15.0 + * Miscellaneous + - Deprecate sentry_sdk.metrics (#3512) by @szokeasaurusrex + - Add name parameter to start_span() and deprecate description + parameter (#3524 & #3525) by @antonpirker + - Fix add_query_source with modules outside of project root + (#3313) by @rominf + - Test more integrations on 3.13 (#3578) by @sentrivana + - Fix trailing whitespace (#3579) by @sentrivana + - Improve get_integration typing (#3550) by @szokeasaurusrex + - Make import-related tests stable (#3548) by @BYK + - Fix breadcrumb sorting (#3511) by @sentrivana + - Fix breadcrumb timestamp casting and its tests (#3546) by + @BYK + - Don't use deprecated logger.warn (#3552) by @sentrivana + - Fix Cohere API change (#3549) by @BYK + - Fix deprecation message (#3536) by @antonpirker + - Remove experimental explain_plan feature. (#3534) by + @antonpirker + - X-fail one of the Lambda tests (#3592) by @antonpirker + - Update Codecov config (#3507) by @antonpirker + - Update actions/upload-artifact to v4 with merge (#3545) by + @joshuarli + - Bump actions/checkout from 4.1.7 to 4.2.0 (#3585) by + @dependabot +- Update to 2.14.0: + * New SysExitIntegration (#3401) by @szokeasaurusrex + * For more information, see the documentation for the + SysExitIntegration. + * Add SENTRY_SPOTLIGHT env variable support (#3443) by @BYK + * Support Strawberry 0.239.2 (#3491) by @szokeasaurusrex + * Add separate pii_denylist to EventScrubber and run it always + (#3463) by @sl0thentr0py + * Celery: Add wrapper for Celery().send_task to support behavior + as Task.apply_async (#2377) by @divaltor + * Django: SentryWrappingMiddleware.init fails if super() is + object (#2466) by @cameron-simpson + * Fix data_category for sessions envelope items (#3473) by + @sl0thentr0py + * Fix non-UTC timestamps (#3461) by @szokeasaurusrex + * Remove obsolete object as superclass (#3480) by @sentrivana + * Replace custom TYPE_CHECKING with stdlib typing.TYPE_CHECKING + (#3447) by @dev-satoshi + * Refactor tracing_utils.py (#3452) by @rominf + * Explicitly export symbol in subpackages instead of ignoring + (#3400) by @hartungstenio + * Better test coverage reports (#3498) by @antonpirker + * Fixed config for old coverage versions (#3504) by @antonpirker + * Fix AWS Lambda tests (#3495) by @antonpirker + * Remove broken Bottle tests (#3505) by @sentrivana + +------------------------------------------------------------------- Old: ---- sentry-python-2.13.0.tar.gz New: ---- sentry-python-2.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sentry-sdk.spec ++++++ --- /var/tmp/diff_new_pack.x5blju/_old 2024-10-08 17:26:17.325736349 +0200 +++ /var/tmp/diff_new_pack.x5blju/_new 2024-10-08 17:26:17.329736516 +0200 @@ -19,7 +19,7 @@ # nothing provides python2-venusian >= 1.0 needed by python2-pyramid %{?sle15_python_module_pythons} Name: python-sentry-sdk -Version: 2.13.0 +Version: 2.15.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause @@ -154,7 +154,13 @@ # 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_default_release and test_utils) or test_new_scopes_compat_event or test_transport_works or test_auto_enabling_integrations_catches_import_error)' +IGNORED_CHECKS="(test_default_release and test_utils)" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_new_scopes_compat_event" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_transport_works" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_auto_enabling_integrations_catches_import_error" +# https://github.com/getsentry/sentry-python/issues/3624 +IGNORED_CHECKS="${IGNORED_CHECKS} or test_redis_disabled_when_not_installed" +%pytest -rs -k "not (${IGNORED_CHECKS})" %files %{python_files} %doc README.md CHANGELOG.md CONTRIBUTING.md CONTRIBUTING-aws-lambda.md ++++++ sentry-python-2.13.0.tar.gz -> sentry-python-2.15.0.tar.gz ++++++ ++++ 8640 lines of diff (skipped)
participants (1)
-
Source-Sync