Hello community,

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

Package is "python-jupyter-require"

Wed May 22 11:09:58 2019 rev:1 rq:700185 version:0.2.4

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

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-require.new.5148/python-jupyter-require.changes
  2019-05-22 11:10:02.410594337 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Wed May  1 17:57:41 UTC 2019 - Todd R <[email protected]>
+
+- Initial version

New:
----
  jupyter_require-0.2.4-py2.py3-none-any.whl
  python-jupyter-require.changes
  python-jupyter-require.spec

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

Other differences:
------------------
++++++ python-jupyter-require.spec ++++++
#
# spec file for package python-jupyter-require
#
# 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 http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-jupyter-require
Version:        0.2.4
Release:        0
License:        MIT
Summary:        Jupyter nbextension for loading non-python dependencies in 
Jupyter notebooks
Url:            https://github.com/CermakM/jupyter-require
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/py2.py3/j/jupyter-require/jupyter_require-%{version}-py2.py3-none-any.whl
BuildRequires:  %{python_module csscompressor}
BuildRequires:  %{python_module daiquiri}
BuildRequires:  %{python_module ipython}
BuildRequires:  %{python_module ipykernel}
BuildRequires:  %{python_module notebook}
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module jupyter-contrib-nbextensions}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-csscompressor
Requires:       python-daiquiri
Requires:       python-ipython
Requires:       python-ipykernel
Requires:       python-jupyter-contrib-nbextensions
Requires:       jupyter-jupyter-require = %{version}
BuildArch:      noarch

%python_subpackages

%description
Jupyter nbextension for JavaScript execution and managing linked libraries and
CSS stylesheets in Jupyter notebooks.

This package provides the python interface.

%package     -n jupyter-jupyter-require
Summary:        Jupyter nbextension for loading non-python dependencies in 
Jupyter notebooks
Requires:       jupyter-ipython
Requires:       jupyter-ipykernel
Requires:       jupyter-ipykernel
Requires:       jupyter-jupyter-contrib-nbextensions
Requires:       python3-jupyter-require = %{version}

%description -n jupyter-jupyter-require
Jupyter nbextension for JavaScript execution and managing linked libraries and
CSS stylesheets in Jupyter notebooks.

This package provides the jupyter components.

%prep
%setup -q -c -T

%build
# Not needed

%install
%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
cp %{buildroot}%{python3_sitelib}/jupyter_require-%{version}.dist-info/LICENSE .

%files %{python_files}
%license %{python_sitelib}/jupyter_require-%{version}.dist-info/LICENSE
%{python_sitelib}/jupyter_require-%{version}.dist-info/
%{python_sitelib}/jupyter_require/

%files -n jupyter-jupyter-require
%license LICENSE
%config %{_jupyter_nb_notebook_confdir}/jupyter-require.json
%{_jupyter_nbextension_dir}/jupyter-require/

%changelog

Reply via email to