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 2026-06-19 16:36:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sentry-sdk (Old)
and /work/SRC/openSUSE:Factory/.python-sentry-sdk.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sentry-sdk"
Fri Jun 19 16:36:14 2026 rev:44 rq:1360426 version:2.63.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sentry-sdk/python-sentry-sdk.changes
2026-05-29 18:13:27.638267107 +0200
+++
/work/SRC/openSUSE:Factory/.python-sentry-sdk.new.1956/python-sentry-sdk.changes
2026-06-19 17:21:57.423273323 +0200
@@ -1,0 +2,39 @@
+Fri Jun 19 03:36:58 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 2.63.0:
+ ## New Features
+ * Add integration for aiomysql
+ * Support HTTPX2
+ * Add server.address to transformed spans when stream_gen_ai_spans=True
+ * Allow integrations to define control flow exceptions
+ * Disable string truncation for events by default
+ ## Bug Fixes
+ * Fastapi
+ + Prevent double wrapping of sync handlers on FastAPI >= 0.137
+ + Use effective_route_context path for prefixed routers
+ * Other
+ + (arq) Never capture control flow exceptions
+ + (client) Guard against dotless qualified_name in _setup_instrumentation
+ + (rq) Restore functools.wraps() for patched functions
+ + (tracing_utils) Handle baggage values containing '=' in
+ from_incoming_header
+ + (utils) Handle image_url string shorthand in
_is_image_type_with_blob_content
+ * Langchain
+ + Stop setting transaction status when child span fails
+ + Catch TypeError on langchain.agents import
+ * Openai Agents
+ + Handle starting_agent keyword argument in runner patches
+ + Remove hosted MCP tool spans
+ + Use name, not description in start_span
+ + Stop setting transaction status when child span fails
+ * Pydantic AI
+ + Only use hooks when ModelRequestContext.model exists
+ + Stop setting tokens on Invoke Agent spans
+ + Stop setting transaction status when child span fails
+ + Remove Agent.run_stream_events() patch
+ * Strawberry
+ + Wrap yields in try-except to ensure span cleanup
+ + Fix AttributeError on graphql_span in resolve
+- Refreshed patch build-pytest.patch
+
+-------------------------------------------------------------------
Old:
----
sentry-python-2.60.0.tar.gz
New:
----
sentry-python-2.63.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sentry-sdk.spec ++++++
--- /var/tmp/diff_new_pack.J0FkR7/_old 2026-06-19 17:21:58.567312668 +0200
+++ /var/tmp/diff_new_pack.J0FkR7/_new 2026-06-19 17:21:58.571312806 +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.60.0
+Version: 2.63.0
Release: 0
Summary: Python SDK for Sentry.io
License: BSD-2-Clause
@@ -45,7 +45,7 @@
BuildRequires: %{python_module executing}
BuildRequires: %{python_module falcon >= 1.4}
BuildRequires: %{python_module grpcio >= 1.39}
-BuildRequires: %{python_module httpx >= 0.16.0}
+BuildRequires: %{python_module httpx2 >= 2.2.0}
BuildRequires: %{python_module loguru >= 0.5}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pymongo >= 3.1}
@@ -115,7 +115,7 @@
Suggests: python-falcon >= 1.4
Suggests: python-fastapi >= 0.79.0
Suggests: python-grpcio >= 1.39
-Suggests: python-httpx >= 0.16.0
+Suggests: python-httpx2 >= 2.2.0
Suggests: python-jsonschema
Suggests: python-loguru >= 0.5
Suggests: python-pymongo >= 3.1
++++++ build-pytest.patch ++++++
--- /var/tmp/diff_new_pack.J0FkR7/_old 2026-06-19 17:21:58.595313631 +0200
+++ /var/tmp/diff_new_pack.J0FkR7/_new 2026-06-19 17:21:58.607314044 +0200
@@ -2,15 +2,15 @@
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: sentry-python-2.60.0/pyproject.toml
+Index: sentry-python-2.63.0/pyproject.toml
===================================================================
---- sentry-python-2.60.0.orig/pyproject.toml 2026-05-13 15:19:14.000000000
+0200
-+++ sentry-python-2.60.0/pyproject.toml 2026-05-29 02:14:36.404382321
+0200
-@@ -21,7 +21,7 @@
+--- sentry-python-2.63.0.orig/pyproject.toml
++++ sentry-python-2.63.0/pyproject.toml
+@@ -102,7 +102,7 @@ exclude_also = [
#
[tool.pytest.ini_options]
--addopts = "-vvv -rfEs -s --durations=5 --cov=./sentry_sdk --cov-branch
--cov-report= --tb=short --junitxml=.junitxml"
+-addopts = "-vvv -rfEs -s --durations=5 --cov=./sentry_sdk --cov-branch
--cov-report= --tb=short"
+addopts = "-vvv -rfEs -s --durations=5 --tb=short"
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function"
++++++ sentry-python-2.60.0.tar.gz -> sentry-python-2.63.0.tar.gz ++++++
++++ 84792 lines of diff (skipped)