Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-executing for
openSUSE:Factory checked in at 2024-10-23 21:08:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-executing (Old)
and /work/SRC/openSUSE:Factory/.python-executing.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-executing"
Wed Oct 23 21:08:08 2024 rev:12 rq:1217356 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-executing/python-executing.changes
2024-09-26 18:53:09.592767245 +0200
+++
/work/SRC/openSUSE:Factory/.python-executing.new.26871/python-executing.changes
2024-10-23 21:08:21.633913986 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 13:02:57 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Remove ipython dependency for Leap
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-executing.spec ++++++
--- /var/tmp/diff_new_pack.xoyIjg/_old 2024-10-23 21:08:22.201937568 +0200
+++ /var/tmp/diff_new_pack.xoyIjg/_new 2024-10-23 21:08:22.201937568 +0200
@@ -44,7 +44,9 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module asttokens}
+%if 0%{?suse_version} > 1600
BuildRequires: %{python_module ipython}
+%endif
BuildRequires: %{python_module littleutils}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rich}
@@ -70,9 +72,16 @@
%check
%if %{with test}
+
+# Don't have ipython build requirement in Leap
+%if 0%{?suse_version} <= 1600
+%pytest -k "not test_ipython"
+%else
%pytest
%endif
+%endif
+
%if %{without test}
%files %{python_files}
%doc README.md