From 58f4f35fbc609acaeaf5fa78c09f0a007fe3544a675ad7caaf6edcf77bdd10f6 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 19 Jul 2023 21:00:54 +0000 Subject: [PATCH] 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 --- python-nbdime.changes | 6 ++++++ python-nbdime.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-nbdime.changes b/python-nbdime.changes index f15dfa2..ff238c2 100644 --- a/python-nbdime.changes +++ b/python-nbdime.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 19 20:53:11 UTC 2023 - Ben Greiner + +- Unpin jsonschema: nbformat has been fixed, jupyter-events could + be unpinned + ------------------------------------------------------------------- Tue Jul 18 07:13:15 UTC 2023 - Ben Greiner diff --git a/python-nbdime.spec b/python-nbdime.spec index a03b60a..b5b1b52 100644 --- a/python-nbdime.spec +++ b/python-nbdime.spec @@ -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}