Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fastapi for openSUSE:Factory checked in at 2024-12-13 22:33:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old) and /work/SRC/openSUSE:Factory/.python-fastapi.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastapi" Fri Dec 13 22:33:10 2024 rev:39 rq:1230775 version:0.115.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes 2024-12-06 14:25:23.569987309 +0100 +++ /work/SRC/openSUSE:Factory/.python-fastapi.new.29675/python-fastapi.changes 2024-12-13 22:33:35.386191212 +0100 @@ -1,0 +2,7 @@ +Thu Dec 12 14:51:37 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Skip a test because httpx 0.28 cosmetically changed the format + of a body response. Note that fastapi technically does not yet + support httpx 0.28 upstream. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastapi.spec ++++++ --- /var/tmp/diff_new_pack.ZeWfKR/_old 2024-12-13 22:33:35.974215736 +0100 +++ /var/tmp/diff_new_pack.ZeWfKR/_new 2024-12-13 22:33:35.978215904 +0100 @@ -86,8 +86,8 @@ %check # more warnings as expected donttest="test_warn_duplicate_operation_id" -# https://github.com/tiangolo/fastapi/discussions/9934 -donttest+=" or test_dependency_gets_exception" +# fails because of changed (cosmetic) body format in httpx 0.28 (technically not suppoerted yet upstream) +donttest+=" or test_exception_handler_body_access" # python-fastapi-cli packages doesn't exists in openSUSE donttest+=" or test_fastapi_cli" donttest+=" or test_openapi"