- 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
This commit is contained in:
Benjamin Greiner 2023-07-13 12:55:07 +00:00 committed by Git OBS Bridge
parent 4fa4742172
commit 3abe155f86
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 13 12:53:46 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Restrict to jsonschema < 4.18 in order to resolve conflicts with
other jupyter packages
-------------------------------------------------------------------
Thu Mar 30 19:48:36 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -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}