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 <[email protected]>
+
+- 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
 



Reply via email to