Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jupyter-imatlab for openSUSE:Factory
checked in at 2023-01-04 17:52:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-imatlab (Old)
and /work/SRC/openSUSE:Factory/.jupyter-imatlab.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-imatlab"
Wed Jan 4 17:52:36 2023 rev:6 rq:1046628 version:0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/jupyter-imatlab/jupyter-imatlab.changes
2021-03-30 20:59:07.500633875 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-imatlab.new.1563/jupyter-imatlab.changes
2023-01-04 17:52:48.826256246 +0100
@@ -1,0 +2,6 @@
+Tue Jan 3 18:11:36 UTC 2023 - Ben Greiner <[email protected]>
+
+- Remove invalid version requirement from python metadata
+ * gh#imatlab/imatlab#65
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-imatlab.spec ++++++
--- /var/tmp/diff_new_pack.x1DQGy/_old 2023-01-04 17:52:49.238258675 +0100
+++ /var/tmp/diff_new_pack.x1DQGy/_new 2023-01-04 17:52:49.242258698 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jupyter-imatlab
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -68,10 +68,12 @@
echo 'EngineError = MatlabExecutionError = Exception' > matlab/engine.py
%install
-%{python_expand mkdir build; cp -a %{SOURCE0} build/}
-%pyproject_install
+%pyproject_install %{SOURCE0}
PYTHONPATH=%{buildroot}%{python3_sitelib} python3 -m imatlab install --prefix
%{buildroot}%{_prefix}
cp %{buildroot}%{python3_sitelib}/imatlab-%{version}.dist-info/LICENSE.txt .
+# not available during install, not a proper PEP440 version information --
gh#imatlab/imatlab#65
+sed -i '/Requires-Dist: matlabengineforpython.*R/d' \
+ %{buildroot}%{python3_sitelib}/imatlab-%{version}.dist-info/METADATA
%fdupes %{buildroot}%{python3_sitelib}
%check