From 582d73cdda91d39f84c64af88cf74611ef5b437364ae2cd52c5a32746ce5cc4e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jul 2023 09:40:47 +0000 Subject: [PATCH] Accepting request 1101340 from home:bnavigator:branches:devel:languages:python:jupyter - Update requirements Thanks for breaking jupyterlab btw. OBS-URL: https://build.opensuse.org/request/show/1101340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-spec-validator?expand=0&rev=28 --- python-openapi-spec-validator.changes | 5 +++++ python-openapi-spec-validator.spec | 17 ++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/python-openapi-spec-validator.changes b/python-openapi-spec-validator.changes index a361144..8705d98 100644 --- a/python-openapi-spec-validator.changes +++ b/python-openapi-spec-validator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 29 21:54:21 UTC 2023 - Ben Greiner + +- Update requirements + ------------------------------------------------------------------- Tue Jul 25 06:08:29 UTC 2023 - Steve Kowalik diff --git a/python-openapi-spec-validator.spec b/python-openapi-spec-validator.spec index b635045..e306ab5 100644 --- a/python-openapi-spec-validator.spec +++ b/python-openapi-spec-validator.spec @@ -30,11 +30,10 @@ BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: python-openapi_spec_validator -Requires: python-importlib-resources -Requires: python-jsonschema >= 4.18 -Requires: python-jsonschema-spec >= 0.2.3 -Requires: python-lazy-object-proxy >= 1.7.1 -Requires: python-openapi-schema-validator >= 0.6.0 +Requires: (python-jsonschema >= 4.18 with python-jsonschema < 5) +Requires: (python-jsonschema-spec >= 0.2.3 with python-jsonschema-spec < 0.3) +Requires: (python-lazy-object-proxy >= 1.7.1 with python-lazy-object-proxy < 2) +Requires: (python-openapi-schema-validator >= 0.6.0 with python-openapi-schema-validator < 0.7) %if %{python_version_nodots} < 39 Requires: python-importlib-resources >= 5.8.0 %endif @@ -43,10 +42,10 @@ Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module importlib-resources >= 5.8.0 if %python-base < 3.9} -BuildRequires: %{python_module jsonschema >= 4.18} -BuildRequires: %{python_module jsonschema-spec >= 0.2.3} -BuildRequires: %{python_module lazy-object-proxy >= 1.7.1} -BuildRequires: %{python_module openapi-schema-validator >= 0.4.2} +BuildRequires: %{python_module jsonschema >= 4.18 with %python-jsonschema < 5} +BuildRequires: %{python_module jsonschema-spec >= 0.2.3 with %python-jsonschema-spec < 0.3} +BuildRequires: %{python_module lazy-object-proxy >= 1.7.1 with %python-lazy-object-proxy < 2} +BuildRequires: %{python_module openapi-schema-validator >= 0.6.0 with %python-openapi-schema-validator < 0.7} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages