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-11-08 11:56:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old) and /work/SRC/openSUSE:Factory/.python-fastapi.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastapi" Fri Nov 8 11:56:16 2024 rev:36 rq:1222081 version:0.115.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes 2024-10-20 10:13:09.981600133 +0200 +++ /work/SRC/openSUSE:Factory/.python-fastapi.new.2017/python-fastapi.changes 2024-11-08 11:58:55.988344304 +0100 @@ -1,0 +2,5 @@ +Thu Nov 7 09:16:23 UTC 2024 - Nico Krapp <nico.kr...@suse.com> + +- disable PendingDeprecatingWarning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastapi.spec ++++++ --- /var/tmp/diff_new_pack.1URArN/_old 2024-11-08 11:58:56.492365323 +0100 +++ /var/tmp/diff_new_pack.1URArN/_new 2024-11-08 11:58:56.496365489 +0100 @@ -120,7 +120,7 @@ donttest="$donttest or test_orjson_response_class" donttest="$donttest or (test_tutorial001 and test_get_custom_response)" %endif -%pytest -W ignore::DeprecationWarning -W ignore::ResourceWarning $ignorefiles -k "not ($donttest)" tests +%pytest -W ignore::DeprecationWarning -W ignore::PendingDeprecationWarning -W ignore::ResourceWarning $ignorefiles -k "not ($donttest)" tests %post %python_install_alternative fastapi