2023-09-26 20:01:16 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a005a91c6d2fc1769632d1583d9e4e82d36144e4ec745c794ca2ec3a4db817d
size 52700

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 23 10:37:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.6.1
* Jsonschema package keywords module rename fix #132
-------------------------------------------------------------------
Sat Jul 29 21:58:36 UTC 2023 - Ben Greiner <code@bnavigator.de>

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}