14
0

- 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:
2025-06-24 01:54:42 +00:00
committed by Git OBS Bridge
parent 546b785065
commit 311127468d
4 changed files with 15 additions and 4 deletions

View File

@@ -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)"