From 6a048dabd7cc198211a09f9810bf850aca94e7eee8fc192b6acff6331dd88620 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 19 Aug 2022 01:29:32 +0000 Subject: [PATCH] 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