From 778d7da896e1be369b02d521d97681d7fe63b12e74b546ae7e774aaa8b2de1c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Dec 2024 14:50:18 +0000 Subject: [PATCH] - update to 0.115.6: * Preserve traceback when an exception is raised in sync dependency with `yield`. PR #5823 by @sombek. * Update tests and internals for compatibility with Pydantic >=2.10. PR #12971 by @tamird. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=84 --- fastapi-0.115.5.tar.gz | 3 --- fastapi-0.115.6.tar.gz | 3 +++ python-fastapi.changes | 9 +++++++++ python-fastapi.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.115.5.tar.gz create mode 100644 fastapi-0.115.6.tar.gz diff --git a/fastapi-0.115.5.tar.gz b/fastapi-0.115.5.tar.gz deleted file mode 100644 index d049b37..0000000 --- a/fastapi-0.115.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289 -size 301047 diff --git a/fastapi-0.115.6.tar.gz b/fastapi-0.115.6.tar.gz new file mode 100644 index 0000000..d960f5a --- /dev/null +++ b/fastapi-0.115.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654 +size 301336 diff --git a/python-fastapi.changes b/python-fastapi.changes index afba38b..ba3e703 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 5 14:49:59 UTC 2024 - Dirk Müller + +- update to 0.115.6: + * Preserve traceback when an exception is raised in sync + dependency with `yield`. PR #5823 by @sombek. + * Update tests and internals for compatibility with Pydantic + >=2.10. PR #12971 by @tamird. + ------------------------------------------------------------------- Thu Nov 21 08:52:11 UTC 2024 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index ae00cce..121bd3b 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -20,7 +20,7 @@ %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-fastapi -Version: 0.115.5 +Version: 0.115.6 Release: 0 Summary: FastAPI framework License: MIT