From cb01d48d36528017506d3981dc1b660c33d446784601192d9a9c5f281e09be98 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 09:45:15 +0000 Subject: [PATCH] - update to 0.108.0: * Upgrade Starlette to `>=0.29.0,<0.33.0`, update docs and usage of templates with new Starlette arguments. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=60 --- fastapi-0.105.0.tar.gz | 3 --- fastapi-0.108.0.tar.gz | 3 +++ python-fastapi.changes | 7 +++++++ python-fastapi.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 fastapi-0.105.0.tar.gz create mode 100644 fastapi-0.108.0.tar.gz diff --git a/fastapi-0.105.0.tar.gz b/fastapi-0.105.0.tar.gz deleted file mode 100644 index 56eacb0..0000000 --- a/fastapi-0.105.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22 -size 11410363 diff --git a/fastapi-0.108.0.tar.gz b/fastapi-0.108.0.tar.gz new file mode 100644 index 0000000..9182a74 --- /dev/null +++ b/fastapi-0.108.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5056e504ac6395bf68493d71fcfc5352fdbd5fda6f88c21f6420d80d81163296 +size 11417797 diff --git a/python-fastapi.changes b/python-fastapi.changes index 67043a7..71ceb2b 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 27 09:43:26 UTC 2023 - Dirk Müller + +- update to 0.108.0: + * Upgrade Starlette to `>=0.29.0,<0.33.0`, update docs and + usage of templates with new Starlette arguments. + ------------------------------------------------------------------- Thu Dec 14 10:14:31 UTC 2023 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index 6700b07..6ad275e 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -20,7 +20,7 @@ %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-fastapi -Version: 0.105.0 +Version: 0.108.0 Release: 0 Summary: FastAPI framework License: MIT @@ -31,12 +31,12 @@ Patch0: remove-classifiers.patch BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pydantic >= 1.8.2} -BuildRequires: %{python_module starlette >= 0.27.0} +BuildRequires: %{python_module starlette >= 0.29.0} BuildRequires: %{python_module typing_extensions >= 4.8.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pydantic >= 1.8.2 -Requires: python-starlette >= 0.27.0 +Requires: python-starlette >= 0.29.0 Requires: python-typing_extensions >= 4.8.0 BuildArch: noarch # SECTION test requirements