Hello community,
here is the log from the commit of package python-jupyter_octave_kernel for
openSUSE:Factory checked in at 2018-08-03 12:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_octave_kernel (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_octave_kernel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_octave_kernel"
Fri Aug 3 12:39:11 2018 rev:4 rq:627130 version:0.28.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_octave_kernel/python-jupyter_octave_kernel.changes
2018-04-20 17:33:24.353975237 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_octave_kernel.new/python-jupyter_octave_kernel.changes
2018-08-03 12:39:17.791747514 +0200
@@ -1,0 +2,6 @@
+Thu Aug 2 17:16:18 UTC 2018 - [email protected]
+
+- Update to version 0.28.4
+ * Include license file in wheels
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
README.rst
octave_kernel-0.28.3-py2.py3-none-any.whl
New:
----
octave_kernel-0.28.4-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_octave_kernel.spec ++++++
--- /var/tmp/diff_new_pack.7v8ga1/_old 2018-08-03 12:39:19.347749830 +0200
+++ /var/tmp/diff_new_pack.7v8ga1/_new 2018-08-03 12:39:19.347749830 +0200
@@ -19,15 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-jupyter_octave_kernel
-Version: 0.28.3
+Version: 0.28.4
Release: 0
Summary: Jupyter kernel for Octave
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/Calysto/octave_kernel
Source:
https://files.pythonhosted.org/packages/py2.py3/o/octave_kernel/octave_kernel-%{version}-py2.py3-none-any.whl
-Source10:
https://raw.githubusercontent.com/Calysto/octave_kernel/v%{version}/LICENSE.txt
-Source11:
https://raw.githubusercontent.com/Calysto/octave_kernel/v%{version}/README.rst
BuildRequires: %{python_module devel}
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module jupyter_client >= 4.3.0}
@@ -55,11 +53,9 @@
%prep
%setup -c -T
-cp %{SOURCE10} .
-cp %{SOURCE11} .
%build
-# note needed
+# not needed
%install
%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
@@ -75,9 +71,9 @@
%endif
%files %{python_files}
-%doc README.rst
-%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/octave_kernel/
+%{python_sitelib}/octave_kernel-%{version}.dist-info
+%license %{python_sitelib}/octave_kernel-%{version}.dist-info/LICENSE.txt
%python3_only %{_datadir}/jupyter/kernels/octave/
%changelog