Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbdime for openSUSE:Factory checked in at 2023-07-18 22:08:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbdime (Old) and /work/SRC/openSUSE:Factory/.python-nbdime.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbdime" Tue Jul 18 22:08:13 2023 rev:13 rq:1099187 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbdime/python-nbdime.changes 2023-05-10 16:18:36.931007015 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbdime.new.3193/python-nbdime.changes 2023-07-18 22:08:38.427162108 +0200 @@ -1,0 +2,6 @@ +Tue Jul 18 07:13:15 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Pin to jsonschema < 4.18 in order to fix rpm build resolver + issues + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbdime.spec ++++++ --- /var/tmp/diff_new_pack.PsQNJQ/_old 2023-07-18 22:08:39.007165350 +0200 +++ /var/tmp/diff_new_pack.PsQNJQ/_new 2023-07-18 22:08:39.011165373 +0200 @@ -56,7 +56,8 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module jupyter-server-test} -BuildRequires: %{python_module jsonschema} +# resolver issues: jupyter-events requires jsonschema < 4.18 +BuildRequires: %{python_module jsonschema < 4.18} BuildRequires: %{python_module notebook} BuildRequires: %{python_module pytest >= 3.6} BuildRequires: %{python_module pytest-mock}