15
0

- update to 0.7.2:

* Allow undefined required properties #312
  * Extract extra options recursively #391

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-spec-validator?expand=0&rev=32
This commit is contained in:
2025-07-14 12:28:17 +00:00
committed by Git OBS Bridge
parent 06d878cdee
commit c489f8bd41
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-openapi-spec-validator
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-openapi-spec-validator
Version: 0.7.1
Version: 0.7.2
Release: 0
Summary: Python module for validating OpenAPI Specs against Swagger and OAS3
License: Apache-2.0
@@ -38,7 +38,7 @@ Requires: (python-openapi-schema-validator >= 0.6.0 with python-openapi-sc
Requires: python-importlib-resources >= 5.8.0
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module importlib-resources >= 5.8.0 if %python-base < 3.9}