Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jupyter-events for openSUSE:Factory checked in at 2023-07-13 17:19:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter-events (Old) and /work/SRC/openSUSE:Factory/.python-jupyter-events.new.8922 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-events" Thu Jul 13 17:19:21 2023 rev:4 rq:1098539 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter-events/python-jupyter-events.changes 2023-04-03 17:45:27.544013379 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter-events.new.8922/python-jupyter-events.changes 2023-07-13 17:19:23.305414667 +0200 @@ -1,0 +2,6 @@ +Thu Jul 13 12:53:46 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Restrict to jsonschema < 4.18 in order to resolve conflicts with + other jupyter packages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter-events.spec ++++++ --- /var/tmp/diff_new_pack.ERLBvi/_old 2023-07-13 17:19:23.881418066 +0200 +++ /var/tmp/diff_new_pack.ERLBvi/_new 2023-07-13 17:19:23.885418090 +0200 @@ -36,18 +36,18 @@ 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}