- 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
This commit is contained in:
parent
34a815a779
commit
cb01d48d36
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22
|
||||
size 11410363
|
3
fastapi-0.108.0.tar.gz
Normal file
3
fastapi-0.108.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5056e504ac6395bf68493d71fcfc5352fdbd5fda6f88c21f6420d80d81163296
|
||||
size 11417797
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 09:43:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user