From fa7b1ac21fd7ab6def488f3addc8f063d097b703e71c6bf09afd431e451f4dae Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 10 Mar 2023 12:06:08 +0000 Subject: [PATCH 1/2] Accepting request 1070705 from home:david.anes:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/1070705 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=29 --- fastapi-0.92.0.tar.gz | 3 --- fastapi-0.93.0.tar.gz | 3 +++ python-fastapi.changes | 35 +++++++++++++++++++++++++++++++++++ python-fastapi.spec | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.92.0.tar.gz create mode 100644 fastapi-0.93.0.tar.gz diff --git a/fastapi-0.92.0.tar.gz b/fastapi-0.92.0.tar.gz deleted file mode 100644 index 338c7a5..0000000 --- a/fastapi-0.92.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:023a0f5bd2c8b2609014d3bba1e14a1d7df96c6abea0a73070621c9862b9a4de -size 9741200 diff --git a/fastapi-0.93.0.tar.gz b/fastapi-0.93.0.tar.gz new file mode 100644 index 0000000..e7e8123 --- /dev/null +++ b/fastapi-0.93.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2944febec6da706f4c82cdfa0de48afda960c8fbde29dec88697d55a67d7718 +size 9750157 diff --git a/python-fastapi.changes b/python-fastapi.changes index d2de4d4..74c2e6a 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Mar 10 11:38:38 UTC 2023 - David Anes + +- Update to 0.93.0: + * Features + - Add support for lifespan async context managers (superseding + startup and shutdown events). Initial PR #2944 by @uSpike. + * Docs + - Fix formatting in docs/en/docs/tutorial/metadata.md for ReDoc. + PR #6005 by @eykamp. + * Translations + - Tamil translations - initial setup. PR #5564 by @gusty1g. + - Add French translation for docs/fr/docs/advanced/path-operation-advanced-configuration.md. + PR #9221 by @axel584. + - Add French translation for docs/tutorial/debugging.md. + PR #9175 by @frabc. + - Initiate Armenian translation setup. PR #5844 by @har8. + - Add French translation for deployment/manually.md. + PR #3693 by @rjNemo. + * Internal + - Update translation bot messages. PR #9206 by @tiangolo. + - Update translations bot to use Discussions, and notify when a + PR is done. PR #9183 by @tiangolo. + - Update sponsors-badges. PR #9182 by @tiangolo. + - Update FastAPI People. PR #9181 by @github-actions[bot]. + - Log GraphQL errors in FastAPI People, because it returns 200, + with a payload with an error. PR #9171 by @tiangolo. + - Fix/workaround GitHub Actions in Docker with git for FastAPI + People. PR #9169 by @tiangolo. + - Refactor FastAPI Experts to use only discussions now that + questions are migrated. PR #9165 by @tiangolo. + - Upgrade analytics. PR #6025 by @tiangolo. + - Upgrade and re-enable installing Typer-CLI. + PR #6008 by @tiangolo. + ------------------------------------------------------------------- Thu Feb 16 16:19:51 UTC 2023 - David Anes diff --git a/python-fastapi.spec b/python-fastapi.spec index 154c5fd..2606982 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.92.0 +Version: 0.93.0 Release: 0 Summary: FastAPI framework License: MIT From 96d40c306210ee87ad195a5514f85fac7563450cb9a4abcf78a2fd9ff26822d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 15 Mar 2023 08:21:33 +0000 Subject: [PATCH 2/2] Accepting request 1071442 from home:david.anes:branches:devel:languages:python - Update to 0.94.1: * Fixes: - Fix types for lifespan, upgrade Starlette to 0.26.1. PR #9245 by @tiangolo. - Update to 0.94.0: * Upgrades - Upgrade python-multipart to support 0.0.6. PR #9212 by @musicinmybrain. - Upgrade Starlette version, support new lifespan with state. PR #9239 by @tiangolo. * Docs - Update Sentry link in docs. PR #9218 by @smeubank. * Translations - Add Russian translation for docs/ru/docs/history-design-future.md. PR #5986 by @Xewus. * Internal - Add pydantic to PyPI classifiers. PR #5914 by @yezz123. - Bump black from 22.10.0 to 23.1.0. PR #5953 by @dependabot[bot]. - Bump types-ujson from 5.6.0.0 to 5.7.0.1. PR #6027 by @dependabot[bot]. - Bump dawidd6/action-download-artifact from 2.24.3 to 2.26.0. PR #6034 by @dependabot[bot]. - [pre-commit.ci] pre-commit autoupdate. PR #5709 by @pre-commit-ci[bot]. OBS-URL: https://build.opensuse.org/request/show/1071442 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=30 --- fastapi-0.93.0.tar.gz | 3 --- fastapi-0.94.1.tar.gz | 3 +++ python-fastapi.changes | 29 +++++++++++++++++++++++++++++ python-fastapi.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.93.0.tar.gz create mode 100644 fastapi-0.94.1.tar.gz diff --git a/fastapi-0.93.0.tar.gz b/fastapi-0.93.0.tar.gz deleted file mode 100644 index e7e8123..0000000 --- a/fastapi-0.93.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2944febec6da706f4c82cdfa0de48afda960c8fbde29dec88697d55a67d7718 -size 9750157 diff --git a/fastapi-0.94.1.tar.gz b/fastapi-0.94.1.tar.gz new file mode 100644 index 0000000..65b04bc --- /dev/null +++ b/fastapi-0.94.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd +size 9752610 diff --git a/python-fastapi.changes b/python-fastapi.changes index 74c2e6a..4d23043 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Mar 14 09:28:08 UTC 2023 - David Anes + +- Update to 0.94.1: + * Fixes: + - Fix types for lifespan, upgrade Starlette to 0.26.1. + PR #9245 by @tiangolo. + +- Update to 0.94.0: + * Upgrades + - Upgrade python-multipart to support 0.0.6. + PR #9212 by @musicinmybrain. + - Upgrade Starlette version, support new lifespan with state. + PR #9239 by @tiangolo. + * Docs + - Update Sentry link in docs. PR #9218 by @smeubank. + * Translations + - Add Russian translation for docs/ru/docs/history-design-future.md. + PR #5986 by @Xewus. + * Internal + - Add pydantic to PyPI classifiers. PR #5914 by @yezz123. + - Bump black from 22.10.0 to 23.1.0. PR #5953 by @dependabot[bot]. + - Bump types-ujson from 5.6.0.0 to 5.7.0.1. + PR #6027 by @dependabot[bot]. + - Bump dawidd6/action-download-artifact from 2.24.3 to 2.26.0. + PR #6034 by @dependabot[bot]. + - [pre-commit.ci] pre-commit autoupdate. + PR #5709 by @pre-commit-ci[bot]. + ------------------------------------------------------------------- Fri Mar 10 11:38:38 UTC 2023 - David Anes diff --git a/python-fastapi.spec b/python-fastapi.spec index 2606982..38b34a7 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.93.0 +Version: 0.94.1 Release: 0 Summary: FastAPI framework License: MIT