17
0

Accepting request 1319932 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1319932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openapi-core?expand=0&rev=22
This commit is contained in:
2025-11-25 14:54:27 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a2d551e5eb130581e29b6d78930bd3dc92343b8dc7ca96965a58b5c0f032e33
size 194093

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 24 13:30:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>

View File

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