From 34a815a77981dee2f38d4261a6f8a242da15fc3ef84ebcde3ac6a8520999b018 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 10:15:07 +0000 Subject: [PATCH] - update to 0.105.0: * Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]`. * Remove unused NoneType. * Tweak default suggested configs for generating clients. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=58 --- fastapi-0.104.1.tar.gz | 3 --- fastapi-0.105.0.tar.gz | 3 +++ python-fastapi.changes | 9 +++++++++ python-fastapi.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.104.1.tar.gz create mode 100644 fastapi-0.105.0.tar.gz diff --git a/fastapi-0.104.1.tar.gz b/fastapi-0.104.1.tar.gz deleted file mode 100644 index b482ef6..0000000 --- a/fastapi-0.104.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae -size 11295150 diff --git a/fastapi-0.105.0.tar.gz b/fastapi-0.105.0.tar.gz new file mode 100644 index 0000000..56eacb0 --- /dev/null +++ b/fastapi-0.105.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22 +size 11410363 diff --git a/python-fastapi.changes b/python-fastapi.changes index 2ce8c3d..67043a7 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 14 10:14:31 UTC 2023 - Dirk Müller + +- update to 0.105.0: + * Add support for multiple Annotated annotations, e.g. + `Annotated[str, Field(), Query()]`. + * Remove unused NoneType. + * Tweak default suggested configs for generating clients. + ------------------------------------------------------------------- Tue Nov 7 14:13:47 UTC 2023 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index 6334e26..6700b07 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.104.1 +Version: 0.105.0 Release: 0 Summary: FastAPI framework License: MIT