From 311127468d05b0f06e9d1f9e1f23f0b0ffd1c3a70f6a7846012e884193162db6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 24 Jun 2025 01:54:42 +0000 Subject: [PATCH] - 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 --- fastapi-0.115.12.tar.gz | 3 --- fastapi-0.115.13.tar.gz | 3 +++ python-fastapi.changes | 9 +++++++++ python-fastapi.spec | 4 +++- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fastapi-0.115.12.tar.gz create mode 100644 fastapi-0.115.13.tar.gz diff --git a/fastapi-0.115.12.tar.gz b/fastapi-0.115.12.tar.gz deleted file mode 100644 index c1da55d..0000000 --- a/fastapi-0.115.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681 -size 295236 diff --git a/fastapi-0.115.13.tar.gz b/fastapi-0.115.13.tar.gz new file mode 100644 index 0000000..269afe9 --- /dev/null +++ b/fastapi-0.115.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307 +size 295680 diff --git a/python-fastapi.changes b/python-fastapi.changes index 214ac6f..a64828a 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 24 01:53:44 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-fastapi.spec b/python-fastapi.spec index a6d2b25..3c9f9d2 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -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)"