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:
David Anes 2022-11-04 12:08:35 +00:00 committed by Git OBS Bridge
parent dce59800ba
commit c398675c37
4 changed files with 16 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdcaff84ecf7ae939b9579f0c98b0a0989ee3dd855710a32bc985260d92612f6
size 9661644

View File

@ -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>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fastapi
Version: 0.85.2
Version: 0.86.0
Release: 0
Summary: FastAPI framework
License: MIT