diff --git a/fastapi-0.108.0.tar.gz b/fastapi-0.108.0.tar.gz deleted file mode 100644 index 9182a74..0000000 --- a/fastapi-0.108.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5056e504ac6395bf68493d71fcfc5352fdbd5fda6f88c21f6420d80d81163296 -size 11417797 diff --git a/fastapi-0.109.0.tar.gz b/fastapi-0.109.0.tar.gz new file mode 100644 index 0000000..0db0ec4 --- /dev/null +++ b/fastapi-0.109.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b978095b9ee01a5cf49b19f4bc1ac9b8ca83aa076e770ef8fd9af09a2b88d191 +size 11475098 diff --git a/python-fastapi.changes b/python-fastapi.changes index 71ceb2b..1492f42 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 13 20:37:39 UTC 2024 - Ben Greiner + +- Update to 0.109.0 + * Add support for Python 3.12. PR #10666 by @Jamim. + * Upgrade Starlette to >=0.35.0,<0.36.0. PR #10938 by @tiangolo. + * Translation updates + ------------------------------------------------------------------- Wed Dec 27 09:43:26 UTC 2023 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index 6ad275e..f30c54a 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -1,7 +1,7 @@ # # spec file for package python-fastapi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-fastapi -Version: 0.108.0 +Version: 0.109.0 Release: 0 Summary: FastAPI framework License: MIT @@ -31,13 +31,13 @@ Patch0: remove-classifiers.patch BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pydantic >= 1.8.2} -BuildRequires: %{python_module starlette >= 0.29.0} +BuildRequires: %{python_module starlette >= 0.35.0 with %python-starlette < 0.36} BuildRequires: %{python_module typing_extensions >= 4.8.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pydantic >= 1.8.2 -Requires: python-starlette >= 0.29.0 Requires: python-typing_extensions >= 4.8.0 +Requires: (python-starlette >= 0.35.0 with python-starlette < 0.36) BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest}