diff --git a/openapi-core-0.19.4-gh.tar.gz b/openapi-core-0.19.4-gh.tar.gz deleted file mode 100644 index 2ea57a7..0000000 --- a/openapi-core-0.19.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84d7260f145d6ec44171884dae7bce10c4b2918132b4b2e67a5558e949005213 -size 182585 diff --git a/openapi-core-0.19.5-gh.tar.gz b/openapi-core-0.19.5-gh.tar.gz new file mode 100644 index 0000000..7d7a4b9 --- /dev/null +++ b/openapi-core-0.19.5-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2d551e5eb130581e29b6d78930bd3dc92343b8dc7ca96965a58b5c0f032e33 +size 194093 diff --git a/python-openapi-core.changes b/python-openapi-core.changes index de33810..0c3cbaa 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 24 13:30:55 UTC 2025 - Markéta Machová + +- update to 0.19.5 + * Add django decorator + * Allow Starlette 0.41.x and FastAPI 0.115.x +- Review skipped tests, skip test failing with Python 3.14 + ------------------------------------------------------------------- Fri Sep 27 08:15:11 UTC 2024 - Markéta Machová diff --git a/python-openapi-core.spec b/python-openapi-core.spec index c648e46..6e35c44 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-openapi-core # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif Name: python-openapi-core -Version: 0.19.4 +Version: 0.19.5 Release: 0 Summary: Client- and server-side support for the OpenAPI Specification v3 License: BSD-3-Clause @@ -90,11 +90,12 @@ done %if !%{with django} rm -v tests/unit/contrib/django/test_django.py %endif -%pytest tests/unit -k 'not (test_read_only_properties_invalid or test_write_only_properties_invalid)' +# https://github.com/python-openapi/openapi-core/issues/1009 TestImportModelCreate::test_dynamic_model fails with Python 3.14 +%pytest tests/unit -k 'not (test_dynamic_model)' %files %{python_files} %license LICENSE -%doc README.rst +%doc README.md %{python_sitelib}/openapi_core %{python_sitelib}/openapi_core-%{version}*-info