From 5da6ea7f531a926e7d583c4aa4fe6e1a215812005edbaae91dbb2e7da14bac72 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jul 2023 09:40:31 +0000 Subject: [PATCH] Accepting request 1101341 from home:bnavigator:branches:devel:languages:python:jupyter - Fix requirements OBS-URL: https://build.opensuse.org/request/show/1101341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=17 --- python-openapi-schema-validator.changes | 5 +++++ python-openapi-schema-validator.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-openapi-schema-validator.changes b/python-openapi-schema-validator.changes index aef8e80..993a6c5 100644 --- a/python-openapi-schema-validator.changes +++ b/python-openapi-schema-validator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 29 21:58:36 UTC 2023 - Ben Greiner + +- Fix requirements + ------------------------------------------------------------------- Tue Jul 25 06:06:43 UTC 2023 - Steve Kowalik diff --git a/python-openapi-schema-validator.spec b/python-openapi-schema-validator.spec index 3039917..a8cd3c3 100644 --- a/python-openapi-schema-validator.spec +++ b/python-openapi-schema-validator.spec @@ -30,13 +30,13 @@ BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: python-openapi_schema_validator = %{version}-%{release} -Requires: python-jsonschema >= 4.18 -Requires: python-jsonschema-specifications >= 2023.5 +Requires: python-jsonschema-specifications >= 2023.5.2 Requires: python-rfc3339-validator +Requires: (python-jsonschema >= 4.18 with python-jsonschema < 5) BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module jsonschema >= 4.18} -BuildRequires: %{python_module jsonschema-specifications >= 2023.5} +BuildRequires: %{python_module jsonschema >= 4.18 with %python-jsonschema < 5} +BuildRequires: %{python_module jsonschema-specifications >= 2023.5.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module rfc3339-validator} # /SECTION