Accepting request 1099585 from home:bnavigator:branches:devel:languages:python:jupyter

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

OBS-URL: https://build.opensuse.org/request/show/1099585
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbdime?expand=0&rev=40
This commit is contained in:
Benjamin Greiner 2023-07-19 21:00:54 +00:00 committed by Git OBS Bridge
parent 00bf37a4c4
commit 58f4f35fbc
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}