Hello community,
here is the log from the commit of package python-jupyter_ipympl for
openSUSE:Factory checked in at 2018-08-10 09:48:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipympl (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipympl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipympl"
Fri Aug 10 09:48:24 2018 rev:2 rq:627356 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipympl/python-jupyter_ipympl.changes
2018-06-03 12:37:12.201997270 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipympl.new/python-jupyter_ipympl.changes
2018-08-10 09:48:28.462143970 +0200
@@ -1,0 +2,7 @@
+Thu Aug 2 19:41:49 UTC 2018 - [email protected]
+
+- Update to 0.2.1
+ * Use widget backend
+ * Updated to use prefered methods for traitlets >= 4.1
+
+-------------------------------------------------------------------
Old:
----
LICENSE
README.md
ipympl-0.1.1-py2.py3-none-any.whl
New:
----
ipympl-0.2.1-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipympl.spec ++++++
--- /var/tmp/diff_new_pack.CWD73b/_old 2018-08-10 09:48:28.878144639 +0200
+++ /var/tmp/diff_new_pack.CWD73b/_new 2018-08-10 09:48:28.882144646 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-jupyter_ipympl
-Version: 0.1.1
+Version: 0.2.1
%define labver 0.3.0
Release: 0
Summary: Matplotlib Jupyter Extension
@@ -27,8 +27,6 @@
Group: Development/Languages/Python
Url: https://github.com/matplotlib/jupyter-matplotlib
Source:
https://files.pythonhosted.org/packages/py2.py3/i/ipympl/ipympl-%{version}-py2.py3-none-any.whl
-Source10:
https://raw.githubusercontent.com/matplotlib/jupyter-matplotlib/%{version}/LICENSE
-Source11:
https://raw.githubusercontent.com/matplotlib/jupyter-matplotlib/%{version}/README.md
BuildRequires: %{python_module devel}
BuildRequires: %{python_module jupyter_ipywidgets >= 7.0.0}
BuildRequires: %{python_module matplotlib >= 2.0.0}
@@ -57,7 +55,7 @@
%package -n python3-jupyter_ipympl_jupyterlab
Summary: Matplotlib JupyterLab Extension
-Requires: %{name} = %{version}
+Requires: python3-jupyter_ipympl = %{version}
Requires: python3-jupyter_jupyterlab
%description -n python3-jupyter_ipympl_jupyterlab
@@ -68,10 +66,11 @@
%prep
%setup -c -T
-cp %{SOURCE10} .
-cp %{SOURCE11} .
%build
+# not needed
+
+%install
%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -83,17 +82,17 @@
rm -d %{buildroot}%{_prefix}/etc
fi
+cp %{buildroot}%{python_sitelib}/ipympl-%{version}.dist-info/LICENSE.txt .
+
%files %{python_files}
-%doc README.md
-%license LICENSE
%{python_sitelib}/ipympl/
%{python_sitelib}/ipympl-%{version}.dist-info
+%license %{python_sitelib}/ipympl-%{version}.dist-info/LICENSE.txt
%python3_only %{_datadir}/jupyter/nbextensions/jupyter-matplotlib
%python3_only %config
%{_sysconfdir}/jupyter/nbconfig/notebook.d/jupyter-matplotlib.json
%files -n python3-jupyter_ipympl_jupyterlab
-%doc README.md
-%license LICENSE
+%license LICENSE.txt
%{_datadir}/jupyter/lab/extensions/jupyter-matplotlib-%{labver}.tgz
%changelog