From 5bb205f8068ed6a8ace029826a182e66d047c0b6b5d5a081555ccd78afcfe120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 20 Jun 2023 10:51:59 +0000 Subject: [PATCH] Accepting request 1093954 from home:david.anes:branches:devel:languages:python - update to 0.97.0: * Features - Add support for dependencies in WebSocket routes. - Add exception handler for WebSocketRequestValidationError (which also allows to override it). * Refactors - Upgrade and fully migrate to Ruff, remove isort, includes a couple of tweaks suggested by the new version of Ruff. - Update internal type annotations and upgrade mypy. - Simplify AsyncExitStackMiddleware as without Python 3.6 AsyncExitStack is always available. * Upgrades - Upgrade Black. OBS-URL: https://build.opensuse.org/request/show/1093954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=45 --- fastapi-0.97.0.tar.gz | 3 +++ python-fastapi.changes | 17 +++++++++++++++++ python-fastapi.spec | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 fastapi-0.97.0.tar.gz diff --git a/fastapi-0.97.0.tar.gz b/fastapi-0.97.0.tar.gz new file mode 100644 index 0000000..2f72530 --- /dev/null +++ b/fastapi-0.97.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986 +size 10337475 diff --git a/python-fastapi.changes b/python-fastapi.changes index d0b7c62..f4c7ad5 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 20 10:11:51 UTC 2023 - David Anes + +- update to 0.97.0: + * Features + - Add support for dependencies in WebSocket routes. + - Add exception handler for WebSocketRequestValidationError + (which also allows to override it). + * Refactors + - Upgrade and fully migrate to Ruff, remove isort, includes a + couple of tweaks suggested by the new version of Ruff. + - Update internal type annotations and upgrade mypy. + - Simplify AsyncExitStackMiddleware as without Python 3.6 + AsyncExitStack is always available. + * Upgrades + - Upgrade Black. + ------------------------------------------------------------------- Sun Jun 11 11:52:48 UTC 2023 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index 566943a..9ef9583 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -19,7 +19,7 @@ # Keep extra test requirements out of Ring1 %bcond_with ringdisabled Name: python-fastapi -Version: 0.96.1 +Version: 0.97.0 Release: 0 Summary: FastAPI framework License: MIT