Accepting request 1033506 from home:stroeder:python
Update to 0.86.0 OBS-URL: https://build.opensuse.org/request/show/1033506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=16
This commit is contained in:
parent
dce59800ba
commit
c398675c37
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e10ea0992c700e0b17b6de8c2092d7b9cd763ce92c49ee8d4be10fee3b2f367
|
|
||||||
size 9659171
|
|
3
fastapi-0.86.0.tar.gz
Normal file
3
fastapi-0.86.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdcaff84ecf7ae939b9579f0c98b0a0989ee3dd855710a32bc985260d92612f6
|
||||||
|
size 9661644
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 4 11:06:39 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to 0.86.0
|
||||||
|
* Features:
|
||||||
|
- Add Python 3.11 to the officially supported versions. PR #5587
|
||||||
|
- Enable tests for Python 3.11. PR #4881
|
||||||
|
* Fixes:
|
||||||
|
- Close FormData (uploaded files) after the request is done. PR #5465
|
||||||
|
* Docs:
|
||||||
|
- Fix typo in docs/en/docs/tutorial/security/oauth2-jwt.md. PR #5584
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 2 10:35:31 UTC 2022 - David Anes <david.anes@suse.com>
|
Wed Nov 2 10:35:31 UTC 2022 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fastapi
|
Name: python-fastapi
|
||||||
Version: 0.85.2
|
Version: 0.86.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FastAPI framework
|
Summary: FastAPI framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user