17
0

Accepting request 1113193 from home:bnavigator:branches:devel:languages:python

- Update to 0.6.1
  * Jsonschema package keywords module rename fix #132

OBS-URL: https://build.opensuse.org/request/show/1113193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=19
This commit is contained in:
2023-09-24 17:22:18 +00:00
committed by Git OBS Bridge
parent 461e8c8932
commit 5715bc68e5
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-openapi-schema-validator
Version: 0.6.0
Version: 0.6.1
Release: 0
Summary: OpenAPI schema validator for Python
License: BSD-3-Clause
@@ -35,7 +35,7 @@ Requires: python-rfc3339-validator
Requires: (python-jsonschema >= 4.18 with python-jsonschema < 5)
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module jsonschema >= 4.18 with %python-jsonschema < 5}
BuildRequires: %{python_module jsonschema >= 4.19.1 with %python-jsonschema < 5}
BuildRequires: %{python_module jsonschema-specifications >= 2023.5.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rfc3339-validator}