Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mcp for openSUSE:Factory checked in at 2026-07-01 16:34:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mcp (Old) and /work/SRC/openSUSE:Factory/.python-mcp.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mcp" Wed Jul 1 16:34:57 2026 rev:4 rq:1362732 version:1.28.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mcp/python-mcp.changes 2026-05-30 23:00:00.452883361 +0200 +++ /work/SRC/openSUSE:Factory/.python-mcp.new.11887/python-mcp.changes 2026-07-01 16:35:02.801739212 +0200 @@ -1,0 +2,50 @@ +Tue Jun 30 16:39:39 UTC 2026 - Matej Cepl <[email protected]> + +- Update to 1.28.1: + - [v1.x] Buffer per-request StreamableHTTP streams; store + priming event before dispatch by @maxisbey in #2948 + - [v1.x] Set Development Status classifier to Production/Stable + by @maxisbey in #2976 + - [v1.x] Support TransportSecuritySettings in the WebSocket + server transport by @maxisbey in #2992 +- Update to 1.28.0: + - Deprecations + - Two API surfaces now emit DeprecationWarning ahead of their + removal in v2. Nothing is removed in 1.x, and the warnings + fire only when the deprecated API is called - importing the + modules stays silent. + - WebSocket transport - mcp.client.websocket.websocket_client + and mcp.server.websocket.websocket_server. WebSocket was + never part of the MCP specification; use the streamable + HTTP transport instead. The TypeScript SDK has likewise + removed its WebSocket client for v2 + (modelcontextprotocol/typescript-sdk#1783). + - Experimental tasks API - ClientSession.experimental, + Server.experimental, ServerSession.experimental, and the + experimental_task_handlers= kwarg on ClientSession. Tasks + (SEP-1686) were removed from the MCP specification and are + expected to return as a separate MCP extension. + - If your test suite runs with filterwarnings = ["error"] and + exercises these paths, add a scoped ignore such as ignore:The + experimental tasks API is deprecated:DeprecationWarning or + ignore:The WebSocket .* transport is + deprecated:DeprecationWarning. + - See #2828 for full details. + - What's Changed + - [v1.x] Support Python 3.14 by @maxisbey in #2769 + - fix: omit null optional fields from task result payloads by + @liuzemei in #2809 + - [v1.x] Deprecate the WebSocket transport and the + experimental tasks entry points by @maxisbey in #2828 + - [v1.x] Add a v2 status banner to the README by @maxisbey in + #2835 + - [v1.x] Deflake the child process cleanup tests by @maxisbey + in #2839 + +------------------------------------------------------------------- +Tue Jun 30 07:30:35 UTC 2026 - Cathy Hu <[email protected]> + +- Drop python-uv as dependency from python-mcp, as the tests run + through without it and we don't pull it into Ring 1 as dependency + +------------------------------------------------------------------- Old: ---- mcp-1.27.1.tar.gz New: ---- mcp-1.28.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mcp.spec ++++++ --- /var/tmp/diff_new_pack.LsSBU3/_old 2026-07-01 16:35:03.869776370 +0200 +++ /var/tmp/diff_new_pack.LsSBU3/_new 2026-07-01 16:35:03.873776509 +0200 @@ -26,7 +26,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-mcp%{psuffix} -Version: 1.27.1 +Version: 1.28.1 Release: 0 Summary: Python implementation of the Model Context Protocol License: MIT @@ -68,7 +68,6 @@ BuildRequires: %{python_module requests >= 2.32.3} BuildRequires: %{python_module trio} BuildRequires: %{python_module typer} -BuildRequires: %{python_module uv >= 0.7.2} BuildRequires: %{python_module websockets} %endif %python_subpackages ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.LsSBU3/_old 2026-07-01 16:35:03.945779014 +0200 +++ /var/tmp/diff_new_pack.LsSBU3/_new 2026-07-01 16:35:03.949779153 +0200 @@ -1,5 +1,5 @@ -mtime: 1780075977 -commit: b88951a85a4cfa4ebde098ef887234aa6a0fd8965abdb1d3090c2e73630d2903 +mtime: 1782837770 +commit: 57cab0b3214875109362a484ab483296bf3fb76a0c22030a1069744c23878b8b url: https://src.opensuse.org/AI/python-mcp revision: main ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-30 18:42:50.000000000 +0200 @@ -0,0 +1,6 @@ +_build.* +*.obscpio +*.osc +.pbuild +_service:* +python-mcp-*-build/ ++++++ mcp-1.27.1.tar.gz -> mcp-1.28.1.tar.gz ++++++ ++++ 4372 lines of diff (skipped)
