From 5ef3448ec3d38b08d73b1c064bed30952c1e1a483b8cdaeb2dfb824d415a8a4f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Sep 2023 17:22:18 +0000 Subject: [PATCH] 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 --- openapi-schema-validator-0.6.0-gh.tar.gz | 3 --- openapi-schema-validator-0.6.1-gh.tar.gz | 3 +++ python-openapi-schema-validator.changes | 6 ++++++ python-openapi-schema-validator.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 openapi-schema-validator-0.6.0-gh.tar.gz create mode 100644 openapi-schema-validator-0.6.1-gh.tar.gz 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}