15
0

Accepting request 1293130 from devel:languages:python

- update to 0.7.2:
  * Allow undefined required properties #312
  * Extract extra options recursively #391

OBS-URL: https://build.opensuse.org/request/show/1293130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openapi-spec-validator?expand=0&rev=16
This commit is contained in:
2025-07-15 14:43:59 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:331acbcefe9a77cfeca81a6fae776258d3db0071b4d4be9238d0764e3e6b9d3e
size 86252

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 14 12:28:02 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.7.2:
* Allow undefined required properties #312
* Extract extra options recursively #391
-------------------------------------------------------------------
Sun Dec 17 02:23:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

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}