Accepting request 1073491 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1073491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=15
This commit is contained in:
commit
08ef9fac9f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd
|
|
||||||
size 9752610
|
|
3
fastapi-0.95.0.tar.gz
Normal file
3
fastapi-0.95.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99d4fdb10e9dd9a24027ac1d0bd4b56702652056ca17a6c8721eec4ad2f14e18
|
||||||
|
size 9778574
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 11:52:11 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
- Ignore extra tests to allow building with ringdisabled.
|
||||||
|
|
||||||
|
- Update to 0.95.0:
|
||||||
|
* Highlights
|
||||||
|
- This release adds support for dependencies and parameters
|
||||||
|
using Annotated and recommends its usage.
|
||||||
|
* Features
|
||||||
|
- Add support for PEP-593 Annotated for specifying dependencies
|
||||||
|
and parameters. PR #4871 by @nzig.
|
||||||
|
* Docs
|
||||||
|
- Tweak tip recommending Annotated in docs.
|
||||||
|
PR #9270 by @tiangolo.
|
||||||
|
- Update order of examples, latest Python version first, and
|
||||||
|
simplify version tab names. PR #9269 by @tiangolo.
|
||||||
|
- Update all docs to use Annotated as the main recommendation,
|
||||||
|
with new examples and tests. PR #9268 by @tiangolo.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 14 09:28:08 UTC 2023 - David Anes <david.anes@suse.com>
|
Tue Mar 14 09:28:08 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.94.1
|
Version: 0.95.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FastAPI framework
|
Summary: FastAPI framework
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -82,9 +82,13 @@ ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_
|
|||||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005.py"
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005.py"
|
||||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py39.py"
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py39.py"
|
||||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py310.py"
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py310.py"
|
||||||
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_an.py"
|
||||||
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_an_py39.py"
|
||||||
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_an_py310.py"
|
||||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_sql_databases_peewee"
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_sql_databases_peewee"
|
||||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01.py"
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01.py"
|
||||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01_py310.py"
|
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01_py310.py"
|
||||||
|
|
||||||
donttest="$donttest or test_orjson_response_class"
|
donttest="$donttest or test_orjson_response_class"
|
||||||
donttest="$donttest or (test_tutorial001 and test_get_custom_response)"
|
donttest="$donttest or (test_tutorial001 and test_get_custom_response)"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user