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:
BIN
openapi-core-0.19.4-gh.tar.gz
LFS
BIN
openapi-core-0.19.4-gh.tar.gz
LFS
Binary file not shown.
3
openapi-core-0.19.5-gh.tar.gz
Normal file
3
openapi-core-0.19.5-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a2d551e5eb130581e29b6d78930bd3dc92343b8dc7ca96965a58b5c0f032e33
|
||||
size 194093
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user