diff --git a/fastapi-0.97.0.tar.gz b/fastapi-0.97.0.tar.gz deleted file mode 100644 index 2f72530..0000000 --- a/fastapi-0.97.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986 -size 10337475 diff --git a/fastapi-0.98.0.tar.gz b/fastapi-0.98.0.tar.gz new file mode 100644 index 0000000..1832b7a --- /dev/null +++ b/fastapi-0.98.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b +size 10373634 diff --git a/python-fastapi.changes b/python-fastapi.changes index f4c7ad5..4a42893 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Jun 25 17:54:32 UTC 2023 - Dirk Müller + +- update to 0.98.0: + * Allow disabling `redirect_slashes` at the FastAPI app + level. + * Update `Annotated` notes in `docs/en/docs/tutorial/schema- + extra-example.md`. PR #9620 by @Alexandrhub. + * Fix typo `Annotation` -> `Annotated` in + `docs/en/docs/tutorial/query-params-str-validations.md`. + * Use in memory database for testing SQL in docs. + * Add Russian translation for + `docs/ru/docs/tutorial/metadata.md`. + * Fix typo in Spanish translation for + `docs/es/docs/tutorial/first-steps.md`. + * Add Russian translation for `docs/tutorial/path-operation- + configuration.md`. + * Add Chinese translation for + `docs/zh/docs/advanced/security/index.md`. + * Add Chinese translations for + `docs/zh/docs/advanced/settings.md`. + * Add Chinese translations for + `docs/zh/docs/advanced/websockets.md`. + * Add Chinese translation for + `docs/zh/docs/tutorial/testing.md`. + * Add Russian translation for `docs/tutorial/extra- + models.md`. + * Add Russian translation for `docs/tutorial/cors.md`. + * Add Polish translation for `docs/pl/docs/features.md`. + * Add Russian translation for `docs/ru/docs/tutorial/body- + nested-models.md`. + ------------------------------------------------------------------- Tue Jun 20 10:11:51 UTC 2023 - David Anes diff --git a/python-fastapi.spec b/python-fastapi.spec index 9ef9583..5030c61 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.97.0 +Version: 0.98.0 Release: 0 Summary: FastAPI framework License: MIT