From c398675c37425983a2e2b3f285d7154659956896f0635a83074530396cc8c70c Mon Sep 17 00:00:00 2001 From: David Anes Date: Fri, 4 Nov 2022 12:08:35 +0000 Subject: [PATCH] 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 --- fastapi-0.85.2.tar.gz | 3 --- fastapi-0.86.0.tar.gz | 3 +++ python-fastapi.changes | 12 ++++++++++++ python-fastapi.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.85.2.tar.gz create mode 100644 fastapi-0.86.0.tar.gz diff --git a/fastapi-0.85.2.tar.gz b/fastapi-0.85.2.tar.gz deleted file mode 100644 index c92a09f..0000000 --- a/fastapi-0.85.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e10ea0992c700e0b17b6de8c2092d7b9cd763ce92c49ee8d4be10fee3b2f367 -size 9659171 diff --git a/fastapi-0.86.0.tar.gz b/fastapi-0.86.0.tar.gz new file mode 100644 index 0000000..51ad638 --- /dev/null +++ b/fastapi-0.86.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcaff84ecf7ae939b9579f0c98b0a0989ee3dd855710a32bc985260d92612f6 +size 9661644 diff --git a/python-fastapi.changes b/python-fastapi.changes index 1080516..b86f631 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 4 11:06:39 UTC 2022 - Michael Ströder + +- 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 diff --git a/python-fastapi.spec b/python-fastapi.spec index 721b3b0..1b65998 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -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