Hello community,
here is the log from the commit of package jupyter-matlab-kernel for
openSUSE:Factory checked in at 2019-07-30 12:38:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-matlab-kernel (Old)
and /work/SRC/openSUSE:Factory/.jupyter-matlab-kernel.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-matlab-kernel"
Tue Jul 30 12:38:27 2019 rev:2 rq:719665 version:0.16.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/jupyter-matlab-kernel/jupyter-matlab-kernel.changes
2019-05-22 11:05:49.526582498 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-matlab-kernel.new.4126/jupyter-matlab-kernel.changes
2019-07-30 12:38:29.574941322 +0200
@@ -1,0 +2,14 @@
+Mon Jul 29 15:42:38 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.16.7
+ * Fix error message when runnning a code block first time
+ * Fix strange error display: one character per line
+- Update to 0.16.6
+ * lazily use the matlab engine
+ * Matlab R2018b kernel couldn't work well
+- Update to 0.16.4
+ * update readme
+- Update to 0.16.3
+ * Add a check file
+
+-------------------------------------------------------------------
Old:
----
matlab_kernel-0.16.2-py3-none-any.whl
New:
----
matlab_kernel-0.16.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-matlab-kernel.spec ++++++
--- /var/tmp/diff_new_pack.iUjn3i/_old 2019-07-30 12:38:30.126941252 +0200
+++ /var/tmp/diff_new_pack.iUjn3i/_new 2019-07-30 12:38:30.130941252 +0200
@@ -18,18 +18,18 @@
%bcond_without test
Name: jupyter-matlab-kernel
-Version: 0.16.2
+Version: 0.16.7
Release: 0
Summary: Matlab kernel for Jupyter
License: BSD-3-Clause AND MIT
Group: Development/Languages/Python
URL: https://github.com/Calysto/matlab_kernel
-Source:
https://files.pythonhosted.org/packages/py3/m/matlab-kernel/matlab_kernel-%{version}-py3-none-any.whl
+Source:
https://files.pythonhosted.org/packages/source/m/matlab-kernel/matlab_kernel-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: jupyter-jupyter_client >= 4.4.0
BuildRequires: python-rpm-macros
BuildRequires: python3-certifi
-BuildRequires: python3-pip
+BuildRequires: python3-setuptools
BuildRequires: python3-wurlitzer
Requires: jupyter-ipython >= 4.0.0
Requires: jupyter-jupyter_client >= 4.4.0
@@ -41,27 +41,30 @@
Obsoletes: python-jupyter_matlab_kernel < %{version}
Provides: python-matlab-kernel = %{version}
BuildArch: noarch
-%if %{with test}
-BuildRequires: jupyter-ipython >= 4.0.0
-BuildRequires: jupyter-metakernel >= 0.20.8
-%endif
%description
A Matlab kernel for Jupyter. The Matlab kernel is based on
MetaKernel, which means it features a standard set of magics.
%prep
-%setup -q -c -T
+%setup -q -n matlab_kernel-%{version}
%build
-pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
-sed -i "s|\"python\"|\"python3\"|"
%{buildroot}%{_jupyter_kernel_dir}/matlab/kernel.json
+%python3_build
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
+%install
+%python3_install
+%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{_jupyter_kernel_dir}
+
+# Tests require MATLAB installed
+# %%check
+# %%pytest
%files
-%license %{python3_sitelib}/matlab_kernel-%{version}.dist-info/LICENSE.txt
-%{python3_sitelib}/matlab_kernel-%{version}.dist-info
+%license LICENSE.txt
+%doc README.rst
+%{python3_sitelib}/matlab_kernel-%{version}-py*.egg-info
%{python3_sitelib}/matlab_kernel/
%{_jupyter_kernel_dir}/matlab