Hello community,
here is the log from the commit of package python-jupyter_matlab_kernel for
openSUSE:Factory checked in at 2018-08-03 12:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_matlab_kernel (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_matlab_kernel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_matlab_kernel"
Fri Aug 3 12:39:27 2018 rev:2 rq:627140 version:0.15.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_matlab_kernel/python-jupyter_matlab_kernel.changes
2018-06-03 12:36:06.480403358 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_matlab_kernel.new/python-jupyter_matlab_kernel.changes
2018-08-03 12:39:29.935765596 +0200
@@ -1,0 +2,6 @@
+Thu Aug 2 17:45:46 UTC 2018 - [email protected]
+
+- Update to version 0.15.1
+ - Include license file in wheels
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
README.rst
matlab_kernel-0.15.0-py2.py3-none-any.whl
New:
----
matlab_kernel-0.15.1-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_matlab_kernel.spec ++++++
--- /var/tmp/diff_new_pack.y5IKIe/_old 2018-08-03 12:39:30.471766394 +0200
+++ /var/tmp/diff_new_pack.y5IKIe/_new 2018-08-03 12:39:30.475766401 +0200
@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-jupyter_matlab_kernel
-Version: 0.15.0
+Version: 0.15.1
Release: 0
License: BSD-3-Clause and MIT
Summary: Matlab kernel for Jupyter
Url: https://github.com/Calysto/matlab_kernel
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/py2.py3/m/matlab_kernel/matlab_kernel-%{version}-py2.py3-none-any.whl
-Source10:
https://raw.githubusercontent.com/Calysto/matlab_kernel/v%{version}/LICENSE.txt
-Source11:
https://raw.githubusercontent.com/Calysto/matlab_kernel/v%{version}/README.rst
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module jupyter_client >= 4.4.0}
@@ -58,8 +56,6 @@
%prep
%setup -c -T
-cp %{SOURCE10} .
-cp %{SOURCE11} .
%build
%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
@@ -70,9 +66,9 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc README.rst
-%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/matlab_kernel-%{version}.dist-info
+%license %{python_sitelib}/matlab_kernel-%{version}.dist-info/LICENSE.txt
+%{python_sitelib}/matlab_kernel/
%python3_only %{_datadir}/jupyter/kernels/matlab
%changelog