Accepting request 1096434 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1096434 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=22
This commit is contained in:
commit
d03434a233
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986
|
||||
size 10337475
|
3
fastapi-0.98.0.tar.gz
Normal file
3
fastapi-0.98.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b
|
||||
size 10373634
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 17:54:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <david.anes@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user