diff --git a/openapi-spec-validator-0.7.1-gh.tar.gz b/openapi-spec-validator-0.7.1-gh.tar.gz deleted file mode 100644 index f98b037..0000000 --- a/openapi-spec-validator-0.7.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d7201cbef1e584f7323c96dc3e45d1a8d1f387a5b0ed808948e094fee328ee2 -size 84887 diff --git a/openapi-spec-validator-0.7.2-gh.tar.gz b/openapi-spec-validator-0.7.2-gh.tar.gz new file mode 100644 index 0000000..5741c04 --- /dev/null +++ b/openapi-spec-validator-0.7.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331acbcefe9a77cfeca81a6fae776258d3db0071b4d4be9238d0764e3e6b9d3e +size 86252 diff --git a/python-openapi-spec-validator.changes b/python-openapi-spec-validator.changes index 1e4e655..95a1108 100644 --- a/python-openapi-spec-validator.changes +++ b/python-openapi-spec-validator.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 14 12:28:02 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-openapi-spec-validator.spec b/python-openapi-spec-validator.spec index 6426db8..c9d9f8c 100644 --- a/python-openapi-spec-validator.spec +++ b/python-openapi-spec-validator.spec @@ -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}