Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbformat for openSUSE:Factory
checked in at 2023-07-12 17:26:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbformat (Old)
and /work/SRC/openSUSE:Factory/.python-nbformat.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbformat"
Wed Jul 12 17:26:45 2023 rev:19 rq:1097823 version:5.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbformat/python-nbformat.changes
2023-06-12 15:27:36.079460174 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbformat.new.8922/python-nbformat.changes
2023-07-12 17:26:59.730369925 +0200
@@ -1,0 +2,6 @@
+Sun Jul 9 12:09:42 UTC 2023 - Ben Greiner <[email protected]>
+
+- Like many other packages, jsonschema 4.18 breaks nbformat.
+ * Pin to jsonschema < 4.18
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbformat.spec ++++++
--- /var/tmp/diff_new_pack.D0ofjD/_old 2023-07-12 17:27:00.458374169 +0200
+++ /var/tmp/diff_new_pack.D0ofjD/_new 2023-07-12 17:27:00.474374262 +0200
@@ -33,9 +33,9 @@
BuildRequires: nodejs
BuildRequires: python-rpm-macros >= 20210929
Requires: python-fastjsonschema
-Requires: python-jsonschema > 2.6
Requires: python-jupyter_core
Requires: python-traitlets >= 5.1
+Requires: (python-jsonschema > 2.6 with python-jsonschema < 4.18)
Provides: python-jupyter_nbformat = %{version}-%{release}
Obsoletes: python-jupyter_nbformat < %{version}
BuildArch: noarch
@@ -48,7 +48,7 @@
%endif
# SECTION test requirements
BuildRequires: %{python_module fastjsonschema}
-BuildRequires: %{python_module jsonschema > 2.6}
+BuildRequires: %{python_module jsonschema > 2.6 with %python-jsonschema <
4.18}
BuildRequires: %{python_module jupyter_core}
BuildRequires: %{python_module pep440}
BuildRequires: %{python_module pytest}