Hello community,

here is the log from the commit of package jupyter-octave_kernel for 
openSUSE:Factory checked in at 2019-05-22 11:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-octave_kernel (Old)
 and      /work/SRC/openSUSE:Factory/.jupyter-octave_kernel.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jupyter-octave_kernel"

Wed May 22 11:07:30 2019 rev:1 rq:698390 version:0.28.4

Changes:
--------
New Changes file:

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-octave_kernel.new.5148/jupyter-octave_kernel.changes
    2019-05-22 11:07:30.778581832 +0200
@@ -0,0 +1,41 @@
+-------------------------------------------------------------------
+Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Rename to to match jupyter package naming guidelines.
+
+-------------------------------------------------------------------
+Thu Aug  2 17:16:18 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 0.28.4
+  * Include license file in wheels
+
+-------------------------------------------------------------------
+Thu Apr 19 14:35:45 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 0.28.3
+  * Bugfix release
+- Switch to using wheels for more reliable installation
+
+-------------------------------------------------------------------
+Wed Apr  4 21:24:34 UTC 2018 - sebix+novell....@sebix.at
+
+- Package needed kernel.json file.
+
+-------------------------------------------------------------------
+Mon Mar 19 19:46:15 UTC 2018 - sebix+novell....@sebix.at
+
+- Use %license macro for license.
+- update to version 0.28.0:
+ * Automatically install the kernel when installing the python package. #104
+- do not use removed option --display-name anymore for jupyter kernel 
installation
+
+-------------------------------------------------------------------
+Wed Sep 20 16:10:55 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 0.27.0
+- Only install kernel for python3
+
+-------------------------------------------------------------------
+Wed Jul 12 16:23:32 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version

New:
----
  jupyter-octave_kernel.changes
  jupyter-octave_kernel.spec
  octave_kernel-0.28.4-py2.py3-none-any.whl

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jupyter-octave_kernel.spec ++++++
#
# spec file for package jupyter-octave_kernel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%bcond_with test
Name:           jupyter-octave_kernel
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
BuildRequires:  fdupes
BuildRequires:  jupyter-ipykernel
BuildRequires:  jupyter-jupyter_client >= 4.3.0
BuildRequires:  jupyter-metakernel >= 0.18.0
BuildRequires:  python-rpm-macros
BuildRequires:  python3-certifi
BuildRequires:  python3-pip
BuildRequires:  python3-setuptools
Requires:       jupyter-ipykernel
Requires:       jupyter-jupyter_client >= 4.3.0
Requires:       jupyter-metakernel >= 0.18.0
Requires:       octave
Requires:       python-certifi
Provides:       python3-jupyter_octave_kernel = %{version}
Obsoletes:      python3-jupyter_octave_kernel <= %{version}
Provides:       python3-octave_kernel = %{version}
BuildArch:      noarch
%if %{with test}
BuildRequires:  jupyter-jupyter_kernel_test
BuildRequires:  octave
%endif

%description
An Octave kernel for Jupyter.

%prep
%setup -q -c -T

%build
# not needed

%install
pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
sed -i "s|\"python\"|\"python3\"|" 
%{buildroot}%{_jupyter_kernel_dir}/octave/kernel.json

%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}

%if %{with test}
%check
export PYTHONPATH=%{buildroot}%{python3_sitelib}
python3 test_octave_kernel.py
%endif

%files
%license %{python3_sitelib}/octave_kernel-%{version}.dist-info/LICENSE.txt
%{python3_sitelib}/octave_kernel/
%{python3_sitelib}/octave_kernel-%{version}.dist-info
%{_jupyter_kernel_dir}/octave/

%changelog

Reply via email to