From 2b1f92932aee2bfdf02dd8c9b09c83e4afffba621c06d37c2984306627995f43 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jul 2023 09:40:13 +0000 Subject: [PATCH] Accepting request 1101342 from home:bnavigator:branches:devel:languages:python:jupyter - Fix requirements OBS-URL: https://build.opensuse.org/request/show/1101342 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=35 --- python-openapi-core.changes | 5 +++++ python-openapi-core.spec | 21 ++++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/python-openapi-core.changes b/python-openapi-core.changes index b125505..76f9ae3 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 29 22:02:15 UTC 2023 - Ben Greiner + +- Fix requirements + ------------------------------------------------------------------- Tue Jul 25 06:10:38 UTC 2023 - Steve Kowalik diff --git a/python-openapi-core.spec b/python-openapi-core.spec index d0c41e2..d60671a 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -33,28 +33,31 @@ BuildRequires: %{python_module Django >= 3.0} BuildRequires: %{python_module Flask} BuildRequires: %{python_module WebOb} BuildRequires: %{python_module Werkzeug} -BuildRequires: %{python_module aiohttp} -BuildRequires: %{python_module asgiref >= 2.6} +BuildRequires: %{python_module aiohttp >= 3} +BuildRequires: %{python_module asgiref >= 3.6.0} BuildRequires: %{python_module falcon >= 3.0} BuildRequires: %{python_module isodate} -BuildRequires: %{python_module jsonschema >= 4.18} -BuildRequires: %{python_module jsonschema-spec >= 0.2.3} +BuildRequires: %{python_module jsonschema >= 4.18.0 with %python-jsonschema < 5} +BuildRequires: %{python_module jsonschema-spec >= 0.2.3 with %python-jsonschema-spec < 0.3} BuildRequires: %{python_module more-itertools} -BuildRequires: %{python_module openapi-schema-validator >= 0.6.0} -BuildRequires: %{python_module openapi-spec-validator >= 0.6.0} +BuildRequires: %{python_module multidict >= 6.0.4} +BuildRequires: %{python_module openapi-schema-validator >= 0.6 with %python-openapi-schema-validator < 0.7} +BuildRequires: %{python_module openapi-spec-validator >= 0.6 with %python-openapi-spec-validator < 0.7} BuildRequires: %{python_module parse} BuildRequires: %{python_module pytest} BuildRequires: %{python_module responses} # /SECTION Requires: python-Werkzeug -Requires: python-asgiref >= 3.6 +Requires: python-asgiref >= 3.6.0 Requires: python-isodate -Requires: python-jsonschema >= 4.18 -Requires: python-jsonschema-spec >= 0.2.3 Requires: python-more-itertools Requires: python-openapi-schema-validator >= 0.6.0 Requires: python-openapi-spec-validator >= 0.6.0 Requires: python-parse +Requires: (python-jsonschema >= 4.18.0 with python-jsonschema < 5) +Requires: (python-jsonschema-spec >= 0.2.3 with python-jsonschema-spec < 0.3) +Requires: (python-openapi-schema-validator >= 0.6 with python-openapi-schema-validator < 0.7) +Requires: (python-openapi-spec-validator >= 0.6 with python-openapi-spec-validator < 0.7) BuildArch: noarch %python_subpackages