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
This commit is contained in:
parent
e7f3758648
commit
fa7b1ac21f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:023a0f5bd2c8b2609014d3bba1e14a1d7df96c6abea0a73070621c9862b9a4de
|
|
||||||
size 9741200
|
|
3
fastapi-0.93.0.tar.gz
Normal file
3
fastapi-0.93.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2944febec6da706f4c82cdfa0de48afda960c8fbde29dec88697d55a67d7718
|
||||||
|
size 9750157
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 10 11:38:38 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
- 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 <david.anes@suse.com>
|
Thu Feb 16 16:19:51 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# Keep extra test requirements out of Ring1
|
# Keep extra test requirements out of Ring1
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
Name: python-fastapi
|
Name: python-fastapi
|
||||||
Version: 0.92.0
|
Version: 0.93.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FastAPI framework
|
Summary: FastAPI framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user