Hello community,

here is the log from the commit of package python-jupyter_ipyscales for 
openSUSE:Factory checked in at 2019-01-21 10:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipyscales (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_ipyscales.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_ipyscales"

Mon Jan 21 10:46:23 2019 rev:4 rq:662885 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipyscales/python-jupyter_ipyscales.changes
        2018-08-03 12:40:11.367827324 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipyscales.new.28833/python-jupyter_ipyscales.changes
     2019-01-21 10:46:26.580306398 +0100
@@ -1,0 +2,13 @@
+Fri Jan  4 16:35:02 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.3.0
+  * Clean up dist config
+  * Check in package lock
+  * Do not include coverage in JS package
+  * Fix docs requirements
+  * Fix syncToModel
+  * Rename widgets (remove Widget postfix)
+  * Add log scale
+  * Add more advanced color trait
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  ipyscales-0.2.2-py2.py3-none-any.whl

New:
----
  ipyscales-0.3.0-py2.py3-none-any.whl

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

Other differences:
------------------
++++++ python-jupyter_ipyscales.spec ++++++
--- /var/tmp/diff_new_pack.p3QCPc/_old  2019-01-21 10:46:27.128305724 +0100
+++ /var/tmp/diff_new_pack.p3QCPc/_new  2019-01-21 10:46:27.132305719 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_ipyscales
 #
-# 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
@@ -18,15 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_ipyscales
-Version:        0.2.2
-%define labver  0.2.1
+%define mainver 0.3.0
+%define labver  2.0.0
+Version:        %{mainver}
 Release:        0
 Summary:        A widget library for scales
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/vidartf/ipyscales
-Source:         
https://files.pythonhosted.org/packages/py2.py3/i/ipyscales/ipyscales-%{version}-py2.py3-none-any.whl
-Source10:       
https://raw.githubusercontent.com/vidartf/ipyscales/%{version}/LICENSE.txt
+Source:         
https://files.pythonhosted.org/packages/py2.py3/i/ipyscales/ipyscales-%{mainver}-py2.py3-none-any.whl
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jupyter_notebook}
 BuildRequires:  %{python_module pip}
@@ -56,7 +56,8 @@
 
 %package     -n python3-jupyter_ipyscales_jupyterlab
 Summary:        A JupyterLab widget library for scales
-Requires:       python3-jupyter_ipyscales = %{version}
+Version:        %{labver}
+Requires:       python3-jupyter_ipyscales = %{mainver}
 Requires:       python3-jupyter_jupyterlab
 
 %description -n python3-jupyter_ipyscales_jupyterlab
@@ -67,7 +68,6 @@
 
 %prep
 %setup -c -T
-cp %{SOURCE10} .
 
 %build
 # Not Needed
@@ -87,6 +87,8 @@
 rm -d %{buildroot}%{_prefix}/etc
 fi
 
+cp %{buildroot}%{python3_sitelib}/ipyscales-%{mainver}.dist-info/LICENSE.txt .
+
 %check
 export PYTHONDONTWRITEBYTECODE=1
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
@@ -94,15 +96,14 @@
 }
 
 %files %{python_files}
-%license LICENSE.txt
+%license %{python_sitelib}/ipyscales-%{mainver}.dist-info/LICENSE.txt
 %{python_sitelib}/ipyscales/
-%{python_sitelib}/ipyscales-%{version}.dist-info
+%{python_sitelib}/ipyscales-%{mainver}.dist-info
 %python3_only %{_datadir}/jupyter/nbextensions/jupyter-scales/
 %python3_only %config 
%{_sysconfdir}/jupyter/nbconfig/notebook.d/jupyter-scales.json
 
 %files -n python3-jupyter_ipyscales_jupyterlab
 %license LICENSE.txt
-%{_datadir}/jupyter/lab/extensions/jupyterlab-scales-%{labver}.tgz
-
+%{_datadir}/jupyter/lab/extensions/jupyter-scales-%{labver}.tgz
 
 %changelog


Reply via email to