Accepting request 1101422 from devel:languages:python:jupyter

- Unpin jsonschema: nbformat has been fixed, jupyter-events could
  be unpinned

OBS-URL: https://build.opensuse.org/request/show/1101422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbdime?expand=0&rev=14
This commit is contained in:
Yuchen Lin 2023-07-31 13:24:31 +00:00 committed by Git OBS Bridge
commit 6bcc8cddb0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 19 20:53:11 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Unpin jsonschema: nbformat has been fixed, jupyter-events could
be unpinned
-------------------------------------------------------------------
Tue Jul 18 07:13:15 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -56,8 +56,7 @@ BuildRequires: jupyter-rpm-macros
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module jupyter-server-test}
# resolver issues: jupyter-events requires jsonschema < 4.18
BuildRequires: %{python_module jsonschema < 4.18}
BuildRequires: %{python_module jsonschema}
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module pytest-mock}