From 6a048dabd7cc198211a09f9810bf850aca94e7eee8fc192b6acff6331dd88620 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 19 Aug 2022 01:29:32 +0000 Subject: [PATCH 1/2] Accepting request 998045 from home:stroeder:python - Update to 0.79.1 OBS-URL: https://build.opensuse.org/request/show/998045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=3 --- fastapi-0.79.0.tar.gz | 3 --- fastapi-0.79.1.tar.gz | 3 +++ python-fastapi.changes | 5 +++++ python-fastapi.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.79.0.tar.gz create mode 100644 fastapi-0.79.1.tar.gz diff --git a/fastapi-0.79.0.tar.gz b/fastapi-0.79.0.tar.gz deleted file mode 100644 index 2caf5d2..0000000 --- a/fastapi-0.79.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0ff6db25b91d321050c4112baab0908c90f19b40bf257f9591d2f9780d1f22 -size 7123609 diff --git a/fastapi-0.79.1.tar.gz b/fastapi-0.79.1.tar.gz new file mode 100644 index 0000000..2dc8a5a --- /dev/null +++ b/fastapi-0.79.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006862dec0f0f5683ac21fb0864af2ff12a931e7ba18920f28cc8eceed51896b +size 9659714 diff --git a/python-fastapi.changes b/python-fastapi.changes index d304117..2b821b2 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 18 22:57:21 UTC 2022 - Michael Ströder + +- Update to 0.79.1 + ------------------------------------------------------------------- Fri Aug 5 05:28:18 UTC 2022 - John Vandenberg diff --git a/python-fastapi.spec b/python-fastapi.spec index f3a1f92..c74926d 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.79.0 +Version: 0.79.1 Release: 0 Summary: FastAPI framework License: MIT From df4d542f8d686fe096e13154556eaf731e34963d0aadf75b8b60a477d6f2e592 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 20 Aug 2022 03:26:47 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=4 --- python-fastapi.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-fastapi.changes b/python-fastapi.changes index 2b821b2..0af3140 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -2,6 +2,10 @@ Thu Aug 18 22:57:21 UTC 2022 - Michael Ströder - Update to 0.79.1 + * Fix jsonable_encoder using include and exclude parameters for + non-Pydantic objects + * Fix edge case with repeated aliases names not shown in OpenAPI + * Improved docs ------------------------------------------------------------------- Fri Aug 5 05:28:18 UTC 2022 - John Vandenberg @@ -14,6 +18,6 @@ Sat Nov 28 23:42:11 UTC 2020 - John Vandenberg - Update to v0.61.2 ------------------------------------------------------------------- -Sat Jul 25 04:29:21 PM UTC 2020 - John Vandenberg +Sat Jul 25 04:29:21 UTC 2020 - John Vandenberg - Initial spec for v0.60.1