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 2022-10-31 13:04:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old) and /work/SRC/openSUSE:Factory/.python-fastapi.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastapi" Mon Oct 31 13:04:22 2022 rev:6 rq:1032415 version:0.85.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes 2022-09-22 14:49:47.922417008 +0200 +++ /work/SRC/openSUSE:Factory/.python-fastapi.new.2275/python-fastapi.changes 2022-10-31 13:04:24.109715292 +0100 @@ -1,0 +2,11 @@ +Mon Oct 31 08:45:35 UTC 2022 - David Anes <david.a...@suse.com> + +- Update to 0.85.1 + * Fix support for strings in OpenAPI status codes: default, 1XX, + 2XX, 3XX, 4XX, 5XX. + * Docs: Add WayScript x FastAPI Tutorial to External Links section + +- Add support for Starlette 0.21.0: + * Add patch fastapi-support-startlette-0.21.0.patch + +------------------------------------------------------------------- Old: ---- fastapi-0.85.0.tar.gz New: ---- fastapi-0.85.1.tar.gz fastapi-support-startlette-0.21.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastapi.spec ++++++ --- /var/tmp/diff_new_pack.6qicm8/_old 2022-10-31 13:04:24.949719574 +0100 +++ /var/tmp/diff_new_pack.6qicm8/_new 2022-10-31 13:04:24.953719594 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fastapi -Version: 0.85.0 +Version: 0.85.1 Release: 0 Summary: FastAPI framework License: MIT @@ -31,6 +31,9 @@ BuildRequires: python-rpm-macros Requires: python-pydantic >= 1.0.0 Requires: python-starlette >= 0.13.6 +# PATCH-FIX-UPSTREAM Update starlette to 0.21.0 +# https://github.com/tiangolo/fastapi/pull/5471 +Patch0: fastapi-support-startlette-0.21.0.patch BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Flask >= 1.1.2} @@ -50,7 +53,7 @@ BuildRequires: %{python_module python-jose} BuildRequires: %{python_module python-multipart >= 0.0.5} BuildRequires: %{python_module requests >= 2.24.0} -BuildRequires: %{python_module starlette >= 0.20.4} +BuildRequires: %{python_module starlette >= 0.21.0} BuildRequires: %{python_module trio} # /SECTION %python_subpackages @@ -60,6 +63,7 @@ %prep %setup -q -n fastapi-%{version} +%autopatch -p1 # Requires orjson rm tests/test_default_response_class.py ++++++ fastapi-0.85.0.tar.gz -> fastapi-0.85.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-fastapi/fastapi-0.85.0.tar.gz /work/SRC/openSUSE:Factory/.python-fastapi.new.2275/fastapi-0.85.1.tar.gz differ: char 32, line 1 ++++++ fastapi-support-startlette-0.21.0.patch ++++++ ++++ 775 lines (skipped)