Accepting request 998602 from devel:languages:python
- Update to 0.79.1 OBS-URL: https://build.opensuse.org/request/show/998602 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=2
This commit is contained in:
commit
0e4f55ab3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf0ff6db25b91d321050c4112baab0908c90f19b40bf257f9591d2f9780d1f22
|
||||
size 7123609
|
3
fastapi-0.79.1.tar.gz
Normal file
3
fastapi-0.79.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:006862dec0f0f5683ac21fb0864af2ff12a931e7ba18920f28cc8eceed51896b
|
||||
size 9659714
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 22:57:21 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 0.79.1
|
||||
* Fix jsonable_encoder using include and exclude parameters for
|
||||
non-Pydantic objects
|
||||
* Fix edge case with repeated aliases names not shown in OpenAPI
|
||||
* Improved docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 05:28:18 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
@ -9,6 +18,6 @@ Sat Nov 28 23:42:11 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
- Update to v0.61.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 04:29:21 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
Sat Jul 25 04:29:21 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Initial spec for v0.60.1
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fastapi
|
||||
Version: 0.79.0
|
||||
Version: 0.79.1
|
||||
Release: 0
|
||||
Summary: FastAPI framework
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user