Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-notebook for openSUSE:Factory
checked in at 2023-04-04 21:27:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
and /work/SRC/openSUSE:Factory/.python-notebook.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notebook"
Tue Apr 4 21:27:15 2023 rev:24 rq:1077226 version:6.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes
2023-04-03 21:13:21.268390592 +0200
+++
/work/SRC/openSUSE:Factory/.python-notebook.new.19717/python-notebook.changes
2023-04-04 21:27:33.311623134 +0200
@@ -1,0 +2,6 @@
+Tue Apr 4 14:51:27 UTC 2023 - Ben Greiner <[email protected]>
+
+- Fix debugsources error by having and %install section in :test
+ flavor
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-notebook.spec ++++++
--- /var/tmp/diff_new_pack.YjQB3D/_old 2023-04-04 21:27:34.547630151 +0200
+++ /var/tmp/diff_new_pack.YjQB3D/_new 2023-04-04 21:27:34.563630241 +0200
@@ -171,11 +171,13 @@
# We don't want to run selenium tests
rm -rf notebook/tests/selenium
-%if !%{with test}
%build
+%if !%{with test}
%pyproject_wheel
+%endif
%install
+%if !%{with test}
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}