From 3abe155f863073032042810e4c8b730980d026b54b44bdb205fc067a7dfd398a Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 13 Jul 2023 12:55:07 +0000 Subject: [PATCH] - Restrict to jsonschema < 4.18 in order to resolve conflicts with other jupyter packages OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-events?expand=0&rev=8 --- python-jupyter-events.changes | 6 ++++++ python-jupyter-events.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-jupyter-events.changes b/python-jupyter-events.changes index d38f66c..c0b83dd 100644 --- a/python-jupyter-events.changes +++ b/python-jupyter-events.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 13 12:53:46 UTC 2023 - Ben Greiner + +- Restrict to jsonschema < 4.18 in order to resolve conflicts with + other jupyter packages + ------------------------------------------------------------------- Thu Mar 30 19:48:36 UTC 2023 - Ben Greiner diff --git a/python-jupyter-events.spec b/python-jupyter-events.spec index 9425b5e..4b0884a 100644 --- a/python-jupyter-events.spec +++ b/python-jupyter-events.spec @@ -36,18 +36,18 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: alts Requires: python-PyYAML >= 5.3 -Requires: python-jsonschema-format-nongpl >= 3.2.0 Requires: python-python-json-logger >= 2.0.4 Requires: python-rfc3339-validator Requires: python-rfc3986-validator >= 0.1.1 Requires: python-traitlets >= 5.3 +Requires: (python-jsonschema-format-nongpl >= 3.2.0 with python-jsonschema-format-nongpl < 4.18) Provides: python-jupyter_events = %{version}-%{release} BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module rfc3339-validator} BuildRequires: %{python_module PyYAML >= 5.3} BuildRequires: %{python_module click} -BuildRequires: %{python_module jsonschema-format-nongpl >= 3.2.0} +BuildRequires: %{python_module jsonschema-format-nongpl >= 3.2.0 with %python-jsonschema-format-nongpl < 4.18} BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module pytest-asyncio >= 0.19.0} BuildRequires: %{python_module pytest-console-scripts}