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-09-22 11:05:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old) and /work/SRC/openSUSE:Factory/.python-fastapi.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastapi" Sun Sep 22 11:05:39 2024 rev:34 rq:1202122 version:0.114.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes 2024-08-15 09:57:35.113112839 +0200 +++ /work/SRC/openSUSE:Factory/.python-fastapi.new.29891/python-fastapi.changes 2024-09-22 11:05:53.172270199 +0200 @@ -1,0 +2,13 @@ +Fri Sep 20 08:05:32 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.114.2: + * Fix form field regression with alias. + * Improve performance in request body parsing with a cache for internal + model fields. + * Add support for Pydantic models in Form parameters. + * Fix allow_inf_nan option for Param and Body classes. + * Ensure that app.include_router merges nested lifespans. + * Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0 +- Drop patch allow-starlette-0.38.patch, included upstream. + +------------------------------------------------------------------- Old: ---- allow-starlette-0.38.patch fastapi-0.112.0.tar.gz New: ---- fastapi-0.114.2.tar.gz BETA DEBUG BEGIN: Old: * Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0 - Drop patch allow-starlette-0.38.patch, included upstream. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastapi.spec ++++++ --- /var/tmp/diff_new_pack.ccggof/_old 2024-09-22 11:05:53.820296966 +0200 +++ /var/tmp/diff_new_pack.ccggof/_new 2024-09-22 11:05:53.824297130 +0200 @@ -20,7 +20,7 @@ %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-fastapi -Version: 0.112.0 +Version: 0.114.2 Release: 0 Summary: FastAPI framework License: MIT @@ -28,8 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-%{version}.tar.gz # PATCH-FIX-OPENSUSE Remove two unknown classifiers Patch0: remove-classifiers.patch -# PATCH-FIX-UPSTREAM gh#fastapi/fastapi#11876 -Patch1: allow-starlette-0.38.patch BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pydantic-settings >= 2.0.0} @@ -48,13 +46,13 @@ BuildRequires: %{python_module Flask >= 1.1.2} BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module PyYAML >= 5.3.1} +BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module anyio >= 3.2.1} BuildRequires: %{python_module coverage} BuildRequires: %{python_module dirty-equals} BuildRequires: %{python_module httpx >= 0.23.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-multipart >= 0.0.7} -BuildRequires: %{python_module sqlalchemy < 2.0} BuildRequires: %{python_module trio} %if !%{with ringdisabled} BuildRequires: %{python_module aiosqlite} ++++++ fastapi-0.112.0.tar.gz -> fastapi-0.114.2.tar.gz ++++++ ++++ 4797 lines of diff (skipped)