commit python-jupyter_ipympl for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package python-jupyter_ipympl for 
openSUSE:Factory checked in at 2019-01-21 10:46:27

Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipympl (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_ipympl.new.28833 (New)


Package is "python-jupyter_ipympl"

Mon Jan 21 10:46:27 2019 rev:3 rq:662887 version:unknown

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipympl/python-jupyter_ipympl.changes  
2018-08-10 09:48:28.462143970 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipympl.new.28833/python-jupyter_ipympl.changes
   2019-01-21 10:46:29.220303153 +0100
@@ -1,0 +2,5 @@
+Fri Jan  4 17:55:31 UTC 2019 - Todd R 
+
+- Use correct version number for jupyterlab subpackage.
+
+---



Other differences:
--
++ python-jupyter_ipympl.spec ++
--- /var/tmp/diff_new_pack.rsPxHA/_old  2019-01-21 10:46:29.684302583 +0100
+++ /var/tmp/diff_new_pack.rsPxHA/_new  2019-01-21 10:46:29.684302583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_ipympl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -19,14 +19,15 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with test
 Name:   python-jupyter_ipympl
-Version:0.2.1
 %define labver  0.3.0
+%define mainver 0.2.1
+Version:%{mainver}
 Release:0
 Summary:Matplotlib Jupyter Extension
 License:BSD-3-Clause
 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
+Source: 
https://files.pythonhosted.org/packages/py2.py3/i/ipympl/ipympl-%{mainver}-py2.py3-none-any.whl
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jupyter_ipywidgets >= 7.0.0}
 BuildRequires:  %{python_module matplotlib >= 2.0.0}
@@ -43,7 +44,7 @@
 Requires:   python-matplotlib >= 2.0.0
 Requires:   python-six
 %ifpython2
-Requires:   python3-jupyter_ipympl = %{version}
+Requires:   python3-jupyter_ipympl = %{mainver}
 Requires:   python-backports.functools_lru_cache
 %endif
 BuildArch:  noarch
@@ -55,7 +56,8 @@
 
 %package -n python3-jupyter_ipympl_jupyterlab
 Summary:Matplotlib JupyterLab Extension
-Requires:   python3-jupyter_ipympl = %{version}
+Version:%{labver}
+Requires:   python3-jupyter_ipympl = %{mainver}
 Requires:   python3-jupyter_jupyterlab
 
 %description -n python3-jupyter_ipympl_jupyterlab
@@ -82,12 +84,12 @@
 rm -d %{buildroot}%{_prefix}/etc
 fi
 
-cp %{buildroot}%{python_sitelib}/ipympl-%{version}.dist-info/LICENSE.txt .
+cp %{buildroot}%{python_sitelib}/ipympl-%{mainver}.dist-info/LICENSE.txt .
 
 %files %{python_files}
 %{python_sitelib}/ipympl/
-%{python_sitelib}/ipympl-%{version}.dist-info
-%license %{python_sitelib}/ipympl-%{version}.dist-info/LICENSE.txt
+%{python_sitelib}/ipympl-%{mainver}.dist-info
+%license %{python_sitelib}/ipympl-%{mainver}.dist-info/LICENSE.txt
 %python3_only %{_datadir}/jupyter/nbextensions/jupyter-matplotlib
 %python3_only %config 
%{_sysconfdir}/jupyter/nbconfig/notebook.d/jupyter-matplotlib.json
 





commit python-jupyter_ipympl for openSUSE:Factory

2018-08-10 Thread root
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 - toddrme2...@gmail.com
+
+- 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