forked from pool/python-fastapi
- Update to 0.115.13:
* Fix truncating the model's description with form feed (\f) character for Pydantic V2. - Ignore more test files with ringdisabled as inline_snapshot expands inside the testsuite. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=92
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681
|
||||
size 295236
|
3
fastapi-0.115.13.tar.gz
Normal file
3
fastapi-0.115.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307
|
||||
size 295680
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 01:53:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.115.13:
|
||||
* Fix truncating the model's description with form feed (\f) character
|
||||
for Pydantic V2.
|
||||
- Ignore more test files with ringdisabled as inline_snapshot expands
|
||||
inside the testsuite.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 05:58:54 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fastapi
|
||||
Version: 0.115.12
|
||||
Version: 0.115.13
|
||||
Release: 0
|
||||
Summary: FastAPI framework
|
||||
License: MIT
|
||||
@@ -114,6 +114,8 @@ ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_sql_databases/test_t
|
||||
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_py310.py"
|
||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_header_param_models/test_tutorial003.py"
|
||||
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_query_params_str_validations/test_tutorial015.py"
|
||||
|
||||
donttest="$donttest or test_orjson_response_class"
|
||||
donttest="$donttest or (test_tutorial001 and test_get_custom_response)"
|
||||
|
Reference in New Issue
Block a user