diff --git a/openapi-schema-validator-0.6.0-gh.tar.gz b/openapi-schema-validator-0.6.0-gh.tar.gz deleted file mode 100644 index 43fe329..0000000 --- a/openapi-schema-validator-0.6.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a005a91c6d2fc1769632d1583d9e4e82d36144e4ec745c794ca2ec3a4db817d -size 52700 diff --git a/openapi-schema-validator-0.6.1-gh.tar.gz b/openapi-schema-validator-0.6.1-gh.tar.gz new file mode 100644 index 0000000..9d4fe65 --- /dev/null +++ b/openapi-schema-validator-0.6.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d70ad3322051d5bb140923ca609dae7b44a367ba158aa0841f08087ebaf14b9 +size 52966 diff --git a/python-openapi-schema-validator.changes b/python-openapi-schema-validator.changes index 993a6c5..f7db6e2 100644 --- a/python-openapi-schema-validator.changes +++ b/python-openapi-schema-validator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 23 10:37:30 UTC 2023 - Ben Greiner + +- Update to 0.6.1 + * Jsonschema package keywords module rename fix #132 + ------------------------------------------------------------------- Sat Jul 29 21:58:36 UTC 2023 - Ben Greiner diff --git a/python-openapi-schema-validator.spec b/python-openapi-schema-validator.spec index a8cd3c3..da71eae 100644 --- a/python-openapi-schema-validator.spec +++ b/python-openapi-schema-validator.spec @@ -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}